Whoops, looks like something went wrong.

(1/1) TypeError

realpath(): Argument #1 ($path) must be of type string, bool given

in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/extender/Classes/Cache/ClassCacheManager.php line 90
    protected function getFileSegments(string $className, bool $baseClass, string $exceptionClass): FileSegments
    {
        $type = $baseClass ? 'base' : 'extend';
        $filePath = $this->composerClassLoader->findFile($className);
        $filePath = realpath($filePath);

        if ($filePath === false || $filePath === '') {
            throw new $exceptionClass(
                'Composer did not find the file path for ' . $type . ' class "' . $className . '"'
at realpath(false)
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/extender/Classes/Cache/ClassCacheManager.php line 90
    protected function getFileSegments(string $className, bool $baseClass, string $exceptionClass): FileSegments
    {
        $type = $baseClass ? 'base' : 'extend';
        $filePath = $this->composerClassLoader->findFile($className);
        $filePath = realpath($filePath);

        if ($filePath === false || $filePath === '') {
            throw new $exceptionClass(
                'Composer did not find the file path for ' . $type . ' class "' . $className . '"'
at Evoweb\Extender\Cache\ClassCacheManager->getFileSegments('GeorgRinger\\Gymgbw\\Domain\\Model\\Address', false, 'Evoweb\\Extender\\Exception\\ExtendingFileNotFoundException')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/extender/Classes/Cache/ClassCacheManager.php line 80
    {
        $filesSegments = [];

        foreach ($this->register->getExtendingClasses($baseClassName) as $className) {
            $filesSegments[] = $this->getFileSegments($className, false, ExtendingFileNotFoundException::class);
        }

        return $filesSegments;
    }
at Evoweb\Extender\Cache\ClassCacheManager->getExtendingClassesFileSegments('FriendsOfTYPO3\\TtAddress\\Domain\\Model\\Address')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/extender/Classes/Cache/ClassCacheManager.php line 63
    public function build(string $cacheEntryIdentifier, string $className): void
    {
        $fileSegments = [
            $this->getBaseClassFileSegments($className),
            ...$this->getExtendingClassesFileSegments($className)
        ];

        $code = $this->getMergedFileCode($fileSegments);
        $this->addFileToCache($cacheEntryIdentifier, $code);
at Evoweb\Extender\Cache\ClassCacheManager->build('FriendsOfTYPO3_TtAddress_Domain_Model_Address', 'FriendsOfTYPO3\\TtAddress\\Domain\\Model\\Address')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/extender/Classes/Loader/ClassLoader.php line 58
        if ($this->isValidClassName($className)) {
            $cacheEntryIdentifier = str_replace('\\', '_', $className);

            if (!$this->classCache->has($cacheEntryIdentifier)) {
                $this->classCacheManager->build($cacheEntryIdentifier, $className);
            }

            $this->classCache->requireOnce($cacheEntryIdentifier);
            $return = true;
at Evoweb\Extender\Loader\ClassLoader->loadClass('FriendsOfTYPO3\\TtAddress\\Domain\\Model\\Address')
at class_parents('FriendsOfTYPO3\\TtAddress\\Domain\\Model\\Address')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/extbase/Classes/Persistence/ClassesConfigurationFactory.php line 94
             * AbstractEntity or AbstractValueObject, therefore we want to know all
             * parents of $className until one of these parents.
             */
            $relevantParentClasses = [];
            $parentClasses = class_parents($className) ?: [];
            while (null !== $parentClass = array_shift($parentClasses)) {
                if (in_array($parentClass, [AbstractEntity::class, AbstractValueObject::class], true)) {
                    break;
                }
at TYPO3\CMS\Extbase\Persistence\ClassesConfigurationFactory->inheritPropertiesFromParentClasses(array('TYPO3\CMS\Extbase\Domain\Model\FileReference' => array('tableName' => 'sys_file_reference', 'properties' => array()), 'TYPO3\CMS\Extbase\Domain\Model\File' => array('tableName' => 'sys_file', 'properties' => array()), 'TYPO3\CMS\Extbase\Domain\Model\BackendUser' => array('tableName' => 'be_users', 'properties' => array('userName' => array('fieldName' => 'username'), 'isAdministrator' => array('fieldName' => 'admin'), 'isDisabled' => array('fieldName' => 'disable'), 'realName' => array('fieldName' => 'realName'), 'startDateAndTime' => array('fieldName' => 'starttime'), 'endDateAndTime' => array('fieldName' => 'endtime'), 'lastLoginDateAndTime' => array('fieldName' => 'lastlogin'))), 'TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup' => array('tableName' => 'be_groups', 'properties' => array('subGroups' => array('fieldName' => 'subgroup'), 'modules' => array('fieldName' => 'groupMods'), 'tablesListening' => array('fieldName' => 'tables_select'), 'tablesModify' => array('fieldName' => 'tables_modify'), 'pageTypes' => array('fieldName' => 'pagetypes_select'), 'allowedExcludeFields' => array('fieldName' => 'non_exclude_fields'), 'explicitlyAllowAndDeny' => array('fieldName' => 'explicit_allowdeny'), 'allowedLanguages' => array('fieldName' => 'allowed_languages'), 'workspacePermission' => array('fieldName' => 'workspace_perms'), 'databaseMounts' => array('fieldName' => 'db_mountpoints'), 'fileOperationPermissions' => array('fieldName' => 'file_permissions'), 'tsConfig' => array('fieldName' => 'TSconfig'))), 'TYPO3\CMS\Extbase\Domain\Model\FrontendUser' => array('tableName' => 'fe_users', 'properties' => array()), 'TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup' => array('tableName' => 'fe_groups', 'properties' => array()), 'TYPO3\CMS\Extbase\Domain\Model\Category' => array('tableName' => 'sys_category', 'properties' => array()), 'TYPO3\CMS\Form\Mvc\Property\TypeConverter\PseudoFileReference' => array('tableName' => 'sys_file_reference', 'properties' => array()), 'TYPO3\CMS\Belog\Domain\Model\LogEntry' => array('tableName' => 'sys_log', 'properties' => array('backendUserUid' => array('fieldName' => 'userid'), 'recordUid' => array('fieldName' => 'recuid'), 'tableName' => array('fieldName' => 'tablename'), 'recordPid' => array('fieldName' => 'recpid'), 'detailsNumber' => array('fieldName' => 'details_nr'), 'ip' => array('fieldName' => 'IP'), 'workspaceUid' => array('fieldName' => 'workspace'), 'newId' => array('fieldName' => 'NEWid'), 'channel' => array('fieldName' => 'channel'), 'level' => array('fieldName' => 'level'))), 'TYPO3\CMS\Belog\Domain\Model\Workspace' => array('tableName' => 'sys_workspace', 'properties' => array()), 'TYPO3\CMS\Beuser\Domain\Model\BackendUser' => array('tableName' => 'be_users', 'properties' => array('userName' => array('fieldName' => 'username'), 'isAdministrator' => array('fieldName' => 'admin'), 'isDisabled' => array('fieldName' => 'disable'), 'realName' => array('fieldName' => 'realName'), 'startDateAndTime' => array('fieldName' => 'starttime'), 'endDateAndTime' => array('fieldName' => 'endtime'), 'lastLoginDateAndTime' => array('fieldName' => 'lastlogin'), 'allowedLanguages' => array('fieldName' => 'allowed_languages'), 'fileMountPoints' => array('fieldName' => 'file_mountpoints'), 'dbMountPoints' => array('fieldName' => 'db_mountpoints'), 'backendUserGroups' => array('fieldName' => 'usergroup'))), 'TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup' => array('tableName' => 'be_groups', 'properties' => array('subGroups' => array('fieldName' => 'subgroup'))), 'SJBR\StaticInfoTables\Domain\Model\Country' => array('tableName' => 'static_countries', 'properties' => array('addressFormat' => array('fieldName' => 'cn_address_format'), 'capitalCity' => array('fieldName' => 'cn_capital'), 'currencyIsoCodeA3' => array('fieldName' => 'cn_currency_iso_3'), 'currencyIsoCodeNumber' => array('fieldName' => 'cn_currency_iso_nr'), 'euMember' => array('fieldName' => 'cn_eu_member'), 'isoCodeA2' => array('fieldName' => 'cn_iso_2'), 'isoCodeA3' => array('fieldName' => 'cn_iso_3'), 'isoCodeNumber' => array('fieldName' => 'cn_iso_nr'), 'officialNameLocal' => array('fieldName' => 'cn_official_name_local'), 'officialNameEn' => array('fieldName' => 'cn_official_name_en'), 'parentTerritoryUnCodeNumber' => array('fieldName' => 'cn_parent_tr_iso_nr'), 'phonePrefix' => array('fieldName' => 'cn_phone'), 'shortNameLocal' => array('fieldName' => 'cn_short_local'), 'shortNameEn' => array('fieldName' => 'cn_short_en'), 'topLevelDomain' => array('fieldName' => 'cn_tldomain'), 'unMember' => array('fieldName' => 'cn_uno_member'), 'zoneFlag' => array('fieldName' => 'cn_zone_flag'), 'countryZones' => array('fieldName' => 'cn_country_zones'), 'deleted' => array('fieldName' => 'deleted'), 'shortNameDe' => array('fieldName' => 'cn_short_de'))), 'SJBR\StaticInfoTables\Domain\Model\CountryZone' => array('tableName' => 'static_country_zones', 'properties' => array('countryIsoCodeA2' => array('fieldName' => 'zn_country_iso_2'), 'countryIsoCodeA3' => array('fieldName' => 'zn_country_iso_3'), 'countryIsoCodeNumber' => array('fieldName' => 'zn_country_iso_nr'), 'isoCode' => array('fieldName' => 'zn_code'), 'localName' => array('fieldName' => 'zn_name_local'), 'nameEn' => array('fieldName' => 'zn_name_en'), 'deleted' => array('fieldName' => 'deleted'), 'nameDe' => array('fieldName' => 'zn_name_de'))), 'SJBR\StaticInfoTables\Domain\Model\Currency' => array('tableName' => 'static_currencies', 'properties' => array('decimalDigits' => array('fieldName' => 'cu_decimal_digits'), 'decimalPoint' => array('fieldName' => 'cu_decimal_point'), 'divisor' => array('fieldName' => 'cu_sub_divisor'), 'isoCodeA3' => array('fieldName' => 'cu_iso_3'), 'isoCodeNumber' => array('fieldName' => 'cu_iso_nr'), 'nameEn' => array('fieldName' => 'cu_name_en'), 'subdivisionNameEn' => array('fieldName' => 'cu_sub_name_en'), 'subdivisionSymbolLeft' => array('fieldName' => 'cu_sub_symbol_left'), 'subdivisionSymbolRight' => array('fieldName' => 'cu_sub_symbol_right'), 'symbolLeft' => array('fieldName' => 'cu_symbol_left'), 'symbolRight' => array('fieldName' => 'cu_symbol_right'), 'thousandsPoint' => array('fieldName' => 'cu_thousands_point'), 'deleted' => array('fieldName' => 'deleted'), 'nameDe' => array('fieldName' => 'cu_name_de'), 'subdivisionNameDe' => array('fieldName' => 'cu_sub_name_de'))), 'SJBR\StaticInfoTables\Domain\Model\Language' => array('tableName' => 'static_languages', 'properties' => array('collatingLocale' => array('fieldName' => 'lg_collate_locale'), 'countryIsoCodeA2' => array('fieldName' => 'lg_country_iso_2'), 'constructedLanguage' => array('fieldName' => 'lg_constructed'), 'isoCodeA2' => array('fieldName' => 'lg_iso_2'), 'localName' => array('fieldName' => 'lg_name_local'), 'nameEn' => array('fieldName' => 'lg_name_en'), 'sacredLanguage' => array('fieldName' => 'lg_sacred'), 'typo3Code' => array('fieldName' => 'lg_typo3'), 'deleted' => array('fieldName' => 'deleted'), 'nameDe' => array('fieldName' => 'lg_name_de'))), 'SJBR\StaticInfoTables\Domain\Model\Territory' => array('tableName' => 'static_territories', 'properties' => array('unCodeNumber' => array('fieldName' => 'tr_iso_nr'), 'nameEn' => array('fieldName' => 'tr_name_en'), 'parentTerritoryUnCodeNumber' => array('fieldName' => 'tr_parent_iso_nr'), 'deleted' => array('fieldName' => 'deleted'), 'nameDe' => array('fieldName' => 'tr_name_de'))), 'SJBR\StaticInfoTables\Domain\Model\SystemLanguage' => array('tableName' => 'sys_language', 'properties' => array('title' => array('fieldName' => 'title'), 'isoLanguage' => array('fieldName' => 'static_lang_isocode'))), 'OliverKlee\FeUserExtraFields\Domain\Model\FrontendUser' => array('tableName' => 'fe_users', 'properties' => array('creationDate' => array('fieldName' => 'crdate'), 'modificationDate' => array('fieldName' => 'tstamp'), 'userGroup' => array('fieldName' => 'usergroup'), 'lastLogin' => array('fieldName' => 'lastlogin'))), 'OliverKlee\FeUserExtraFields\Domain\Model\FrontendUserGroup' => array('tableName' => 'fe_groups', 'properties' => array('creationDate' => array('fieldName' => 'crdate'), 'modificationDate' => array('fieldName' => 'tstamp'))), 'OliverKlee\Seminars\Domain\Model\AccommodationOption' => array('tableName' => 'tx_seminars_lodgings', 'properties' => array()), 'OliverKlee\Seminars\Domain\Model\Event\Event' => array('tableName' => 'tx_seminars_seminars', 'recordType' => 'object_type', 'subclasses' => array('OliverKlee\\Seminars\\Domain\\Model\\Event\\SingleEvent', 'OliverKlee\\Seminars\\Domain\\Model\\Event\\EventTopic', 'OliverKlee\\Seminars\\Domain\\Model\\Event\\EventDate'), 'properties' => array('ownerUid' => array('fieldName' => 'owner_feuser'))), 'OliverKlee\Seminars\Domain\Model\Event\SingleEvent' => array('tableName' => 'tx_seminars_seminars', 'recordType' => 0, 'properties' => array('ownerUid' => array('fieldName' => 'owner_feuser'), 'internalTitle' => array('fieldName' => 'title'), 'start' => array('fieldName' => 'begin_date'), 'end' => array('fieldName' => 'end_date'), 'registrationStart' => array('fieldName' => 'begin_date_registration'), 'earlyBirdDeadline' => array('fieldName' => 'deadline_early_bird'), 'registrationDeadline' => array('fieldName' => 'deadline_registration'), 'registrationRequired' => array('fieldName' => 'needs_registration'), 'waitingList' => array('fieldName' => 'queue_size'), 'minimumNumberOfRegistrations' => array('fieldName' => 'attendees_min'), 'maximumNumberOfRegistrations' => array('fieldName' => 'attendees_max'), 'standardPrice' => array('fieldName' => 'price_regular'), 'earlyBirdPrice' => array('fieldName' => 'price_regular_early'), 'venues' => array('fieldName' => 'place'), 'additionalTerms' => array('fieldName' => 'uses_terms_2'), 'multipleRegistrationPossible' => array('fieldName' => 'allows_multiple_registrations'), 'numberOfOfflineRegistrations' => array('fieldName' => 'offline_attendees'), 'status' => array('fieldName' => 'cancelled'), 'specialPrice' => array('fieldName' => 'price_special'), 'specialEarlyBirdPrice' => array('fieldName' => 'price_special_early'), 'accommodationOptions' => array('fieldName' => 'lodgings'), 'foodOptions' => array('fieldName' => 'foods'), 'registrationCheckboxes' => array('fieldName' => 'checkboxes'))), 'OliverKlee\Seminars\Domain\Model\Event\EventTopic' => array('tableName' => 'tx_seminars_seminars', 'recordType' => 1, 'properties' => array('ownerUid' => array('fieldName' => 'owner_feuser'), 'internalTitle' => array('fieldName' => 'title'), 'standardPrice' => array('fieldName' => 'price_regular'), 'earlyBirdPrice' => array('fieldName' => 'price_regular_early'), 'additionalTerms' => array('fieldName' => 'uses_terms_2'), 'multipleRegistrationPossible' => array('fieldName' => 'allows_multiple_registrations'), 'specialPrice' => array('fieldName' => 'price_special'), 'specialEarlyBirdPrice' => array('fieldName' => 'price_special_early'))), 'OliverKlee\Seminars\Domain\Model\Event\EventDate' => array('tableName' => 'tx_seminars_seminars', 'recordType' => 2, 'properties' => array('ownerUid' => array('fieldName' => 'owner_feuser'), 'internalTitle' => array('fieldName' => 'title'), 'topic' => array('fieldName' => 'topic'), 'start' => array('fieldName' => 'begin_date'), 'end' => array('fieldName' => 'end_date'), 'registrationStart' => array('fieldName' => 'begin_date_registration'), 'earlyBirdDeadline' => array('fieldName' => 'deadline_early_bird'), 'registrationDeadline' => array('fieldName' => 'deadline_registration'), 'registrationRequired' => array('fieldName' => 'needs_registration'), 'waitingList' => array('fieldName' => 'queue_size'), 'minimumNumberOfRegistrations' => array('fieldName' => 'attendees_min'), 'maximumNumberOfRegistrations' => array('fieldName' => 'attendees_max'), 'venues' => array('fieldName' => 'place'), 'numberOfOfflineRegistrations' => array('fieldName' => 'offline_attendees'), 'status' => array('fieldName' => 'cancelled'), 'accommodationOptions' => array('fieldName' => 'lodgings'), 'foodOptions' => array('fieldName' => 'foods'), 'registrationCheckboxes' => array('fieldName' => 'checkboxes'))), 'OliverKlee\Seminars\Domain\Model\EventType' => array('tableName' => 'tx_seminars_event_types', 'properties' => array()), 'OliverKlee\Seminars\Domain\Model\FoodOption' => array('tableName' => 'tx_seminars_foods', 'properties' => array()), 'OliverKlee\Seminars\Domain\Model\Organizer' => array('tableName' => 'tx_seminars_organizers', 'properties' => array('name' => array('fieldName' => 'title'), 'emailAddress' => array('fieldName' => 'email'))), 'OliverKlee\Seminars\Domain\Model\PaymentMethod' => array('tableName' => 'tx_seminars_payment_methods', 'properties' => array()), 'OliverKlee\Seminars\Domain\Model\Registration\Registration' => array('tableName' => 'tx_seminars_attendances', 'properties' => array('event' => array('fieldName' => 'seminar'), 'onWaitingList' => array('fieldName' => 'registration_queue'), 'comments' => array('fieldName' => 'notes'), 'accommodationOptions' => array('fieldName' => 'lodgings'), 'foodOptions' => array('fieldName' => 'foods'), 'registrationCheckboxes' => array('fieldName' => 'checkboxes'), 'billingCompany' => array('fieldName' => 'company'), 'billingFullName' => array('fieldName' => 'name'), 'billingStreetAddress' => array('fieldName' => 'address'), 'billingZipCode' => array('fieldName' => 'zip'), 'billingCity' => array('fieldName' => 'city'), 'billingCountry' => array('fieldName' => 'country'), 'billingPhoneNumber' => array('fieldName' => 'telephone'), 'billingEmailAddress' => array('fieldName' => 'email'), 'paymentMethod' => array('fieldName' => 'method_of_payment'), 'humanReadablePrice' => array('fieldName' => 'price'))), 'OliverKlee\Seminars\Domain\Model\RegistrationCheckbox' => array('tableName' => 'tx_seminars_checkboxes', 'properties' => array()), 'OliverKlee\Seminars\Domain\Model\Speaker' => array('tableName' => 'tx_seminars_speakers', 'properties' => array('name' => array('fieldName' => 'title'), 'emailAddress' => array('fieldName' => 'email'))), 'OliverKlee\Seminars\Domain\Model\Venue' => array('tableName' => 'tx_seminars_sites', 'properties' => array()), 'HDNET\Calendarize\Domain\Model\SysCategory' => array('tableName' => 'sys_category', 'properties' => array()), 'HDNET\Calendarize\Domain\Model\SysFileReference' => array('tableName' => 'sys_file_reference', 'properties' => array()), 'Mediadreams\MdFullcalendar\Domain\Model\Category' => array('tableName' => 'sys_category', 'properties' => array()), 'In2code\Femanager\Domain\Model\User' => array('tableName' => 'fe_users', 'properties' => array('terms' => array('fieldName' => 'tx_femanager_terms'), 'termsDateOfAcceptance' => array('fieldName' => 'tx_femanager_terms_date_of_acceptance'))), 'In2code\Femanager\Domain\Model\UserGroup' => array('tableName' => 'fe_groups', 'properties' => array()), 'CodingMs\Modules\Domain\Model\FrontendUser' => array('tableName' => 'fe_users', 'properties' => array('creationDate' => array('fieldName' => 'crdate'), 'modificationDate' => array('fieldName' => 'tstamp'), 'creationUser' => array('fieldName' => 'cruser'), 'gender' => array('fieldName' => 'tx_modules_gender'), 'birthday' => array('fieldName' => 'tx_modules_birthday'), 'mobile' => array('fieldName' => 'tx_modules_mobile'), 'hash' => array('fieldName' => 'tx_modules_hash'), 'termsConfirmed' => array('fieldName' => 'tx_modules_terms_confirmed'), 'privacyConfirmed' => array('fieldName' => 'tx_modules_privacy_confirmed'), 'disclaimerConfirmed' => array('fieldName' => 'tx_modules_disclaimer_confirmed'), 'newsletter' => array('fieldName' => 'tx_modules_newsletter'), 'profession' => array('fieldName' => 'tx_modules_profession'), 'maritalStatus' => array('fieldName' => 'tx_modules_marital_status'), 'children' => array('fieldName' => 'tx_modules_children'), 'bankAccountOwnerName' => array('fieldName' => 'tx_modules_bank_account_owner_name'), 'bankAccountBankName' => array('fieldName' => 'tx_modules_bank_account_bank_name'), 'bankAccountBic' => array('fieldName' => 'tx_modules_bank_account_bic'), 'bankAccountIban' => array('fieldName' => 'tx_modules_bank_account_iban'), 'accountingType' => array('fieldName' => 'tx_modules_accounting_type'), 'vatNumber' => array('fieldName' => 'tx_modules_vat_number'), 'recordType' => array('fieldName' => 'tx_extbase_type'), 'jobTitle' => array('fieldName' => 'tx_modules_job_title'), 'vita' => array('fieldName' => 'tx_modules_vita'))), 'CodingMs\Modules\Domain\Model\FrontendUserGroup' => array('tableName' => 'fe_groups', 'properties' => array('creationDate' => array('fieldName' => 'crdate'), 'modificationDate' => array('fieldName' => 'tstamp'), 'creationUser' => array('fieldName' => 'cruser'))), 'CodingMs\Modules\Domain\Model\BackendUser' => array('tableName' => 'be_users', 'properties' => array('userName' => array('fieldName' => 'username'), 'isAdministrator' => array('fieldName' => 'admin'), 'isDisabled' => array('fieldName' => 'disable'), 'realName' => array('fieldName' => 'realName'), 'startDateAndTime' => array('fieldName' => 'starttime'), 'endDateAndTime' => array('fieldName' => 'endtime'), 'lastLoginDateAndTime' => array('fieldName' => 'lastlogin'), 'allowedLanguages' => array('fieldName' => 'allowed_languages'), 'fileMountPoints' => array('fieldName' => 'file_mountpoints'), 'dbMountPoints' => array('fieldName' => 'db_mountpoints'), 'backendUserGroups' => array('fieldName' => 'usergroup'), 'creationDate' => array('fieldName' => 'crdate'), 'modificationDate' => array('fieldName' => 'tstamp'), 'disable' => array('fieldName' => 'disable'))), 'GeorgRinger\News\Domain\Model\News' => array('subclasses' => array('GeorgRinger\\News\\Domain\\Model\\NewsDefault', 'GeorgRinger\\News\\Domain\\Model\\NewsInternal', 'GeorgRinger\\News\\Domain\\Model\\NewsExternal'), 'properties' => array()), 'GeorgRinger\News\Domain\Model\NewsDefault' => array('tableName' => 'tx_news_domain_model_news', 'recordType' => 0, 'properties' => array()), 'GeorgRinger\News\Domain\Model\NewsInternal' => array('tableName' => 'tx_news_domain_model_news', 'recordType' => 1, 'properties' => array()), 'GeorgRinger\News\Domain\Model\NewsExternal' => array('tableName' => 'tx_news_domain_model_news', 'recordType' => 2, 'properties' => array()), 'GeorgRinger\News\Domain\Model\FileReference' => array('tableName' => 'sys_file_reference', 'properties' => array()), 'GeorgRinger\News\Domain\Model\TtContent' => array('tableName' => 'tt_content', 'properties' => array('altText' => array('fieldName' => 'altText'), 'titleText' => array('fieldName' => 'titleText'), 'colPos' => array('fieldName' => 'colPos'), 'CType' => array('fieldName' => 'CType'))), 'GeorgRinger\News\Domain\Model\Category' => array('tableName' => 'sys_category', 'properties' => array('parentcategory' => array('fieldName' => 'parent'))), 'In2code\Powermail\Domain\Model\User' => array('tableName' => 'fe_users', 'properties' => array()), 'In2code\Powermail\Domain\Model\UserGroup' => array('tableName' => 'fe_groups', 'properties' => array()), 'AOE\Crawler\Domain\Model\Configuration' => array('tableName' => 'tx_crawler_configuration', 'properties' => array()), 'AOE\Crawler\Domain\Model\Process' => array('tableName' => 'tx_crawler_process', 'properties' => array()), 'AOE\Crawler\Domain\Model\Queue' => array('tableName' => 'tx_crawler_queue', 'properties' => array()), 'MiniFranske\FsMediaGallery\Domain\Model\MediaAlbum' => array('tableName' => 'sys_file_collection', 'properties' => array()), 'Dan\Jobfair\Domain\Model\FileReference' => array('tableName' => 'sys_file_reference', 'properties' => array('uid_local' => array('fieldName' => 'originalFileIdentifier'))), 'Dan\Jobfair\Domain\Model\User' => array('tableName' => 'fe_users', 'recordType' => 'Tx_Extbase_Domain_Model_FrontendUser', 'properties' => array()), 'Nng\Nnhelpers\Domain\Model\File' => array('tableName' => 'sys_file', 'properties' => array('storageUid' => array('fieldName' => 'storage'))), 'Nng\Nnhelpers\Domain\Model\FileReference' => array('tableName' => 'sys_file_reference', 'properties' => array('file' => array('fieldName' => 'uid_local'))), 'TGM\TgmCopyright\Domain\Model\CopyrightReference' => array('tableName' => 'sys_file_reference', 'properties' => array()), 'FriendsOfTYPO3\TtAddress\Domain\Model\Address' => array('tableName' => 'tt_address', 'properties' => array())))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/extbase/Classes/Persistence/ClassesConfigurationFactory.php line 67
                }
            }
        }

        $classes = $this->inheritPropertiesFromParentClasses($classes);

        $this->cache->set($this->cacheIdentifier, $classes);

        return new ClassesConfiguration($classes);
at TYPO3\CMS\Extbase\Persistence\ClassesConfigurationFactory->createClassesConfiguration()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/di/DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e.php line 21204
     * @return \TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapFactory
     */
    protected function getDataMapFactoryService()
    {
        return $this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Mapper\\DataMapFactory'] = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapFactory::class, ($this->services['TYPO3\\CMS\\Extbase\\Reflection\\ReflectionService'] ?? $this->getReflectionServiceService()), ($this->services['TYPO3\\CMS\\Extbase\\Configuration\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['TYPO3\\CMS\\Core\\Cache\\CacheManager'] ?? $this->getCacheManagerService()), (\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Persistence\ClassesConfigurationFactory::class, ($this->privates['cache.extbase'] ?? $this->getCache_ExtbaseService()), ($this->services['_early.TYPO3\\CMS\\Core\\Package\\PackageManager'] ?? $this->get('_early.TYPO3\\CMS\\Core\\Package\\PackageManager', 1)), ($this->services['TYPO3\\CMS\\Core\\Package\\Cache\\PackageDependentCacheIdentifier'] ?? $this->getPackageDependentCacheIdentifierService())->withPrefix("PersistenceClasses")->toString()))->createClassesConfiguration(), ($this->services['TYPO3\\CMS\\Core\\Package\\Cache\\PackageDependentCacheIdentifier'] ?? $this->getPackageDependentCacheIdentifierService())->toString());
    }

    /**
     * Gets the public 'TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapper' autowired service.
at DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e->getDataMapFactoryService()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/di/DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e.php line 21266
     * @return \TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory
     */
    protected function getQueryFactoryService()
    {
        return $this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\QueryFactory'] = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory::class, ($this->services['TYPO3\\CMS\\Extbase\\Configuration\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Mapper\\DataMapFactory'] ?? $this->getDataMapFactoryService()), $this);
    }

    /**
     * Gets the public 'TYPO3\CMS\Extbase\Persistence\Generic\QueryResult' autowired service.
at DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e->getQueryFactoryService()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/di/DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e.php line 21228
     * @return \TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager
     */
    protected function getPersistenceManagerService()
    {
        $this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\PersistenceManager'] = $instance = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager::class, ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\QueryFactory'] ?? $this->getQueryFactoryService()), ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Backend'] ?? $this->getBackendService()), ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Session'] ?? $this->getSessionService()));

        $instance->initializeObject();

        return $instance;
at DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e->getPersistenceManagerService()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/di/DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e.php line 20850
     */
    protected function getBootstrapService()
    {
        $this->factories['TYPO3\\CMS\\Extbase\\Core\\Bootstrap'] = function () {
            return \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Core\Bootstrap::class, $this, ($this->services['TYPO3\\CMS\\Extbase\\Configuration\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\PersistenceManager'] ?? $this->getPersistenceManagerService()), ($this->privates['TYPO3\\CMS\\Extbase\\Mvc\\RequestHandlerResolver'] ?? $this->getRequestHandlerResolverService()), ($this->services['TYPO3\\CMS\\Extbase\\Service\\CacheService'] ?? $this->getCacheServiceService()), ($this->services['TYPO3\\CMS\\Extbase\\Mvc\\Dispatcher'] ?? $this->getDispatcherService()), ($this->services['TYPO3\\CMS\\Extbase\\Mvc\\Web\\RequestBuilder'] ?? $this->getRequestBuilderService()));
        };

        return $this->factories['TYPO3\\CMS\\Extbase\\Core\\Bootstrap']();
    }
at DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e->{closure}()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/di/DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e.php line 20853
        $this->factories['TYPO3\\CMS\\Extbase\\Core\\Bootstrap'] = function () {
            return \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Core\Bootstrap::class, $this, ($this->services['TYPO3\\CMS\\Extbase\\Configuration\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\PersistenceManager'] ?? $this->getPersistenceManagerService()), ($this->privates['TYPO3\\CMS\\Extbase\\Mvc\\RequestHandlerResolver'] ?? $this->getRequestHandlerResolverService()), ($this->services['TYPO3\\CMS\\Extbase\\Service\\CacheService'] ?? $this->getCacheServiceService()), ($this->services['TYPO3\\CMS\\Extbase\\Mvc\\Dispatcher'] ?? $this->getDispatcherService()), ($this->services['TYPO3\\CMS\\Extbase\\Mvc\\Web\\RequestBuilder'] ?? $this->getRequestBuilderService()));
        };

        return $this->factories['TYPO3\\CMS\\Extbase\\Core\\Bootstrap']();
    }

    /**
     * Gets the public 'TYPO3\CMS\Extbase\Domain\Repository\BackendUserGroupRepository' shared autowired service.
at DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e->getBootstrapService()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/symfony/dependency-injection/Container.php line 240
        try {
            if (isset($this->fileMap[$id])) {
                return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
            } elseif (isset($this->methodMap[$id])) {
                return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();
            }
        } catch (\Exception $e) {
            unset($this->services[$id]);

at Symfony\Component\DependencyInjection\Container->make('TYPO3\\CMS\\Extbase\\Core\\Bootstrap', 1)
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/symfony/dependency-injection/Container.php line 220
    public function get(string $id, int $invalidBehavior = /* self::EXCEPTION_ON_INVALID_REFERENCE */ 1)
    {
        return $this->services[$id]
            ?? $this->services[$id = $this->aliases[$id] ?? $id]
            ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
    }

    /**
     * Creates a service.
at Symfony\Component\DependencyInjection\Container->get('TYPO3\\CMS\\Extbase\\Core\\Bootstrap')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 3212
        // support classes that require dependency injection.
        // We operate on the original class name on purpose, as class overrides
        // are resolved inside the container
        if (self::$container !== null && $constructorArguments === [] && self::$container->has($className)) {
            return self::$container->get($className);
        }

        // Create new instance and call constructor with parameters
        $instance = new $finalClassName(...$constructorArguments);
at TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Core\\Bootstrap')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5411
            if (class_exists($parts[0])) {
                if ($this->container && $this->container->has($parts[0])) {
                    $classObj = $this->container->get($parts[0]);
                } else {
                    $classObj = GeneralUtility::makeInstance($parts[0]);
                }
                $methodName = (string)$parts[1];
                $callable = [$classObj, $methodName];

at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), '')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'tt_content.list.20.fsmediagallery_mediagallery')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1')), 'tt_content.list.20.fsmediagallery_mediagallery', 'fsmediagallery_mediagallery')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 3080, 'pid' => 537, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1614015564, 'crdate' => 1550925913, 'cruser_id' => 4, 'hidden' => 0, 'sorting' => 192, 'CType' => 'list', 'header' => 'Bildergalerie', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => null, 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '0', 'list_type' => 'fsmediagallery_mediagallery', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="general"> <language index="lDEF"> <field index="settings.startingpoint"> <value index="vDEF">925</value> </field> <field index="settings.recursive"> <value index="vDEF"></value> </field> <field index="settings.mediaAlbum"> <value index="vDEF">40</value> </field> <field index="settings.list.orderBy"> <value index="vDEF"></value> </field> <field index="settings.list.orderDirection"> <value index="vDEF"></value> </field> <field index="switchableControllerActions"> <value index="vDEF">MediaAlbum-&gt;nestedList;MediaAlbum-&gt;showAsset</value> </field> <field index="settings.mediaAlbumsUids"> <value index="vDEF">40</value> </field> <field index="settings.useAlbumFilterAsExclude"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="album"> <language index="lDEF"> <field index="settings.album.assets.orderBy"> <value index="vDEF"></value> </field> <field index="settings.album.assets.orderDirection"> <value index="vDEF"></value> </field> <field index="settings.album.pagination.itemsPerPage"> <value index="vDEF"></value> </field> <field index="settings.album.thumb.width"> <value index="vDEF"></value> </field> <field index="settings.album.thumb.height"> <value index="vDEF"></value> </field> <field index="settings.album.thumb.resizeMode"> <value index="vDEF"></value> </field> <field index="settings.album.lightbox.enable"> <value index="vDEF"></value> </field> <field index="settings.album.displayTitle"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="detail"> <language index="lDEF"> <field index="settings.detail.asset.width"> <value index="vDEF"></value> </field> <field index="settings.detail.asset.height"> <value index="vDEF"></value> </field> <field index="settings.detail.asset.resizeMode"> <value index="vDEF"></value> </field> </language> </sheet> <sheet index="list"> <language index="lDEF"> <field index="settings.list.pagination.itemsPerPage"> <value index="vDEF"></value> </field> <field index="settings.list.thumb.width"> <value index="vDEF"></value> </field> <field index="settings.list.thumb.height"> <value index="vDEF"></value> </field> <field index="settings.list.thumb.random"> <value index="vDEF"></value> </field> <field index="settings.list.thumb.resizeMode"> <value index="vDEF"></value> </field> <field index="settings.list.hideEmptyAlbums"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"header_link":null,"subheader":null,"list_type":null,"pi_flexform":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"tx_backgroundimage4ce_active":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null,"tx_gridelements_container":null}', 'file_collections' => null, 'filelink_sorting' => '', 'selected_categories' => null, 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'tx_news_related_news' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_state' => null, 'l10n_source' => 0, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'tx_backgroundimage4ce_active' => 0, 'tx_backgroundimage4ce_image' => 0, 'tx_backgroundimage4ce_repeat' => '', 'tx_backgroundimage4ce_color' => '', 'tx_backgroundimage4ce_position' => '', 'tx_backgroundimage4ce_size' => '', 'tx_backgroundimage4ce_attachment' => '', 'tx_backgroundimage4ce_autoheight' => 0, 'tx_backgroundimage4ce_height' => 0, 'timeline_entries' => 0, 'gridelements_shortcut_page_order_by' => 0, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'filelink_sorting_direction' => '', 'tx_gymgbw_gallery_width' => null, 'timeline_parent' => 0, 'tx_backgroundimage4ce_opacity' => 0, 'tx_bwicons_icon' => '', 'tx_gymgbw_gallery_nocaption' => null, 'tx_media2click_iframe_src' => '', 'tx_media2click_iframe_ratio' => '', 'tx_gymgbw_tt_address_listdetail_foto' => null, 'tx_gymgbw_tt_address_listdetail_funktion' => null, 'tx_gymgbw_tt_address_listdetail_email' => null, 'tx_gymgbw_tt_address_listdetail_telefon' => null, 'tx_gymgbw_tt_address_listdetail_raum' => null, 'tx_gymgbw_tt_address_listdetail_adresse' => null, 'tx_gymgbw_tt_address_listdetail_faecher' => null, 'tx_gymgbw_tt_address_listdetail_oeffnungszeiten' => null, 'tx_gymgbw_tt_address_listdetail_bemerkung' => null), 'typoscriptObjectPath' => 'tt_content.list.20.fsmediagallery_mediagallery', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/Standard_action_list_a1033908fc7efb9cf17d0a220c95aedef4d51237.php line 78
$array11 = array (
);$arguments7['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array11);
$arguments7['table'] = 'tt_content';
$renderChildrenClosure8 = ($arguments7['data'] !== null) ? function() use ($arguments7) { return $arguments7['data']; } : $renderChildrenClosure8;
$output6 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output6 .= '
    ';
return $output6;
at Standard_action_list_a1033908fc7efb9cf17d0a220c95aedef4d51237->{closure}()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/Standard_action_list_a1033908fc7efb9cf17d0a220c95aedef4d51237.php line 103
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

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

$output0 .= '

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

$output6 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments62, $renderChildrenClosure63, $renderingContext);

$output6 .= '
    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26->{closure}()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26.php line 1819
  ';
return $output82;
};

$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
';
return $output3;
at layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26->{closure}()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26.php line 1827
return $output3;
};
$arguments1 = array();

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

$output0 .= '

';
at layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

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

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

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ce_timeline/Resources/Private/Templates/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Templates/', 'EXT:gridgallery/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ce_timeline/Resources/Private/Partials/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Partials/', 'EXT:gridgallery/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ce_timeline/Resources/Private/Layouts/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-fancybox="fancybox-{field:uid}" data-caption="{file:current:description}" title="{file:current:title}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'placeholderContent.' => array('showTitle' => '1', 'showPreviewImage' => '1', 'previewMaxWidth' => '0', 'previewMaxHeight' => '0', 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('layoutRootPaths.' => array('EXT:media2click/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:media2click/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:media2click/Resources/Private/Templates/', ''), 'templateName' => 'Placeholder', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'settings.' => array('m2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517'))), 'enable2click' => '1')), 'ce_timeline.' => array('gallery.' => array('enable_lightbox' => '1', 'image_width' => '300c', 'image_height' => '200c', 'lightbox_width' => '600c', 'lightbox_height' => '400c', 'textimage_layout' => '2', 'images_per_row' => '1', 'gallery_width' => '33'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ce_timeline/Resources/Private/Templates/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Templates/', 'EXT:gridgallery/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ce_timeline/Resources/Private/Partials/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Partials/', 'EXT:gridgallery/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ce_timeline/Resources/Private/Layouts/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-fancybox="fancybox-{field:uid}" data-caption="{file:current:description}" title="{file:current:title}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'placeholderContent.' => array('showTitle' => '1', 'showPreviewImage' => '1', 'previewMaxWidth' => '0', 'previewMaxHeight' => '0', 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('layoutRootPaths.' => array('EXT:media2click/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:media2click/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:media2click/Resources/Private/Templates/', ''), 'templateName' => 'Placeholder', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'settings.' => array('m2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517'))), 'enable2click' => '1')), 'ce_timeline.' => array('gallery.' => array('enable_lightbox' => '1', 'image_width' => '300c', 'image_height' => '200c', 'lightbox_width' => '600c', 'lightbox_height' => '400c', 'textimage_layout' => '2', 'images_per_row' => '1', 'gallery_width' => '33'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ce_timeline/Resources/Private/Templates/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Templates/', 'EXT:gridgallery/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ce_timeline/Resources/Private/Partials/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Partials/', 'EXT:gridgallery/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ce_timeline/Resources/Private/Layouts/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-fancybox="fancybox-{field:uid}" data-caption="{file:current:description}" title="{file:current:title}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'placeholderContent.' => array('showTitle' => '1', 'showPreviewImage' => '1', 'previewMaxWidth' => '0', 'previewMaxHeight' => '0', 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('layoutRootPaths.' => array('EXT:media2click/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:media2click/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:media2click/Resources/Private/Templates/', ''), 'templateName' => 'Placeholder', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'settings.' => array('m2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517'))), 'enable2click' => '1')), 'ce_timeline.' => array('gallery.' => array('enable_lightbox' => '1', 'image_width' => '300c', 'image_height' => '200c', 'lightbox_width' => '600c', 'lightbox_height' => '400c', 'textimage_layout' => '2', 'images_per_row' => '1', 'gallery_width' => '33'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'lib.contentElement')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ce_timeline/Resources/Private/Templates/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Templates/', 'EXT:gridgallery/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ce_timeline/Resources/Private/Partials/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Partials/', 'EXT:gridgallery/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ce_timeline/Resources/Private/Layouts/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-fancybox="fancybox-{field:uid}" data-caption="{file:current:description}" title="{file:current:title}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'placeholderContent.' => array('showTitle' => '1', 'showPreviewImage' => '1', 'previewMaxWidth' => '0', 'previewMaxHeight' => '0', 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('layoutRootPaths.' => array('EXT:media2click/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:media2click/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:media2click/Resources/Private/Templates/', ''), 'templateName' => 'Placeholder', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'settings.' => array('m2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517'))), 'enable2click' => '1')), 'ce_timeline.' => array('gallery.' => array('enable_lightbox' => '1', 'image_width' => '300c', 'image_height' => '200c', 'lightbox_width' => '600c', 'lightbox_height' => '400c', 'textimage_layout' => '2', 'images_per_row' => '1', 'gallery_width' => '33'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'list')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '1.' => array('value' => '<div class="layout-box bg-blau margin-bottom-5">|</div>'), 'TEXT', '2.' => array('value' => '<div class="layout-box rand-blau bg-blau margin-bottom-5">|</div>'), 'TEXT', '3.' => array('value' => '<div class="layout-box bg-rot margin-bottom-5">|</div>'), 'TEXT', '4.' => array('value' => '<div class="layout-box rand-rot bg-rot margin-bottom-5">|</div>'), 'TEXT', '5.' => array('value' => '<div class="layout-box bg-grau margin-bottom-5">|</div>'), 'TEXT', '6.' => array('value' => '<div class="layout-box rand-grau bg-grau margin-bottom-5">|</div>'), 'TEXT', '7.' => array('value' => '<div class="layout-box bg-gruen margin-bottom-5">|</div>'), 'TEXT', '8.' => array('value' => '<div class="layout-box rand-gruen bg-gruen margin-bottom-5">|</div>'), 'TEXT', '9.' => array('value' => '<div class="layout-box bg-tuerkis margin-bottom-5">|</div>'), 'TEXT', '10.' => array('value' => '<div class="layout-box rand-tuerkis bg-tuerkis margin-bottom-5">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,pages,tx_calendarize_domain_model_event', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('conf.' => array('tx_seminars_seminars' => '< plugin.tx_seminars_pi1', 'tx_seminars_seminars.' => array('CMD' => 'singleView'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0'))), 'tables' => 'tx_news_domain_model_news,tx_calendarize_domain_model_event')), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'ce_timeline' => '< lib.contentElement', 'ce_timeline.' => array('templateName' => 'TimelineCustom', 'extbase.' => array('controllerExtensionName' => 'ce_timeline'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'uid')), 'table' => 'tx_cetimeline_domain_model_entry', 'pidInList' => 'this', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'pce = |'), 'orderBy' => 'tx_cetimeline_domain_model_entry.sorting', 'as' => 'entries', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'))))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/gridelements/Templates'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('resolveFlexFormData' => '1', 'resolveChildFlexFormData' => '0'))))), 'media2click_iframe' => '< lib.contentElement', 'media2click_iframe.' => array('templateName' => 'Media2clickIframe', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'm2cBackgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tx_media2click_domain_model_host', 'fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'variables.' => array(), 'settings.' => array('m2cEnable2click' => '1', 'm2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517')), 'gridgallery_gallery' => '< lib.contentElement', 'gridgallery_gallery.' => array('templateName' => 'GridGallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'settings.' => array('gridgallery.' => array('defaultRowHeight' => '150', 'defaultRenderFactor' => '1.5', 'defaultMargins' => '2', 'defaultCaptions' => '1', 'defaultRandomize' => '0', 'defaultLastRow' => 'nojustify', 'defaultBorder' => '-1', 'thumbnailCropVariant' => 'thumbnail', 'lightboxCropVariant' => 'default', 'captionFields' => 'description'))), 'small-menu_icon' => '< lib.contentElement', 'small-menu_icon.' => array('templateName' => 'SmallMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSmallIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'small-menu_sub_icon' => '< lib.contentElement', 'small-menu_sub_icon.' => array('templateName' => 'SmallMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('smallMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_icon' => '< lib.contentElement', 'menu_icon.' => array('templateName' => 'MenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_sub_icon' => '< lib.contentElement', 'menu_sub_icon.' => array('templateName' => 'MenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_icon' => '< lib.contentElement', 'row-menu_icon.' => array('templateName' => 'RowMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_sub_icon' => '< lib.contentElement', 'row-menu_sub_icon.' => array('templateName' => 'RowMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('rowMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_advent' => '< lib.contentElement', 'menu_advent.' => array('templateName' => 'MenuAdvent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuAdventImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_megamenu' => '< lib.contentElement', 'menu_megamenu.' => array('templateName' => 'MenuMegamenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_keywordlist' => '< lib.contentElement', 'menu_keywordlist.' => array('templateName' => 'MenuKeywordlist', 'dataProcessing.' => array('Gymgbw\\Gymgbw\\DataProcessing\\MenuKeywordlistProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'eyecatcher' => '< lib.contentElement', 'eyecatcher.' => array('templateName' => 'Eyecatcher', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'max' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('filesProcessedDataKey' => 'files', 'maxGalleryWidth' => '500', 'numberOfColumns' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image, image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'speech_bubble' => '< lib.contentElement', 'speech_bubble.' => array('templateName' => 'Speech_bubble', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_dark' => '< lib.contentElement', 'speech_bubble_dark.' => array('templateName' => 'Speech_bubble_dark', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_square' => '< lib.contentElement', 'speech_bubble_square.' => array('templateName' => 'Speech_bubble_square', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'citation' => '< lib.contentElement', 'citation.' => array('templateName' => 'Citation', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'ag-info' => '< lib.contentElement', 'ag-info.' => array('templateName' => 'AG-Info', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '1.' => array('value' => '<div class="layout-box bg-blau margin-bottom-5">|</div>'), 'TEXT', '2.' => array('value' => '<div class="layout-box rand-blau bg-blau margin-bottom-5">|</div>'), 'TEXT', '3.' => array('value' => '<div class="layout-box bg-rot margin-bottom-5">|</div>'), 'TEXT', '4.' => array('value' => '<div class="layout-box rand-rot bg-rot margin-bottom-5">|</div>'), 'TEXT', '5.' => array('value' => '<div class="layout-box bg-grau margin-bottom-5">|</div>'), 'TEXT', '6.' => array('value' => '<div class="layout-box rand-grau bg-grau margin-bottom-5">|</div>'), 'TEXT', '7.' => array('value' => '<div class="layout-box bg-gruen margin-bottom-5">|</div>'), 'TEXT', '8.' => array('value' => '<div class="layout-box rand-gruen bg-gruen margin-bottom-5">|</div>'), 'TEXT', '9.' => array('value' => '<div class="layout-box bg-tuerkis margin-bottom-5">|</div>'), 'TEXT', '10.' => array('value' => '<div class="layout-box rand-tuerkis bg-tuerkis margin-bottom-5">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,pages,tx_calendarize_domain_model_event', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('conf.' => array('tx_seminars_seminars' => '< plugin.tx_seminars_pi1', 'tx_seminars_seminars.' => array('CMD' => 'singleView'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0'))), 'tables' => 'tx_news_domain_model_news,tx_calendarize_domain_model_event')), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'ce_timeline' => '< lib.contentElement', 'ce_timeline.' => array('templateName' => 'TimelineCustom', 'extbase.' => array('controllerExtensionName' => 'ce_timeline'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'uid')), 'table' => 'tx_cetimeline_domain_model_entry', 'pidInList' => 'this', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'pce = |'), 'orderBy' => 'tx_cetimeline_domain_model_entry.sorting', 'as' => 'entries', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'))))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/gridelements/Templates'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('resolveFlexFormData' => '1', 'resolveChildFlexFormData' => '0'))))), 'media2click_iframe' => '< lib.contentElement', 'media2click_iframe.' => array('templateName' => 'Media2clickIframe', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'm2cBackgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tx_media2click_domain_model_host', 'fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'variables.' => array(), 'settings.' => array('m2cEnable2click' => '1', 'm2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517')), 'gridgallery_gallery' => '< lib.contentElement', 'gridgallery_gallery.' => array('templateName' => 'GridGallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'settings.' => array('gridgallery.' => array('defaultRowHeight' => '150', 'defaultRenderFactor' => '1.5', 'defaultMargins' => '2', 'defaultCaptions' => '1', 'defaultRandomize' => '0', 'defaultLastRow' => 'nojustify', 'defaultBorder' => '-1', 'thumbnailCropVariant' => 'thumbnail', 'lightboxCropVariant' => 'default', 'captionFields' => 'description'))), 'small-menu_icon' => '< lib.contentElement', 'small-menu_icon.' => array('templateName' => 'SmallMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSmallIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'small-menu_sub_icon' => '< lib.contentElement', 'small-menu_sub_icon.' => array('templateName' => 'SmallMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('smallMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_icon' => '< lib.contentElement', 'menu_icon.' => array('templateName' => 'MenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_sub_icon' => '< lib.contentElement', 'menu_sub_icon.' => array('templateName' => 'MenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_icon' => '< lib.contentElement', 'row-menu_icon.' => array('templateName' => 'RowMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_sub_icon' => '< lib.contentElement', 'row-menu_sub_icon.' => array('templateName' => 'RowMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('rowMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_advent' => '< lib.contentElement', 'menu_advent.' => array('templateName' => 'MenuAdvent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuAdventImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_megamenu' => '< lib.contentElement', 'menu_megamenu.' => array('templateName' => 'MenuMegamenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_keywordlist' => '< lib.contentElement', 'menu_keywordlist.' => array('templateName' => 'MenuKeywordlist', 'dataProcessing.' => array('Gymgbw\\Gymgbw\\DataProcessing\\MenuKeywordlistProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'eyecatcher' => '< lib.contentElement', 'eyecatcher.' => array('templateName' => 'Eyecatcher', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'max' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('filesProcessedDataKey' => 'files', 'maxGalleryWidth' => '500', 'numberOfColumns' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image, image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'speech_bubble' => '< lib.contentElement', 'speech_bubble.' => array('templateName' => 'Speech_bubble', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_dark' => '< lib.contentElement', 'speech_bubble_dark.' => array('templateName' => 'Speech_bubble_dark', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_square' => '< lib.contentElement', 'speech_bubble_square.' => array('templateName' => 'Speech_bubble_square', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'citation' => '< lib.contentElement', 'citation.' => array('templateName' => 'Citation', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'ag-info' => '< lib.contentElement', 'ag-info.' => array('templateName' => 'AG-Info', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '1.' => array('value' => '<div class="layout-box bg-blau margin-bottom-5">|</div>'), 'TEXT', '2.' => array('value' => '<div class="layout-box rand-blau bg-blau margin-bottom-5">|</div>'), 'TEXT', '3.' => array('value' => '<div class="layout-box bg-rot margin-bottom-5">|</div>'), 'TEXT', '4.' => array('value' => '<div class="layout-box rand-rot bg-rot margin-bottom-5">|</div>'), 'TEXT', '5.' => array('value' => '<div class="layout-box bg-grau margin-bottom-5">|</div>'), 'TEXT', '6.' => array('value' => '<div class="layout-box rand-grau bg-grau margin-bottom-5">|</div>'), 'TEXT', '7.' => array('value' => '<div class="layout-box bg-gruen margin-bottom-5">|</div>'), 'TEXT', '8.' => array('value' => '<div class="layout-box rand-gruen bg-gruen margin-bottom-5">|</div>'), 'TEXT', '9.' => array('value' => '<div class="layout-box bg-tuerkis margin-bottom-5">|</div>'), 'TEXT', '10.' => array('value' => '<div class="layout-box rand-tuerkis bg-tuerkis margin-bottom-5">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,pages,tx_calendarize_domain_model_event', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('conf.' => array('tx_seminars_seminars' => '< plugin.tx_seminars_pi1', 'tx_seminars_seminars.' => array('CMD' => 'singleView'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0'))), 'tables' => 'tx_news_domain_model_news,tx_calendarize_domain_model_event')), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'ce_timeline' => '< lib.contentElement', 'ce_timeline.' => array('templateName' => 'TimelineCustom', 'extbase.' => array('controllerExtensionName' => 'ce_timeline'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'uid')), 'table' => 'tx_cetimeline_domain_model_entry', 'pidInList' => 'this', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'pce = |'), 'orderBy' => 'tx_cetimeline_domain_model_entry.sorting', 'as' => 'entries', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'))))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/gridelements/Templates'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('resolveFlexFormData' => '1', 'resolveChildFlexFormData' => '0'))))), 'media2click_iframe' => '< lib.contentElement', 'media2click_iframe.' => array('templateName' => 'Media2clickIframe', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'm2cBackgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tx_media2click_domain_model_host', 'fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'variables.' => array(), 'settings.' => array('m2cEnable2click' => '1', 'm2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517')), 'gridgallery_gallery' => '< lib.contentElement', 'gridgallery_gallery.' => array('templateName' => 'GridGallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'settings.' => array('gridgallery.' => array('defaultRowHeight' => '150', 'defaultRenderFactor' => '1.5', 'defaultMargins' => '2', 'defaultCaptions' => '1', 'defaultRandomize' => '0', 'defaultLastRow' => 'nojustify', 'defaultBorder' => '-1', 'thumbnailCropVariant' => 'thumbnail', 'lightboxCropVariant' => 'default', 'captionFields' => 'description'))), 'small-menu_icon' => '< lib.contentElement', 'small-menu_icon.' => array('templateName' => 'SmallMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSmallIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'small-menu_sub_icon' => '< lib.contentElement', 'small-menu_sub_icon.' => array('templateName' => 'SmallMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('smallMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_icon' => '< lib.contentElement', 'menu_icon.' => array('templateName' => 'MenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_sub_icon' => '< lib.contentElement', 'menu_sub_icon.' => array('templateName' => 'MenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_icon' => '< lib.contentElement', 'row-menu_icon.' => array('templateName' => 'RowMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_sub_icon' => '< lib.contentElement', 'row-menu_sub_icon.' => array('templateName' => 'RowMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('rowMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_advent' => '< lib.contentElement', 'menu_advent.' => array('templateName' => 'MenuAdvent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuAdventImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_megamenu' => '< lib.contentElement', 'menu_megamenu.' => array('templateName' => 'MenuMegamenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_keywordlist' => '< lib.contentElement', 'menu_keywordlist.' => array('templateName' => 'MenuKeywordlist', 'dataProcessing.' => array('Gymgbw\\Gymgbw\\DataProcessing\\MenuKeywordlistProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'eyecatcher' => '< lib.contentElement', 'eyecatcher.' => array('templateName' => 'Eyecatcher', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'max' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('filesProcessedDataKey' => 'files', 'maxGalleryWidth' => '500', 'numberOfColumns' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image, image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'speech_bubble' => '< lib.contentElement', 'speech_bubble.' => array('templateName' => 'Speech_bubble', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_dark' => '< lib.contentElement', 'speech_bubble_dark.' => array('templateName' => 'Speech_bubble_dark', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_square' => '< lib.contentElement', 'speech_bubble_square.' => array('templateName' => 'Speech_bubble_square', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'citation' => '< lib.contentElement', 'citation.' => array('templateName' => 'Citation', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'ag-info' => '< lib.contentElement', 'ag-info.' => array('templateName' => 'AG-Info', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'))), 'tt_content')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '1.' => array('value' => '<div class="layout-box bg-blau margin-bottom-5">|</div>'), 'TEXT', '2.' => array('value' => '<div class="layout-box rand-blau bg-blau margin-bottom-5">|</div>'), 'TEXT', '3.' => array('value' => '<div class="layout-box bg-rot margin-bottom-5">|</div>'), 'TEXT', '4.' => array('value' => '<div class="layout-box rand-rot bg-rot margin-bottom-5">|</div>'), 'TEXT', '5.' => array('value' => '<div class="layout-box bg-grau margin-bottom-5">|</div>'), 'TEXT', '6.' => array('value' => '<div class="layout-box rand-grau bg-grau margin-bottom-5">|</div>'), 'TEXT', '7.' => array('value' => '<div class="layout-box bg-gruen margin-bottom-5">|</div>'), 'TEXT', '8.' => array('value' => '<div class="layout-box rand-gruen bg-gruen margin-bottom-5">|</div>'), 'TEXT', '9.' => array('value' => '<div class="layout-box bg-tuerkis margin-bottom-5">|</div>'), 'TEXT', '10.' => array('value' => '<div class="layout-box rand-tuerkis bg-tuerkis margin-bottom-5">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,pages,tx_calendarize_domain_model_event', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('conf.' => array('tx_seminars_seminars' => '< plugin.tx_seminars_pi1', 'tx_seminars_seminars.' => array('CMD' => 'singleView'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0'))), 'tables' => 'tx_news_domain_model_news,tx_calendarize_domain_model_event')), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'ce_timeline' => '< lib.contentElement', 'ce_timeline.' => array('templateName' => 'TimelineCustom', 'extbase.' => array('controllerExtensionName' => 'ce_timeline'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'uid')), 'table' => 'tx_cetimeline_domain_model_entry', 'pidInList' => 'this', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'pce = |'), 'orderBy' => 'tx_cetimeline_domain_model_entry.sorting', 'as' => 'entries', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'))))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/gridelements/Templates'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('resolveFlexFormData' => '1', 'resolveChildFlexFormData' => '0'))))), 'media2click_iframe' => '< lib.contentElement', 'media2click_iframe.' => array('templateName' => 'Media2clickIframe', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'm2cBackgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tx_media2click_domain_model_host', 'fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'variables.' => array(), 'settings.' => array('m2cEnable2click' => '1', 'm2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517')), 'gridgallery_gallery' => '< lib.contentElement', 'gridgallery_gallery.' => array('templateName' => 'GridGallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'settings.' => array('gridgallery.' => array('defaultRowHeight' => '150', 'defaultRenderFactor' => '1.5', 'defaultMargins' => '2', 'defaultCaptions' => '1', 'defaultRandomize' => '0', 'defaultLastRow' => 'nojustify', 'defaultBorder' => '-1', 'thumbnailCropVariant' => 'thumbnail', 'lightboxCropVariant' => 'default', 'captionFields' => 'description'))), 'small-menu_icon' => '< lib.contentElement', 'small-menu_icon.' => array('templateName' => 'SmallMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSmallIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'small-menu_sub_icon' => '< lib.contentElement', 'small-menu_sub_icon.' => array('templateName' => 'SmallMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('smallMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_icon' => '< lib.contentElement', 'menu_icon.' => array('templateName' => 'MenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_sub_icon' => '< lib.contentElement', 'menu_sub_icon.' => array('templateName' => 'MenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_icon' => '< lib.contentElement', 'row-menu_icon.' => array('templateName' => 'RowMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_sub_icon' => '< lib.contentElement', 'row-menu_sub_icon.' => array('templateName' => 'RowMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('rowMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_advent' => '< lib.contentElement', 'menu_advent.' => array('templateName' => 'MenuAdvent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuAdventImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_megamenu' => '< lib.contentElement', 'menu_megamenu.' => array('templateName' => 'MenuMegamenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_keywordlist' => '< lib.contentElement', 'menu_keywordlist.' => array('templateName' => 'MenuKeywordlist', 'dataProcessing.' => array('Gymgbw\\Gymgbw\\DataProcessing\\MenuKeywordlistProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'eyecatcher' => '< lib.contentElement', 'eyecatcher.' => array('templateName' => 'Eyecatcher', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'max' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('filesProcessedDataKey' => 'files', 'maxGalleryWidth' => '500', 'numberOfColumns' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image, image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'speech_bubble' => '< lib.contentElement', 'speech_bubble.' => array('templateName' => 'Speech_bubble', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_dark' => '< lib.contentElement', 'speech_bubble_dark.' => array('templateName' => 'Speech_bubble_dark', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_square' => '< lib.contentElement', 'speech_bubble_square.' => array('templateName' => 'Speech_bubble_square', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'citation' => '< lib.contentElement', 'citation.' => array('templateName' => 'Citation', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'ag-info' => '< lib.contentElement', 'ag-info.' => array('templateName' => 'AG-Info', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'))), '')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 96
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->start($row, $conf['table'], $this->request);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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('CONTENT', array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'variables.contentHauptspalte')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 305
                continue;
            }
            if (!in_array($variableName, $reservedVariables)) {
                $cObjConf = $variablesToProcess[$variableName . '.'] ?? [];
                $variables[$variableName] = $this->cObj->cObjGetSingle($cObjType, $cObjConf, 'variables.' . $variableName);
            } else {
                throw new \InvalidArgumentException(
                    'Cannot use reserved name "' . $variableName . '" as variable name in FLUIDTEMPLATE.',
                    1288095720
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->getContentObjectVariables(array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/mask/Classes/Fluid/FluidTemplateContentObject.php line 31
     */
    protected function getContentObjectVariables(array $conf = []): array
    {
        // Call Parent Function to maintain core functions
        $variables = parent::getContentObjectVariables($conf);

        // Make some enhancements to data of pages
        if ($this->cObj->getCurrentTable() === 'pages') {
            $data = $variables['data'];
at MASK\Mask\Fluid\FluidTemplateContentObject->getContentObjectVariables(array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 100
        $this->setLayoutRootPath($conf);
        $this->setPartialRootPath($conf);
        $this->setExtbaseVariables($conf);
        $this->assignSettings($conf);
        $variables = $this->getContentObjectVariables($conf);
        $variables = $this->contentDataProcessor->process($this->cObj, $conf, $variables);

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

at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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('FLUIDTEMPLATE', array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))), '10')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeCSS.' => array('ce-timeline' => 'EXT:ce_timeline/Resources/Public/Css/light.css', 'tx-fs-media-gallery' => 'EXT:fs_media_gallery/Resources/Public/Css/MediaAlbum.css', 'mdFullcalendar' => 'EXT:md_fullcalendar/Resources/Public/fullcalendar/lib/main.min.css', 'tx_fancybox' => 'EXT:fancybox/Resources/Public/Libraries/fancybox/jquery.fancybox.min.css', 'ods-osm' => 'EXT:ods_osm/Resources/Public/Css/ods_osm.css', 'media2click' => 'EXT:media2click/Resources/Public/Css/media2click.css', 'media2click.' => array('forceOnTop' => '1'), 'tx_gridgallery' => 'EXT:gridgallery/Resources/Public/Libraries/justifiedGallery/justifiedGallery.min.css', 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/Css/Indexed_search_autocomplete.css', 'slicknav' => 'EXT:gymgbw/Resources/Public/Css/Menu/slimmenu.min.css', 'hamburgers' => 'EXT:gymgbw/Resources/Public/Css/Menu/hamburgers.css', 'bxslider' => 'EXT:gymgbw/Resources/Public/Css/Extensions/gridelements/jquery.bxslider.min.css', 'powermailCss' => 'EXT:gymgbw/Resources/Public/Css/Extensions/powermail/powermail.css'), 'includeJSFooter.' => array('powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'powermailCond' => 'EXT:powermail_cond/Resources/Public/JavaScript/PowermailCondition.min.js', 'powermailCond.' => array('defer' => '1'), 'tx_fancybox_jquery' => 'EXT:fancybox/Resources/Public/Libraries/jquery-3.6.0/jquery.min.js', 'tx_fancybox_jquery.' => array('if.' => array('isTrue' => '0')), 'tx_fancybox' => 'EXT:fancybox/Resources/Public/Libraries/fancybox/jquery.fancybox.min.js', 'tx_fancybox.' => array('async' => '1'), 'media2click' => 'EXT:media2click/Resources/Public/JavaScript/media2click.js', 'tx_gridgallery_jquery' => 'EXT:gridgallery/Resources/Public/Libraries/jquery-3.4.1/jquery-3.4.1.min.js', 'tx_gridgallery_jquery.' => array('if.' => array('isTrue' => '0')), 'tx_gridgallery_lib' => 'EXT:gridgallery/Resources/Public/Libraries/justifiedGallery/jquery.justifiedGallery.min.js', 'tx_gridgallery' => 'EXT:gridgallery/Resources/Public/JavaScript/GridGallery.min.js', 'tx_gridgallery.' => array('async' => '1'), 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/JavaScript/Indexed_search_autocomplete.js', 'file1011' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Isotope/isotope.pkgd.min.js', 'file1012' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Isotope/isotope.js', 'file1002' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Darkmode/darkmode-toggle.js', 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Qrcode/jquery.qrcode.js', 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Qrcode/qrcode.js', 'slimmenu' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/slimmenu.js', 'hamburgers' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/hamburgers.js', 'stickup2' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/stickUp.js', 'megamenu' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/megamenu.js', 'ce-accordion' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/fluid-styled-content/ce-accordion.js', 'toggle' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/toggle.js', 'akkordeon' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/akkordeon.js', 'bxslider1' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/jquery.bxslider.min.js', 'bxslider2' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/slider.js', 'powermailJQueryTabs' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/powermail/Tabs.min.js'), 'COA', '3132.' => array('wrap' => '<script id="powermail_conditions_container"|></script>', 'TEXT', '10.' => array('noTrimWrap' => '| data-condition-uri="|"|', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&type=3132', 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'includeJSFooterlibs.' => array('mdFullcalendar' => 'EXT:md_fullcalendar/Resources/Public/fullcalendar/lib/main.min.js'), 'includeJS.' => array('jquery' => 'EXT:gymgbw/Resources/Public/JayaScript/jquery/jquery-3.7.1.min.js', 'slimmenu-aufruf' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/jquery.slimmenu.min.js', 'iframe' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/mask/iframe.js', 'sound' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/mask/sound.js'), '10.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))), 'FLUIDTEMPLATE', 'headerData.' => array('CASE', '10.' => array('stdWrap.' => array('wrap' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/gymgbw/Resources/Public/Css/|" media="all">'), 'key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'main.css?v=20240217'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'dsb.css?v='), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'dsb.css?v=')), '11.' => array('value' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/gymgbw/Resources/Public/Css/focal-point.min.css" media="all">'), 'TEXT', '50.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox.svg" as="image" type="image/svg+xml">'), 'TEXT', '51.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox-c.svg" as="image" type="image/svg+xml">'), 'TEXT', '52.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox-error.svg" as="image" type="image/svg+xml">'), 'TEXT', '53.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio.svg" as="image" type="image/svg+xml">'), 'TEXT', '54.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio-c.svg" as="image" type="image/svg+xml">'), 'TEXT', '55.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio-error.svg" as="image" type="image/svg+xml">'), 'TEXT', '1000.' => array('value' => ' <link rel="apple-touch-icon" sizes="180x180" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/apple-touch-icon.png?v=2023"> <link rel="icon" type="image/png" sizes="32x32" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon-32x32.png?v=2023"> <link rel="icon" type="image/png" sizes="16x16" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon-16x16.png?v=2023"> <link rel="manifest" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/site.webmanifest?v=2023"> <link rel="mask-icon" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/safari-pinned-tab.svg?v=2023" color="#00639f"> <link rel="shortcut icon" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon.ico?v=2023"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/browserconfig.xml?v=2023"> <meta name="theme-color" content="#ffffff"> '), 'USER', '123.' => array('userFunc' => 'Blueways\\BwIcons\\Utility\\CssUtility->includeStyleSheets')), 'includeCSSLibs.' => array('fontawesome' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/all.min.css', 'fontawesome-v5' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/v5-font-face.css', 'fontawesome-v4' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/v4-shims.css'), 'meta.' => array('X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1'), 'viewport' => 'width=device-width, initial-scale=1.0', 'page-topic' => 'Schule, Abitur', 'description.' => array('field' => 'description', 'ifEmpty' => 'Gymnasium Großbugwedel, Burgwedel, Schule, Niedersachsen, Hannover, Deutschland'), 'robots' => 'index,follow', 'revisit-after' => '2 days', 'date.' => array('data' => 'page:SYS_LASTCHANGED // page:crdate', 'date' => 'Y-m-d'), 'author.' => array('field' => 'author', 'ifEmpty' => 'Gymnasium Großbugwedel'), 'keywords.' => array('field' => 'keywords', 'ifEmpty' => 'Gymnasium Großbugwedel'), 'geo.' => array('region' => 'DE-NI', 'placename' => 'Burgwedel'), 'publisher' => 'Gymnasium Großburgwedel', 'copyright' => 'Gymnasium Großburgwedel', 'audience' => 'Schüler, Schülerinnen, Lehrer, Lehrerinnen, Eltern', 'referrer' => 'no-referrer')), '')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 693
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('ce-timeline' => 'EXT:ce_timeline/Resources/Public/Css/light.css', 'tx-fs-media-gallery' => 'EXT:fs_media_gallery/Resources/Public/Css/MediaAlbum.css', 'mdFullcalendar' => 'EXT:md_fullcalendar/Resources/Public/fullcalendar/lib/main.min.css', 'tx_fancybox' => 'EXT:fancybox/Resources/Public/Libraries/fancybox/jquery.fancybox.min.css', 'ods-osm' => 'EXT:ods_osm/Resources/Public/Css/ods_osm.css', 'media2click' => 'EXT:media2click/Resources/Public/Css/media2click.css', 'media2click.' => array('forceOnTop' => '1'), 'tx_gridgallery' => 'EXT:gridgallery/Resources/Public/Libraries/justifiedGallery/justifiedGallery.min.css', 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/Css/Indexed_search_autocomplete.css', 'slicknav' => 'EXT:gymgbw/Resources/Public/Css/Menu/slimmenu.min.css', 'hamburgers' => 'EXT:gymgbw/Resources/Public/Css/Menu/hamburgers.css', 'bxslider' => 'EXT:gymgbw/Resources/Public/Css/Extensions/gridelements/jquery.bxslider.min.css', 'powermailCss' => 'EXT:gymgbw/Resources/Public/Css/Extensions/powermail/powermail.css'), 'includeJSFooter.' => array('powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'powermailCond' => 'EXT:powermail_cond/Resources/Public/JavaScript/PowermailCondition.min.js', 'powermailCond.' => array('defer' => '1'), 'tx_fancybox_jquery' => 'EXT:fancybox/Resources/Public/Libraries/jquery-3.6.0/jquery.min.js', 'tx_fancybox_jquery.' => array('if.' => array('isTrue' => '0')), 'tx_fancybox' => 'EXT:fancybox/Resources/Public/Libraries/fancybox/jquery.fancybox.min.js', 'tx_fancybox.' => array('async' => '1'), 'media2click' => 'EXT:media2click/Resources/Public/JavaScript/media2click.js', 'tx_gridgallery_jquery' => 'EXT:gridgallery/Resources/Public/Libraries/jquery-3.4.1/jquery-3.4.1.min.js', 'tx_gridgallery_jquery.' => array('if.' => array('isTrue' => '0')), 'tx_gridgallery_lib' => 'EXT:gridgallery/Resources/Public/Libraries/justifiedGallery/jquery.justifiedGallery.min.js', 'tx_gridgallery' => 'EXT:gridgallery/Resources/Public/JavaScript/GridGallery.min.js', 'tx_gridgallery.' => array('async' => '1'), 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/JavaScript/Indexed_search_autocomplete.js', 'file1011' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Isotope/isotope.pkgd.min.js', 'file1012' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Isotope/isotope.js', 'file1002' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Darkmode/darkmode-toggle.js', 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Qrcode/jquery.qrcode.js', 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Qrcode/qrcode.js', 'slimmenu' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/slimmenu.js', 'hamburgers' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/hamburgers.js', 'stickup2' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/stickUp.js', 'megamenu' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/megamenu.js', 'ce-accordion' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/fluid-styled-content/ce-accordion.js', 'toggle' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/toggle.js', 'akkordeon' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/akkordeon.js', 'bxslider1' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/jquery.bxslider.min.js', 'bxslider2' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/slider.js', 'powermailJQueryTabs' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/powermail/Tabs.min.js'), 'COA', '3132.' => array('wrap' => '<script id="powermail_conditions_container"|></script>', 'TEXT', '10.' => array('noTrimWrap' => '| data-condition-uri="|"|', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&type=3132', 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'includeJSFooterlibs.' => array('mdFullcalendar' => 'EXT:md_fullcalendar/Resources/Public/fullcalendar/lib/main.min.js'), 'includeJS.' => array('jquery' => 'EXT:gymgbw/Resources/Public/JayaScript/jquery/jquery-3.7.1.min.js', 'slimmenu-aufruf' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/jquery.slimmenu.min.js', 'iframe' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/mask/iframe.js', 'sound' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/mask/sound.js'), '10.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))), 'FLUIDTEMPLATE', 'headerData.' => array('CASE', '10.' => array('stdWrap.' => array('wrap' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/gymgbw/Resources/Public/Css/|" media="all">'), 'key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'main.css?v=20240217'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'dsb.css?v='), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'dsb.css?v=')), '11.' => array('value' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/gymgbw/Resources/Public/Css/focal-point.min.css" media="all">'), 'TEXT', '50.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox.svg" as="image" type="image/svg+xml">'), 'TEXT', '51.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox-c.svg" as="image" type="image/svg+xml">'), 'TEXT', '52.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox-error.svg" as="image" type="image/svg+xml">'), 'TEXT', '53.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio.svg" as="image" type="image/svg+xml">'), 'TEXT', '54.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio-c.svg" as="image" type="image/svg+xml">'), 'TEXT', '55.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio-error.svg" as="image" type="image/svg+xml">'), 'TEXT', '1000.' => array('value' => ' <link rel="apple-touch-icon" sizes="180x180" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/apple-touch-icon.png?v=2023"> <link rel="icon" type="image/png" sizes="32x32" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon-32x32.png?v=2023"> <link rel="icon" type="image/png" sizes="16x16" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon-16x16.png?v=2023"> <link rel="manifest" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/site.webmanifest?v=2023"> <link rel="mask-icon" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/safari-pinned-tab.svg?v=2023" color="#00639f"> <link rel="shortcut icon" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon.ico?v=2023"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/browserconfig.xml?v=2023"> <meta name="theme-color" content="#ffffff"> '), 'USER', '123.' => array('userFunc' => 'Blueways\\BwIcons\\Utility\\CssUtility->includeStyleSheets')), 'includeCSSLibs.' => array('fontawesome' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/all.min.css', 'fontawesome-v5' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/v5-font-face.css', 'fontawesome-v4' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/v4-shims.css'), 'meta.' => array('X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1'), 'viewport' => 'width=device-width, initial-scale=1.0', 'page-topic' => 'Schule, Abitur', 'description.' => array('field' => 'description', 'ifEmpty' => 'Gymnasium Großbugwedel, Burgwedel, Schule, Niedersachsen, Hannover, Deutschland'), 'robots' => 'index,follow', 'revisit-after' => '2 days', 'date.' => array('data' => 'page:SYS_LASTCHANGED // page:crdate', 'date' => 'Y-m-d'), 'author.' => array('field' => 'author', 'ifEmpty' => 'Gymnasium Großbugwedel'), 'keywords.' => array('field' => 'keywords', 'ifEmpty' => 'Gymnasium Großbugwedel'), 'geo.' => array('region' => 'DE-NI', 'placename' => 'Burgwedel'), 'publisher' => 'Gymnasium Großburgwedel', 'copyright' => 'Gymnasium Großburgwedel', 'audience' => 'Schüler, Schülerinnen, Lehrer, Lehrerinnen, Eltern', 'referrer' => 'no-referrer')))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

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

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

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/web2pdf/Classes/Middleware/PdfHandler.php line 59
    {
        $pluginParams = $request->getQueryParams()['tx_web2pdf_pi1'] ?? null;

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

        if (($pluginParams['argument'] !== ModuleOptions::QUERY_PARAMETER)) {
            return $handler->handle($request);
at Mittwald\Web2pdf\Middleware\PdfHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/crawler/Classes/Middleware/CrawlerInitialization.php line 58
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $queueParameters = $request->getAttribute('tx_crawler');
        if ($queueParameters === null) {
            return $handler->handle($request);
        }

        $GLOBALS['TSFE']->applicationData['forceIndexing'] = true;
        $GLOBALS['TSFE']->applicationData['tx_crawler']['running'] = true;
at AOE\Crawler\Middleware\CrawlerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/jumpurl/Classes/Middleware/JumpUrlHandler.php line 74
            // Regular jump URL
            $this->validateIfJumpUrlRedirectIsAllowed($jumpUrl, $juHash);
            return $this->redirectToJumpUrl($jumpUrl);
        }
        return $handler->handle($request);
    }
    /**
     * Redirects the user to the given jump URL if all submitted values
     * are valid (checked before)
at FoT3\Jumpurl\Middleware\JumpUrlHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/vhs/Classes/Middleware/AssetInclusion.php line 18
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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/mkforms/Classes/Middleware/HeaderInjection.php line 47
class HeaderInjection implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        if (isset($GLOBALS['tx_ameosformidable']) && isset($GLOBALS['tx_ameosformidable']['headerinjection'])) {
            reset($GLOBALS['tx_ameosformidable']['headerinjection']);
            foreach ($GLOBALS['tx_ameosformidable']['headerinjection'] as $aHeaderSet) {
at DMK\MkForms\Middleware\HeaderInjection->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/mkforms/Classes/Middleware/AjaxHandler.php line 64
    {
        $mkformsAjaxId = $request->getParsedBody()['mkformsAjaxId'] ?? $request->getQueryParams()['mkformsAjaxId'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at DMK\MkForms\Middleware\AjaxHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/emailobfuscator/Classes/Middleware/ObfuscationMiddleware.php line 63
        if (!isset($settings['enabled']) || !boolval($settings['enabled'])) {
            return $handler->handle($request);
        }

        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
        ) {
            $body = $response->getBody();
at EMAILOBFUSCATOR\Emailobfuscator\Middleware\ObfuscationMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 58
        if (StateUtility::isActivatedForUser() && StateUtility::isOpen()) {
            $connection = $this->connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreviewPermissions.php line 47
        $pageArguments = $request->getAttribute('routing', null);
        if ($pageArguments instanceof PageArguments && $GLOBALS['BE_USER'] instanceof PreviewUserAuthentication) {
            $GLOBALS['BE_USER']->setWebmounts([$pageArguments->getPageId()]);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreviewPermissions->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 128
            $addInformationAboutDisabledCache = true;
            $setCookieOnCurrentRequest = false;
        }

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

        $tsfe = $this->getTypoScriptFrontendController();
        if ($tsfe instanceof TypoScriptFrontendController && $addInformationAboutDisabledCache) {
            $tsfe->set_no_cache('GET Parameter ADMCMD_prev=LIVE was given', true);
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/crawler/Classes/Middleware/FrontendUserAuthenticator.php line 75
        $jsonCompatibilityConverter = GeneralUtility::makeInstance(JsonCompatibilityConverter::class);

        $crawlerInformation = $request->getHeaderLine($this->headerName) ?? null;
        if (empty($crawlerInformation)) {
            return $handler->handle($request);
        }

        // Authenticate crawler request:
        //@todo: ask service to exclude current call for special reasons: for example no relevance because the language version is not affected
at AOE\Crawler\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/checkmysite/Classes/Middleware/IndexPhpCheckerMiddleware.php line 167

            exit;
        }

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

    private function isTimeToSendFurtherMail(): bool
    {
at JWeiland\Checkmysite\Middleware\IndexPhpCheckerMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/vhs/Classes/Middleware/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Vhs\Middleware\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

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

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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 /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

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

    /**
     * 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 /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/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 /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/index.php line 21
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});