Whoops, looks like something went wrong.

(1/2) Doctrine\DBAL\Exception\SyntaxErrorException

An exception occurred while executing 'SELECT DISTINCT user_imcprojects_service.service FROM user_imcprojects_service, user_imcprojects_project_service_mm WHERE user_imcprojects_project_service_mm.uid_local = AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign ORDER BY user_imcprojects_service.service': You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.u...' at line 8

in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79
            case '1479':
            case '1541':
            case '1554':
            case '1626':
                return new Exception\SyntaxErrorException($message, $exception);

            case '1044':
            case '1045':
            case '1046':
at Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException('An exception occurred while executing \'SELECT DISTINCT user_imcprojects_service.service FROM user_imcprojects_service, user_imcprojects_project_service_mm WHERE user_imcprojects_project_service_mm.uid_local = AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign ORDER BY user_imcprojects_service.service\':You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near \'AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.u...\' at line 8', object(Doctrine\DBAL\Driver\Mysqli\MysqliException))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 166
        if ($driverEx instanceof DriverException) {
            return $driverEx;
        }
        if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DriverExceptionInterface) {
            return $driver->convertException($msg, $driverEx);
        }

        return new self($msg, 0, $driverEx);
    }
at Doctrine\DBAL\DBALException::wrapException(object(Doctrine\DBAL\Driver\Mysqli\Driver), object(Doctrine\DBAL\Driver\Mysqli\MysqliException), 'An exception occurred while executing \'SELECT DISTINCT user_imcprojects_service.service FROM user_imcprojects_service, user_imcprojects_project_service_mm WHERE user_imcprojects_project_service_mm.uid_local = AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign ORDER BY user_imcprojects_service.service\':You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near \'AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.u...\' at line 8')
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 146
            $msg .= ' with params ' . self::formatParameters($params);
        }
        $msg .= ":\n\n" . $driverEx->getMessage();

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

    /**
     * @return self
at Doctrine\DBAL\DBALException::driverExceptionDuringQuery(object(Doctrine\DBAL\Driver\Mysqli\Driver), object(Doctrine\DBAL\Driver\Mysqli\MysqliException), 'SELECT DISTINCT user_imcprojects_service.service FROM user_imcprojects_service, user_imcprojects_project_service_mm WHERE user_imcprojects_project_service_mm.uid_local = AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign ORDER BY user_imcprojects_service.service', array())
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 912
            } else {
                $stmt = $connection->query($query);
            }
        } catch (Throwable $ex) {
            throw DBALException::driverExceptionDuringQuery($this->_driver, $ex, $query, $this->resolveParams($params, $types));
        }

        $stmt->setFetchMode($this->defaultFetchMode);

at Doctrine\DBAL\Connection->executeQuery('SELECT DISTINCT user_imcprojects_service.service FROM user_imcprojects_service, user_imcprojects_project_service_mm WHERE user_imcprojects_project_service_mm.uid_local = AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign ORDER BY user_imcprojects_service.service')
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3conf/ext/user_imcprojects/pi1/class.user_imcprojects_pi1.php line 785
     user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign
    ORDER BY user_imcprojects_service.service";

   $connectionService = GeneralUtility::makeInstance(ConnectionPool::class)->getConnectionForTable('user_imcprojects_project');
   $resultSetService = $connectionService->executeQuery($queryService);

   $rowsService = $resultSetService->fetchAll();
   //$resService = mysql(TYPO3_db, $queryService);
   foreach($rowsService as $rowService) {
at user_imcprojects_pi1->singleView('<h1></h1><table><tr><td style="width: 410px;"><table style="margin-top: 10px;"><tr><td colspan="2"><b>Дані про проект</b></td></tr><tr><td style="width: 100px;">Сіті: </td><td><br/>&nbsp;</td></tr><tr><td style="width: 100px;">Виконання: </td><td>1970<br/>&nbsp;</td></tr><tr><td style="width: 100px;">Послуги: </td><td>', array('userFunc' => 'user_imcprojects_pi1->main'))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3conf/ext/user_imcprojects/pi1/class.user_imcprojects_pi1.php line 81
   case '3COLUMN':
    return $this->pi_wrapInBaseClass($this->columnView($content, $conf));
   break;
   case 'SINGLE':
    return $this->pi_wrapInBaseClass($this->singleView($content, $conf));
   break;
   case 'TRAILERPIC':
    return $this->pi_wrapInBaseClass($this->trailerView($content, $conf));
   break;
at user_imcprojects_pi1->main('', array('userFunc' => 'user_imcprojects_pi1->main'))
at call_user_func_array(array(object(user_imcprojects_pi1), 'main'), array('', array('userFunc' => 'user_imcprojects_pi1->main')))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5969
                        $classObj,
                        $parts[1]
                    ], [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('user_imcprojects_pi1->main', array('userFunc' => 'user_imcprojects_pi1->main'), '')
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 41
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->INTincScript_process()!
            $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' => 'user_imcprojects_pi1->main'))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/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' => 'user_imcprojects_pi1->main'))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'user_imcprojects_pi1->main'))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3854
                        case 'COA':
                            $incContent = $INTiS_cObj->cObjGetSingle('COA', $INTiS_config[$INTiS_key]['conf']);
                            break;
                        case 'FUNC':
                            $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
                            break;
                        case 'POSTUSERFUNC':
                            $incContent = $INTiS_cObj->callUserFunction($INTiS_config[$INTiS_key]['postUserFunc'], $INTiS_config[$INTiS_key]['conf'], $INTiS_config[$INTiS_key]['content']);
                            break;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript_process(array('INT_SCRIPT.7d95174146ba0ce4e2aee02545dee3df' => array('conf' => array('userFunc' => 'user_imcprojects_pi1->main'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":28:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:150:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"addParams.";s:5:"array";s:9:"filelink.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:19:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:4:"FILE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\FileContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";}s:4:"data";a:141:{s:3:"uid";i:41;s:3:"pid";i:41;s:9:"t3ver_oid";i:0;s:8:"t3ver_id";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_label";s:0:"";s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:0;s:6:"tstamp";i:1447064086;s:6:"crdate";i:1331822627;s:9:"cruser_id";i:1;s:6:"hidden";i:0;s:7:"sorting";i:100;s:5:"CType";s:4:"list";s:6:"header";s:0:"";s:15:"header_position";s:0:"";s:8:"bodytext";N;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:12:"imagecaption";N;s:9:"imagecols";i:1;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:7:"deleted";i:0;s:4:"cols";i:0;s:7:"records";N;s:5:"pages";N;s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:0;s:9:"subheader";s:0:"";s:11:"spaceBefore";i:0;s:10:"spaceAfter";i:0;s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:21:"imagecaption_position";s:0:"";s:10:"image_link";N;s:10:"image_zoom";i:0;s:12:"image_noRows";i:0;s:13:"image_effects";i:0;s:17:"image_compression";i:0;s:7:"altText";N;s:9:"titleText";N;s:11:"longdescURL";N;s:13:"header_layout";s:1:"0";s:10:"text_align";s:0:"";s:9:"text_face";i:0;s:9:"text_size";i:0;s:10:"text_color";i:0;s:15:"text_properties";i:0;s:9:"menu_type";s:1:"0";s:9:"list_type";s:20:"user_imcprojects_pi1";s:12:"table_border";i:0;s:17:"table_cellspacing";i:0;s:17:"table_cellpadding";i:0;s:13:"table_bgColor";i:0;s:10:"select_key";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:13:"filelink_size";i:0;s:13:"section_frame";i:0;s:4:"date";i:0;s:13:"splash_layout";s:1:"0";s:10:"multimedia";N;s:12:"image_frames";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:11:"rte_enabled";i:0;s:16:"sys_language_uid";i:-1;s:17:"tx_impexp_origuid";i:0;s:11:"pi_flexform";s:2370:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="what_to_display"> <value index="vDEF">SINGLE</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lEN"> <field index="what_to_display"> <value index="vDEF">SINGLE</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lSK"> <field index="what_to_display"> <value index="vDEF">SINGLE</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lUK"> <field index="what_to_display"> <value index="vDEF">SINGLE</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lRU"> <field index="what_to_display"> <value index="vDEF">SINGLE</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">8</value> </field> </language> </sheet> </data></T3FlexForms>";s:11:"l18n_parent";i:0;s:15:"l18n_diffsource";s:386:"a:20:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:9:"recursive";N;}";s:17:"tx_templavoila_ds";s:0:"";s:17:"tx_templavoila_to";i:0;s:19:"tx_templavoila_flex";N;s:19:"tx_templavoila_pito";i:0;s:18:"tx_powermail_title";s:0:"";s:22:"tx_powermail_recipient";s:0:"";s:22:"tx_powermail_subject_r";s:0:"";s:22:"tx_powermail_subject_s";s:0:"";s:19:"tx_powermail_sender";s:0:"";s:23:"tx_powermail_sendername";s:0:"";s:20:"tx_powermail_confirm";i:1;s:18:"tx_powermail_pages";s:0:"";s:21:"tx_powermail_multiple";i:0;s:24:"tx_powermail_recip_table";s:0:"";s:21:"tx_powermail_recip_id";s:0:"";s:24:"tx_powermail_recip_field";s:0:"";s:19:"tx_powermail_thanks";s:19:"###POWERMAIL_ALL###";s:23:"tx_powermail_mailsender";s:19:"###POWERMAIL_ALL###";s:25:"tx_powermail_mailreceiver";s:19:"###POWERMAIL_ALL###";s:21:"tx_powermail_redirect";s:0:"";s:22:"tx_powermail_fieldsets";i:0;s:18:"tx_powermail_users";i:0;s:20:"tx_powermail_preview";i:0;s:27:"tx_perfectlightbox_activate";i:0;s:27:"tx_perfectlightbox_imageset";i:0;s:31:"tx_perfectlightbox_presentation";i:0;s:28:"tx_perfectlightbox_slideshow";i:0;s:22:"tx_srlanguagemenu_type";i:0;s:27:"tx_srlanguagemenu_languages";s:0:"";s:22:"tx_imagecycle_activate";i:0;s:22:"tx_imagecycle_duration";i:0;s:16:"file_collections";N;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:19:"selected_categories";N;s:14:"category_field";s:0:"";s:10:"categories";i:0;s:8:"editlock";i:0;s:14:"rowDescription";N;s:13:"table_caption";N;s:15:"table_delimiter";i:0;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:21:"tx_templavoilaplus_ds";s:0:"";s:21:"tx_templavoilaplus_to";i:0;s:23:"tx_templavoilaplus_flex";N;s:23:"tx_templavoilaplus_pito";i:0;s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:11:"frame_class";s:7:"default";s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:11:"l10n_source";i:0;s:11:"table_class";s:0:"";s:10:"l10n_state";N;s:26:"filelink_sorting_direction";s:0:"";}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:13:"tt_content:41";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:14:"checkPid_cache";a:0:{}s:23:"checkPid_badDoktypeList";s:3:"255";s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.885071f10dbf6dadb713d58800c5eb3d' => array('conf' => array('userFunc' => 'user_imcprojects_pi1->main'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":28:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:150:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"addParams.";s:5:"array";s:9:"filelink.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:19:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:4:"FILE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\FileContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";}s:4:"data";a:142:{s:3:"uid";i:43;s:3:"pid";i:41;s:9:"t3ver_oid";i:0;s:8:"t3ver_id";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_label";s:0:"";s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:43;s:6:"tstamp";i:1616070591;s:6:"crdate";i:1395149144;s:9:"cruser_id";i:1;s:6:"hidden";i:0;s:7:"sorting";i:212;s:5:"CType";s:4:"list";s:6:"header";s:29:"Більше проектів";s:15:"header_position";s:0:"";s:8:"bodytext";N;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:12:"imagecaption";N;s:9:"imagecols";i:1;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:7:"deleted";i:0;s:4:"cols";i:0;s:7:"records";s:0:"";s:5:"pages";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:0;s:9:"subheader";s:0:"";s:11:"spaceBefore";i:30;s:10:"spaceAfter";i:0;s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:21:"imagecaption_position";s:0:"";s:10:"image_link";N;s:10:"image_zoom";i:0;s:12:"image_noRows";i:0;s:13:"image_effects";i:0;s:17:"image_compression";i:0;s:7:"altText";N;s:9:"titleText";N;s:11:"longdescURL";N;s:13:"header_layout";s:1:"0";s:10:"text_align";s:0:"";s:9:"text_face";i:0;s:9:"text_size";i:0;s:10:"text_color";i:0;s:15:"text_properties";i:0;s:9:"menu_type";s:1:"0";s:9:"list_type";s:20:"user_imcprojects_pi1";s:12:"table_border";i:0;s:17:"table_cellspacing";i:0;s:17:"table_cellpadding";i:0;s:13:"table_bgColor";i:0;s:10:"select_key";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:13:"filelink_size";i:0;s:13:"section_frame";i:0;s:4:"date";i:0;s:13:"splash_layout";s:1:"0";s:10:"multimedia";s:0:"";s:12:"image_frames";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:11:"rte_enabled";i:0;s:16:"sys_language_uid";i:3;s:17:"tx_impexp_origuid";i:0;s:11:"pi_flexform";s:2388:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">22,23,24,25,26,27,28</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lEN"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lSK"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lUK"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lRU"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">8</value> </field> </language> </sheet> </data></T3FlexForms>";s:11:"l18n_parent";i:43;s:15:"l18n_diffsource";s:2932:"a:20:{s:5:"CType";s:4:"list";s:6:"colPos";s:1:"0";s:16:"sys_language_uid";s:1:"0";s:6:"header";s:16:"Weitere Projekte";s:13:"header_layout";s:1:"0";s:15:"header_position";s:0:"";s:4:"date";s:1:"0";s:11:"header_link";s:0:"";s:9:"list_type";s:20:"user_imcprojects_pi1";s:11:"pi_flexform";s:2395:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lEN"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lSK"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lUK"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lRU"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> </sheet> </data></T3FlexForms>";s:11:"spaceBefore";s:2:"30";s:10:"spaceAfter";s:1:"0";s:13:"section_frame";s:1:"0";s:6:"hidden";s:1:"0";s:12:"sectionIndex";s:1:"1";s:9:"linkToTop";s:1:"0";s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"fe_group";s:0:"";s:9:"recursive";s:1:"0";}";s:17:"tx_templavoila_ds";s:0:"";s:17:"tx_templavoila_to";i:0;s:19:"tx_templavoila_flex";N;s:19:"tx_templavoila_pito";i:0;s:18:"tx_powermail_title";s:0:"";s:22:"tx_powermail_recipient";s:0:"";s:22:"tx_powermail_subject_r";s:0:"";s:22:"tx_powermail_subject_s";s:0:"";s:19:"tx_powermail_sender";s:0:"";s:23:"tx_powermail_sendername";s:0:"";s:20:"tx_powermail_confirm";i:0;s:18:"tx_powermail_pages";s:0:"";s:21:"tx_powermail_multiple";i:0;s:24:"tx_powermail_recip_table";s:0:"";s:21:"tx_powermail_recip_id";s:0:"";s:24:"tx_powermail_recip_field";s:0:"";s:19:"tx_powermail_thanks";s:0:"";s:23:"tx_powermail_mailsender";s:0:"";s:25:"tx_powermail_mailreceiver";s:0:"";s:21:"tx_powermail_redirect";s:0:"";s:22:"tx_powermail_fieldsets";i:0;s:18:"tx_powermail_users";i:0;s:20:"tx_powermail_preview";i:0;s:27:"tx_perfectlightbox_activate";i:0;s:27:"tx_perfectlightbox_imageset";i:0;s:31:"tx_perfectlightbox_presentation";i:0;s:28:"tx_perfectlightbox_slideshow";i:0;s:22:"tx_srlanguagemenu_type";i:0;s:27:"tx_srlanguagemenu_languages";s:0:"";s:22:"tx_imagecycle_activate";i:0;s:22:"tx_imagecycle_duration";i:0;s:16:"file_collections";N;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:19:"selected_categories";N;s:14:"category_field";s:0:"";s:10:"categories";i:0;s:8:"editlock";i:0;s:14:"rowDescription";N;s:13:"table_caption";N;s:15:"table_delimiter";i:0;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:21:"tx_templavoilaplus_ds";s:0:"";s:21:"tx_templavoilaplus_to";i:0;s:23:"tx_templavoilaplus_flex";N;s:23:"tx_templavoilaplus_pito";i:0;s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:11:"frame_class";s:7:"default";s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:11:"l10n_source";i:43;s:11:"table_class";s:0:"";s:10:"l10n_state";N;s:26:"filelink_sorting_direction";s:0:"";s:14:"_LOCALIZED_UID";i:520;}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:13:"tt_content:43";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:14:"checkPid_cache";a:0:{}s:23:"checkPid_badDoktypeList";s:3:"255";s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.57eb7f4ce7f570ce3b8ca54f97f11715' => array('conf' => array('userFunc' => 'user_imcprojects_pi1->main'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":28:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:150:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"addParams.";s:5:"array";s:9:"filelink.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:19:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:4:"FILE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\FileContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";}s:4:"data";a:141:{s:3:"uid";i:42;s:3:"pid";i:41;s:9:"t3ver_oid";i:0;s:8:"t3ver_id";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_label";s:0:"";s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:0;s:6:"tstamp";i:1339681222;s:6:"crdate";i:1331824297;s:9:"cruser_id";i:1;s:6:"hidden";i:0;s:7:"sorting";i:300;s:5:"CType";s:4:"list";s:6:"header";s:0:"";s:15:"header_position";s:0:"";s:8:"bodytext";N;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:12:"imagecaption";N;s:9:"imagecols";i:1;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:7:"deleted";i:0;s:4:"cols";i:0;s:7:"records";N;s:5:"pages";N;s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:0;s:9:"subheader";s:0:"";s:11:"spaceBefore";i:0;s:10:"spaceAfter";i:0;s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:21:"imagecaption_position";s:0:"";s:10:"image_link";N;s:10:"image_zoom";i:0;s:12:"image_noRows";i:0;s:13:"image_effects";i:0;s:17:"image_compression";i:0;s:7:"altText";N;s:9:"titleText";N;s:11:"longdescURL";N;s:13:"header_layout";s:1:"0";s:10:"text_align";s:0:"";s:9:"text_face";i:0;s:9:"text_size";i:0;s:10:"text_color";i:0;s:15:"text_properties";i:0;s:9:"menu_type";s:1:"0";s:9:"list_type";s:20:"user_imcprojects_pi1";s:12:"table_border";i:0;s:17:"table_cellspacing";i:0;s:17:"table_cellpadding";i:0;s:13:"table_bgColor";i:0;s:10:"select_key";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:13:"filelink_size";i:0;s:13:"section_frame";i:0;s:4:"date";i:0;s:13:"splash_layout";s:1:"0";s:10:"multimedia";N;s:12:"image_frames";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:11:"rte_enabled";i:0;s:16:"sys_language_uid";i:-1;s:17:"tx_impexp_origuid";i:0;s:11:"pi_flexform";s:2386:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="what_to_display"> <value index="vDEF">TRAILERPIC</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lEN"> <field index="what_to_display"> <value index="vDEF">TRAILERPIC</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lSK"> <field index="what_to_display"> <value index="vDEF">TRAILERPIC</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lUK"> <field index="what_to_display"> <value index="vDEF">TRAILERPIC</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,6,4,1,2,3</value> </field> </language> <language index="lRU"> <field index="what_to_display"> <value index="vDEF">TRAILERPIC</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">8</value> </field> </language> </sheet> </data></T3FlexForms>";s:11:"l18n_parent";i:0;s:15:"l18n_diffsource";s:386:"a:20:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:9:"recursive";N;}";s:17:"tx_templavoila_ds";s:0:"";s:17:"tx_templavoila_to";i:0;s:19:"tx_templavoila_flex";N;s:19:"tx_templavoila_pito";i:0;s:18:"tx_powermail_title";s:0:"";s:22:"tx_powermail_recipient";s:0:"";s:22:"tx_powermail_subject_r";s:0:"";s:22:"tx_powermail_subject_s";s:0:"";s:19:"tx_powermail_sender";s:0:"";s:23:"tx_powermail_sendername";s:0:"";s:20:"tx_powermail_confirm";i:1;s:18:"tx_powermail_pages";s:0:"";s:21:"tx_powermail_multiple";i:0;s:24:"tx_powermail_recip_table";s:0:"";s:21:"tx_powermail_recip_id";s:0:"";s:24:"tx_powermail_recip_field";s:0:"";s:19:"tx_powermail_thanks";s:19:"###POWERMAIL_ALL###";s:23:"tx_powermail_mailsender";s:19:"###POWERMAIL_ALL###";s:25:"tx_powermail_mailreceiver";s:19:"###POWERMAIL_ALL###";s:21:"tx_powermail_redirect";s:0:"";s:22:"tx_powermail_fieldsets";i:0;s:18:"tx_powermail_users";i:0;s:20:"tx_powermail_preview";i:0;s:27:"tx_perfectlightbox_activate";i:0;s:27:"tx_perfectlightbox_imageset";i:0;s:31:"tx_perfectlightbox_presentation";i:0;s:28:"tx_perfectlightbox_slideshow";i:0;s:22:"tx_srlanguagemenu_type";i:0;s:27:"tx_srlanguagemenu_languages";s:0:"";s:22:"tx_imagecycle_activate";i:0;s:22:"tx_imagecycle_duration";i:0;s:16:"file_collections";N;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:19:"selected_categories";N;s:14:"category_field";s:0:"";s:10:"categories";i:0;s:8:"editlock";i:0;s:14:"rowDescription";N;s:13:"table_caption";N;s:15:"table_delimiter";i:0;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:21:"tx_templavoilaplus_ds";s:0:"";s:21:"tx_templavoilaplus_to";i:0;s:23:"tx_templavoilaplus_flex";N;s:23:"tx_templavoilaplus_pito";i:0;s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:11:"frame_class";s:7:"default";s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:11:"l10n_source";i:0;s:11:"table_class";s:0:"";s:10:"l10n_state";N;s:26:"filelink_sorting_direction";s:0:"";}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:13:"tt_content:42";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:14:"checkPid_cache";a:0:{}s:23:"checkPid_badDoktypeList";s:3:"255";s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.6f6af402aab7aa669e2f93e8f8d45a15' => array('conf' => array('userFunc' => 'user_quote_pi1->main', 'pid_list' => '17', 'citeWrap' => '<p class="quote">|</p>', 'authorWrap' => '<p class="quoteauthor">|</p>', 'contentWrap' => '|', 'listMode' => '0'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":28:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:150:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"addParams.";s:5:"array";s:9:"filelink.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:19:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:4:"FILE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\FileContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";}s:4:"data";a:4:{s:17:"field_maincontent";s:5:"41,43";s:16:"field_trailerpic";s:2:"42";s:23:"field_singlesitesidebar";s:0:"";s:26:"currentValue_kidjls9dksoje";N;}s:8:"' . "\0" . '*' . "\0" . 'table";s:9:"_NO_TABLE";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:10:"_NO_TABLE:";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:2:{s:4:"data";a:103:{s:3:"uid";i:41;s:3:"pid";i:10;s:9:"t3ver_oid";i:0;s:8:"t3ver_id";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_label";s:0:"";s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:14:"t3ver_swapmode";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:0;s:6:"tstamp";i:1402643878;s:7:"sorting";i:1728;s:7:"deleted";i:0;s:12:"perms_userid";i:1;s:13:"perms_groupid";i:0;s:10:"perms_user";i:31;s:11:"perms_group";i:27;s:15:"perms_everybody";i:0;s:8:"editlock";i:0;s:6:"crdate";i:1346397742;s:9:"cruser_id";i:2;s:6:"hidden";i:0;s:5:"title";s:27:"Деталі проекту";s:7:"doktype";i:1;s:8:"TSconfig";N;s:11:"storage_pid";i:0;s:11:"is_siteroot";i:0;s:13:"php_tree_stop";i:0;s:17:"tx_impexp_origuid";i:0;s:3:"url";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:7:"urltype";i:1;s:8:"shortcut";i:0;s:13:"shortcut_mode";i:0;s:8:"no_cache";i:0;s:8:"fe_group";s:0:"";s:8:"subtitle";s:0:"";s:6:"layout";i:0;s:10:"url_scheme";i:0;s:6:"target";s:0:"";s:5:"media";i:0;s:11:"lastUpdated";i:0;s:8:"keywords";s:0:"";s:13:"cache_timeout";i:0;s:8:"newUntil";i:0;s:11:"description";s:0:"";s:9:"no_search";i:0;s:15:"SYS_LASTCHANGED";i:1698064407;s:8:"abstract";s:0:"";s:6:"module";s:0:"";s:16:"extendToSubpages";i:0;s:6:"author";s:0:"";s:12:"author_email";s:0:"";s:9:"nav_title";s:0:"";s:8:"nav_hide";i:1;s:16:"content_from_pid";i:0;s:9:"mount_pid";i:0;s:12:"mount_pid_ol";i:0;s:5:"alias";s:0:"";s:8:"l18n_cfg";i:0;s:13:"fe_login_mode";i:0;s:14:"backend_layout";s:1:"0";s:25:"backend_layout_next_level";s:1:"0";s:17:"tx_templavoila_ds";s:0:"";s:17:"tx_templavoila_to";i:0;s:22:"tx_templavoila_next_ds";s:0:"";s:22:"tx_templavoila_next_to";i:0;s:19:"tx_templavoila_flex";s:598:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="field_maincontent"> <value index="vDEF">41,43</value> </field> <field index="field_trailerpic"> <value index="vDEF">42</value> </field> <field index="field_singlesitesidebar"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>";s:22:"tx_realurl_pathsegment";s:0:"";s:18:"tx_cooluri_exclude";i:0;s:24:"tx_cooluri_excludealways";i:0;s:18:"tx_imagecycle_mode";s:0:"";s:23:"tx_imagecycle_damimages";s:0:"";s:27:"tx_imagecycle_damcategories";s:0:"";s:20:"tx_imagecycle_images";N;s:19:"tx_imagecycle_hrefs";N;s:22:"tx_imagecycle_captions";N;s:27:"tx_imagecycle_stoprecursion";i:0;s:20:"tx_imagecycle_effect";s:0:"";s:10:"cache_tags";s:0:"";s:10:"categories";i:0;s:17:"tsconfig_includes";N;s:21:"tx_templavoilaplus_ds";s:0:"";s:21:"tx_templavoilaplus_to";i:0;s:26:"tx_templavoilaplus_next_ds";s:0:"";s:26:"tx_templavoilaplus_next_to";i:0;s:23:"tx_templavoilaplus_flex";s:598:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="field_maincontent"> <value index="vDEF">41,43</value> </field> <field index="field_trailerpic"> <value index="vDEF">42</value> </field> <field index="field_singlesitesidebar"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>";s:14:"rowDescription";N;s:16:"sys_language_uid";i:3;s:11:"l10n_source";i:41;s:10:"l10n_state";N;s:15:"l10n_diffsource";N;s:4:"slug";s:15:"/detali-proektu";s:18:"legacy_overlay_uid";i:111;s:11:"l10n_parent";i:41;s:14:"_PAGES_OVERLAY";b:1;s:18:"_PAGES_OVERLAY_UID";i:182;s:23:"_PAGES_OVERLAY_LANGUAGE";i:3;s:32:"_PAGES_OVERLAY_REQUESTEDLANGUAGE";i:3;}s:13:"currentRecord";s:8:"pages:41";}s:14:"checkPid_cache";a:0:{}s:23:"checkPid_badDoktypeList";s:3:"255";s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC')))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3815
    protected function recursivelyReplaceIntPlaceholdersInContent()
    {
        do {
            $INTiS_config = $this->config['INTincScript'];
            $this->INTincScript_process($INTiS_config);
            // Check if there were new items added to INTincScript during the previous execution:
            // array_diff_assoc throws notices if values are arrays but not strings. We suppress this here.
            $INTiS_config = @array_diff_assoc($this->config['INTincScript'], $INTiS_config);
            $reprocess = count($INTiS_config) > 0;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->recursivelyReplaceIntPlaceholdersInContent()
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3782
            $this->pageRenderer = $pageRenderer;
            GeneralUtility::setSingletonInstance(PageRenderer::class, $pageRenderer);
        }

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

at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript()
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 187
                // When page was generated, this was already called. Avoid calling this twice.
                $controller->preparePageContentGeneration($request);
            }
            $this->timeTracker->push('Non-cached objects');
            $controller->INTincScript();
            $this->timeTracker->pull();
        }

        // Create a Response object when sending content
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/feedit/Classes/Middleware/FrontendEditInitiator.php line 79
                    }
                }
            }
        }
        return $handler->handle($request);
    }

    /**
     * Returns TRUE if an edit-action is sent from the Admin Panel
at TYPO3\CMS\Feedit\Middleware\FrontendEditInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

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

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

    /**
     * Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $showHiddenRecords = ($this->context->hasAspect('visibility') ? $this->context->getAspect('visibility')->includeHidden() : false);
            $GLOBALS['TSFE']->fePreview = ($simulatingDate || $simulatingGroup || $showHiddenRecords);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
    {
        $requestHandler = GeneralUtility::makeInstance($this->requestHandler);
        $dispatcher = $this->createMiddlewareDispatcher($requestHandler);

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

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

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

(2/2) Doctrine\DBAL\Driver\Mysqli\MysqliException

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.u...' at line 8

in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php line 86

        $stmt = $conn->prepare($prepareString);

        if ($stmt === false) {
            throw new MysqliException($this->_conn->error, $this->_conn->sqlstate, $this->_conn->errno);
        }

        $this->_stmt = $stmt;

at Doctrine\DBAL\Driver\Mysqli\MysqliStatement->__construct(object(mysqli), 'SELECT DISTINCT user_imcprojects_service.service FROM user_imcprojects_service, user_imcprojects_project_service_mm WHERE user_imcprojects_project_service_mm.uid_local = AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign ORDER BY user_imcprojects_service.service')
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php line 131
     * {@inheritdoc}
     */
    public function prepare($prepareString)
    {
        return new MysqliStatement($this->conn, $prepareString);
    }

    /**
     * {@inheritdoc}
at Doctrine\DBAL\Driver\Mysqli\MysqliConnection->prepare('SELECT DISTINCT user_imcprojects_service.service FROM user_imcprojects_service, user_imcprojects_project_service_mm WHERE user_imcprojects_project_service_mm.uid_local = AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign ORDER BY user_imcprojects_service.service')
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php line 141
    public function query()
    {
        $args = func_get_args();
        $sql  = $args[0];
        $stmt = $this->prepare($sql);
        $stmt->execute();

        return $stmt;
    }
at Doctrine\DBAL\Driver\Mysqli\MysqliConnection->query('SELECT DISTINCT user_imcprojects_service.service FROM user_imcprojects_service, user_imcprojects_project_service_mm WHERE user_imcprojects_project_service_mm.uid_local = AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign ORDER BY user_imcprojects_service.service')
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 909
                } else {
                    $stmt->execute($params);
                }
            } else {
                $stmt = $connection->query($query);
            }
        } catch (Throwable $ex) {
            throw DBALException::driverExceptionDuringQuery($this->_driver, $ex, $query, $this->resolveParams($params, $types));
        }
at Doctrine\DBAL\Connection->executeQuery('SELECT DISTINCT user_imcprojects_service.service FROM user_imcprojects_service, user_imcprojects_project_service_mm WHERE user_imcprojects_project_service_mm.uid_local = AND user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign ORDER BY user_imcprojects_service.service')
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3conf/ext/user_imcprojects/pi1/class.user_imcprojects_pi1.php line 785
     user_imcprojects_service.uid = user_imcprojects_project_service_mm.uid_foreign
    ORDER BY user_imcprojects_service.service";

   $connectionService = GeneralUtility::makeInstance(ConnectionPool::class)->getConnectionForTable('user_imcprojects_project');
   $resultSetService = $connectionService->executeQuery($queryService);

   $rowsService = $resultSetService->fetchAll();
   //$resService = mysql(TYPO3_db, $queryService);
   foreach($rowsService as $rowService) {
at user_imcprojects_pi1->singleView('<h1></h1><table><tr><td style="width: 410px;"><table style="margin-top: 10px;"><tr><td colspan="2"><b>Дані про проект</b></td></tr><tr><td style="width: 100px;">Сіті: </td><td><br/>&nbsp;</td></tr><tr><td style="width: 100px;">Виконання: </td><td>1970<br/>&nbsp;</td></tr><tr><td style="width: 100px;">Послуги: </td><td>', array('userFunc' => 'user_imcprojects_pi1->main'))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3conf/ext/user_imcprojects/pi1/class.user_imcprojects_pi1.php line 81
   case '3COLUMN':
    return $this->pi_wrapInBaseClass($this->columnView($content, $conf));
   break;
   case 'SINGLE':
    return $this->pi_wrapInBaseClass($this->singleView($content, $conf));
   break;
   case 'TRAILERPIC':
    return $this->pi_wrapInBaseClass($this->trailerView($content, $conf));
   break;
at user_imcprojects_pi1->main('', array('userFunc' => 'user_imcprojects_pi1->main'))
at call_user_func_array(array(object(user_imcprojects_pi1), 'main'), array('', array('userFunc' => 'user_imcprojects_pi1->main')))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5969
                        $classObj,
                        $parts[1]
                    ], [
                        $content,
                        $conf
                    ]);
                } else {
                    $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
                }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('user_imcprojects_pi1->main', array('userFunc' => 'user_imcprojects_pi1->main'), '')
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 41
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->INTincScript_process()!
            $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' => 'user_imcprojects_pi1->main'))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/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' => 'user_imcprojects_pi1->main'))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 731
                }
                if (!$hooked) {
                    $contentObject = $this->getContentObject($name);
                    if ($contentObject) {
                        $content .= $this->render($contentObject, $conf);
                    } else {
                        // Call hook functions for extra processing
                        if ($name) {
                            foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault'] ?? [] as $className) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'user_imcprojects_pi1->main'))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3854
                        case 'COA':
                            $incContent = $INTiS_cObj->cObjGetSingle('COA', $INTiS_config[$INTiS_key]['conf']);
                            break;
                        case 'FUNC':
                            $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
                            break;
                        case 'POSTUSERFUNC':
                            $incContent = $INTiS_cObj->callUserFunction($INTiS_config[$INTiS_key]['postUserFunc'], $INTiS_config[$INTiS_key]['conf'], $INTiS_config[$INTiS_key]['content']);
                            break;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript_process(array('INT_SCRIPT.7d95174146ba0ce4e2aee02545dee3df' => array('conf' => array('userFunc' => 'user_imcprojects_pi1->main'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":28:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:150:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"addParams.";s:5:"array";s:9:"filelink.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:19:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:4:"FILE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\FileContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";}s:4:"data";a:141:{s:3:"uid";i:41;s:3:"pid";i:41;s:9:"t3ver_oid";i:0;s:8:"t3ver_id";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_label";s:0:"";s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:0;s:6:"tstamp";i:1447064086;s:6:"crdate";i:1331822627;s:9:"cruser_id";i:1;s:6:"hidden";i:0;s:7:"sorting";i:100;s:5:"CType";s:4:"list";s:6:"header";s:0:"";s:15:"header_position";s:0:"";s:8:"bodytext";N;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:12:"imagecaption";N;s:9:"imagecols";i:1;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:7:"deleted";i:0;s:4:"cols";i:0;s:7:"records";N;s:5:"pages";N;s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:0;s:9:"subheader";s:0:"";s:11:"spaceBefore";i:0;s:10:"spaceAfter";i:0;s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:21:"imagecaption_position";s:0:"";s:10:"image_link";N;s:10:"image_zoom";i:0;s:12:"image_noRows";i:0;s:13:"image_effects";i:0;s:17:"image_compression";i:0;s:7:"altText";N;s:9:"titleText";N;s:11:"longdescURL";N;s:13:"header_layout";s:1:"0";s:10:"text_align";s:0:"";s:9:"text_face";i:0;s:9:"text_size";i:0;s:10:"text_color";i:0;s:15:"text_properties";i:0;s:9:"menu_type";s:1:"0";s:9:"list_type";s:20:"user_imcprojects_pi1";s:12:"table_border";i:0;s:17:"table_cellspacing";i:0;s:17:"table_cellpadding";i:0;s:13:"table_bgColor";i:0;s:10:"select_key";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:13:"filelink_size";i:0;s:13:"section_frame";i:0;s:4:"date";i:0;s:13:"splash_layout";s:1:"0";s:10:"multimedia";N;s:12:"image_frames";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:11:"rte_enabled";i:0;s:16:"sys_language_uid";i:-1;s:17:"tx_impexp_origuid";i:0;s:11:"pi_flexform";s:2370:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="what_to_display"> <value index="vDEF">SINGLE</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lEN"> <field index="what_to_display"> <value index="vDEF">SINGLE</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lSK"> <field index="what_to_display"> <value index="vDEF">SINGLE</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lUK"> <field index="what_to_display"> <value index="vDEF">SINGLE</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lRU"> <field index="what_to_display"> <value index="vDEF">SINGLE</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">8</value> </field> </language> </sheet> </data></T3FlexForms>";s:11:"l18n_parent";i:0;s:15:"l18n_diffsource";s:386:"a:20:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:9:"recursive";N;}";s:17:"tx_templavoila_ds";s:0:"";s:17:"tx_templavoila_to";i:0;s:19:"tx_templavoila_flex";N;s:19:"tx_templavoila_pito";i:0;s:18:"tx_powermail_title";s:0:"";s:22:"tx_powermail_recipient";s:0:"";s:22:"tx_powermail_subject_r";s:0:"";s:22:"tx_powermail_subject_s";s:0:"";s:19:"tx_powermail_sender";s:0:"";s:23:"tx_powermail_sendername";s:0:"";s:20:"tx_powermail_confirm";i:1;s:18:"tx_powermail_pages";s:0:"";s:21:"tx_powermail_multiple";i:0;s:24:"tx_powermail_recip_table";s:0:"";s:21:"tx_powermail_recip_id";s:0:"";s:24:"tx_powermail_recip_field";s:0:"";s:19:"tx_powermail_thanks";s:19:"###POWERMAIL_ALL###";s:23:"tx_powermail_mailsender";s:19:"###POWERMAIL_ALL###";s:25:"tx_powermail_mailreceiver";s:19:"###POWERMAIL_ALL###";s:21:"tx_powermail_redirect";s:0:"";s:22:"tx_powermail_fieldsets";i:0;s:18:"tx_powermail_users";i:0;s:20:"tx_powermail_preview";i:0;s:27:"tx_perfectlightbox_activate";i:0;s:27:"tx_perfectlightbox_imageset";i:0;s:31:"tx_perfectlightbox_presentation";i:0;s:28:"tx_perfectlightbox_slideshow";i:0;s:22:"tx_srlanguagemenu_type";i:0;s:27:"tx_srlanguagemenu_languages";s:0:"";s:22:"tx_imagecycle_activate";i:0;s:22:"tx_imagecycle_duration";i:0;s:16:"file_collections";N;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:19:"selected_categories";N;s:14:"category_field";s:0:"";s:10:"categories";i:0;s:8:"editlock";i:0;s:14:"rowDescription";N;s:13:"table_caption";N;s:15:"table_delimiter";i:0;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:21:"tx_templavoilaplus_ds";s:0:"";s:21:"tx_templavoilaplus_to";i:0;s:23:"tx_templavoilaplus_flex";N;s:23:"tx_templavoilaplus_pito";i:0;s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:11:"frame_class";s:7:"default";s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:11:"l10n_source";i:0;s:11:"table_class";s:0:"";s:10:"l10n_state";N;s:26:"filelink_sorting_direction";s:0:"";}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:13:"tt_content:41";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:14:"checkPid_cache";a:0:{}s:23:"checkPid_badDoktypeList";s:3:"255";s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.885071f10dbf6dadb713d58800c5eb3d' => array('conf' => array('userFunc' => 'user_imcprojects_pi1->main'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":28:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:150:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"addParams.";s:5:"array";s:9:"filelink.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:19:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:4:"FILE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\FileContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";}s:4:"data";a:142:{s:3:"uid";i:43;s:3:"pid";i:41;s:9:"t3ver_oid";i:0;s:8:"t3ver_id";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_label";s:0:"";s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:43;s:6:"tstamp";i:1616070591;s:6:"crdate";i:1395149144;s:9:"cruser_id";i:1;s:6:"hidden";i:0;s:7:"sorting";i:212;s:5:"CType";s:4:"list";s:6:"header";s:29:"Більше проектів";s:15:"header_position";s:0:"";s:8:"bodytext";N;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:12:"imagecaption";N;s:9:"imagecols";i:1;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:7:"deleted";i:0;s:4:"cols";i:0;s:7:"records";s:0:"";s:5:"pages";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:0;s:9:"subheader";s:0:"";s:11:"spaceBefore";i:30;s:10:"spaceAfter";i:0;s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:21:"imagecaption_position";s:0:"";s:10:"image_link";N;s:10:"image_zoom";i:0;s:12:"image_noRows";i:0;s:13:"image_effects";i:0;s:17:"image_compression";i:0;s:7:"altText";N;s:9:"titleText";N;s:11:"longdescURL";N;s:13:"header_layout";s:1:"0";s:10:"text_align";s:0:"";s:9:"text_face";i:0;s:9:"text_size";i:0;s:10:"text_color";i:0;s:15:"text_properties";i:0;s:9:"menu_type";s:1:"0";s:9:"list_type";s:20:"user_imcprojects_pi1";s:12:"table_border";i:0;s:17:"table_cellspacing";i:0;s:17:"table_cellpadding";i:0;s:13:"table_bgColor";i:0;s:10:"select_key";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:13:"filelink_size";i:0;s:13:"section_frame";i:0;s:4:"date";i:0;s:13:"splash_layout";s:1:"0";s:10:"multimedia";s:0:"";s:12:"image_frames";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:11:"rte_enabled";i:0;s:16:"sys_language_uid";i:3;s:17:"tx_impexp_origuid";i:0;s:11:"pi_flexform";s:2388:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">22,23,24,25,26,27,28</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lEN"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lSK"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lUK"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lRU"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">8</value> </field> </language> </sheet> </data></T3FlexForms>";s:11:"l18n_parent";i:43;s:15:"l18n_diffsource";s:2932:"a:20:{s:5:"CType";s:4:"list";s:6:"colPos";s:1:"0";s:16:"sys_language_uid";s:1:"0";s:6:"header";s:16:"Weitere Projekte";s:13:"header_layout";s:1:"0";s:15:"header_position";s:0:"";s:4:"date";s:1:"0";s:11:"header_link";s:0:"";s:9:"list_type";s:20:"user_imcprojects_pi1";s:11:"pi_flexform";s:2395:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lEN"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lSK"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lUK"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> </language> <language index="lRU"> <field index="what_to_display"> <value index="vDEF">3COLUMN</value> </field> <field index="PIDitemDisplay"> <value index="vDEF">41</value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> </sheet> </data></T3FlexForms>";s:11:"spaceBefore";s:2:"30";s:10:"spaceAfter";s:1:"0";s:13:"section_frame";s:1:"0";s:6:"hidden";s:1:"0";s:12:"sectionIndex";s:1:"1";s:9:"linkToTop";s:1:"0";s:9:"starttime";i:0;s:7:"endtime";i:0;s:8:"fe_group";s:0:"";s:9:"recursive";s:1:"0";}";s:17:"tx_templavoila_ds";s:0:"";s:17:"tx_templavoila_to";i:0;s:19:"tx_templavoila_flex";N;s:19:"tx_templavoila_pito";i:0;s:18:"tx_powermail_title";s:0:"";s:22:"tx_powermail_recipient";s:0:"";s:22:"tx_powermail_subject_r";s:0:"";s:22:"tx_powermail_subject_s";s:0:"";s:19:"tx_powermail_sender";s:0:"";s:23:"tx_powermail_sendername";s:0:"";s:20:"tx_powermail_confirm";i:0;s:18:"tx_powermail_pages";s:0:"";s:21:"tx_powermail_multiple";i:0;s:24:"tx_powermail_recip_table";s:0:"";s:21:"tx_powermail_recip_id";s:0:"";s:24:"tx_powermail_recip_field";s:0:"";s:19:"tx_powermail_thanks";s:0:"";s:23:"tx_powermail_mailsender";s:0:"";s:25:"tx_powermail_mailreceiver";s:0:"";s:21:"tx_powermail_redirect";s:0:"";s:22:"tx_powermail_fieldsets";i:0;s:18:"tx_powermail_users";i:0;s:20:"tx_powermail_preview";i:0;s:27:"tx_perfectlightbox_activate";i:0;s:27:"tx_perfectlightbox_imageset";i:0;s:31:"tx_perfectlightbox_presentation";i:0;s:28:"tx_perfectlightbox_slideshow";i:0;s:22:"tx_srlanguagemenu_type";i:0;s:27:"tx_srlanguagemenu_languages";s:0:"";s:22:"tx_imagecycle_activate";i:0;s:22:"tx_imagecycle_duration";i:0;s:16:"file_collections";N;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:19:"selected_categories";N;s:14:"category_field";s:0:"";s:10:"categories";i:0;s:8:"editlock";i:0;s:14:"rowDescription";N;s:13:"table_caption";N;s:15:"table_delimiter";i:0;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:21:"tx_templavoilaplus_ds";s:0:"";s:21:"tx_templavoilaplus_to";i:0;s:23:"tx_templavoilaplus_flex";N;s:23:"tx_templavoilaplus_pito";i:0;s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:11:"frame_class";s:7:"default";s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:11:"l10n_source";i:43;s:11:"table_class";s:0:"";s:10:"l10n_state";N;s:26:"filelink_sorting_direction";s:0:"";s:14:"_LOCALIZED_UID";i:520;}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:13:"tt_content:43";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:14:"checkPid_cache";a:0:{}s:23:"checkPid_badDoktypeList";s:3:"255";s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.57eb7f4ce7f570ce3b8ca54f97f11715' => array('conf' => array('userFunc' => 'user_imcprojects_pi1->main'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":28:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:150:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"addParams.";s:5:"array";s:9:"filelink.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:19:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:4:"FILE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\FileContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";}s:4:"data";a:141:{s:3:"uid";i:42;s:3:"pid";i:41;s:9:"t3ver_oid";i:0;s:8:"t3ver_id";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_label";s:0:"";s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:0;s:6:"tstamp";i:1339681222;s:6:"crdate";i:1331824297;s:9:"cruser_id";i:1;s:6:"hidden";i:0;s:7:"sorting";i:300;s:5:"CType";s:4:"list";s:6:"header";s:0:"";s:15:"header_position";s:0:"";s:8:"bodytext";N;s:5:"image";i:0;s:10:"imagewidth";i:0;s:11:"imageorient";i:0;s:12:"imagecaption";N;s:9:"imagecols";i:1;s:11:"imageborder";i:0;s:5:"media";i:0;s:6:"layout";i:0;s:7:"deleted";i:0;s:4:"cols";i:0;s:7:"records";N;s:5:"pages";N;s:9:"starttime";i:0;s:7:"endtime";i:0;s:6:"colPos";i:0;s:9:"subheader";s:0:"";s:11:"spaceBefore";i:0;s:10:"spaceAfter";i:0;s:8:"fe_group";s:0:"";s:11:"header_link";s:0:"";s:21:"imagecaption_position";s:0:"";s:10:"image_link";N;s:10:"image_zoom";i:0;s:12:"image_noRows";i:0;s:13:"image_effects";i:0;s:17:"image_compression";i:0;s:7:"altText";N;s:9:"titleText";N;s:11:"longdescURL";N;s:13:"header_layout";s:1:"0";s:10:"text_align";s:0:"";s:9:"text_face";i:0;s:9:"text_size";i:0;s:10:"text_color";i:0;s:15:"text_properties";i:0;s:9:"menu_type";s:1:"0";s:9:"list_type";s:20:"user_imcprojects_pi1";s:12:"table_border";i:0;s:17:"table_cellspacing";i:0;s:17:"table_cellpadding";i:0;s:13:"table_bgColor";i:0;s:10:"select_key";s:0:"";s:12:"sectionIndex";i:1;s:9:"linkToTop";i:0;s:13:"filelink_size";i:0;s:13:"section_frame";i:0;s:4:"date";i:0;s:13:"splash_layout";s:1:"0";s:10:"multimedia";N;s:12:"image_frames";i:0;s:9:"recursive";i:0;s:11:"imageheight";i:0;s:11:"rte_enabled";i:0;s:16:"sys_language_uid";i:-1;s:17:"tx_impexp_origuid";i:0;s:11:"pi_flexform";s:2386:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="what_to_display"> <value index="vDEF">TRAILERPIC</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lEN"> <field index="what_to_display"> <value index="vDEF">TRAILERPIC</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lSK"> <field index="what_to_display"> <value index="vDEF">TRAILERPIC</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,5,6,4,1,2,3</value> </field> </language> <language index="lUK"> <field index="what_to_display"> <value index="vDEF">TRAILERPIC</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">7,6,4,1,2,3</value> </field> </language> <language index="lRU"> <field index="what_to_display"> <value index="vDEF">TRAILERPIC</value> </field> <field index="PIDitemDisplay"> <value index="vDEF"></value> </field> <field index="categorySelection"> <value index="vDEF">8</value> </field> </language> </sheet> </data></T3FlexForms>";s:11:"l18n_parent";i:0;s:15:"l18n_diffsource";s:386:"a:20:{s:5:"CType";N;s:6:"colPos";N;s:16:"sys_language_uid";N;s:6:"header";N;s:13:"header_layout";N;s:15:"header_position";N;s:4:"date";N;s:11:"header_link";N;s:9:"list_type";N;s:11:"pi_flexform";N;s:11:"spaceBefore";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:12:"sectionIndex";N;s:9:"linkToTop";N;s:9:"starttime";N;s:7:"endtime";N;s:8:"fe_group";N;s:9:"recursive";N;}";s:17:"tx_templavoila_ds";s:0:"";s:17:"tx_templavoila_to";i:0;s:19:"tx_templavoila_flex";N;s:19:"tx_templavoila_pito";i:0;s:18:"tx_powermail_title";s:0:"";s:22:"tx_powermail_recipient";s:0:"";s:22:"tx_powermail_subject_r";s:0:"";s:22:"tx_powermail_subject_s";s:0:"";s:19:"tx_powermail_sender";s:0:"";s:23:"tx_powermail_sendername";s:0:"";s:20:"tx_powermail_confirm";i:1;s:18:"tx_powermail_pages";s:0:"";s:21:"tx_powermail_multiple";i:0;s:24:"tx_powermail_recip_table";s:0:"";s:21:"tx_powermail_recip_id";s:0:"";s:24:"tx_powermail_recip_field";s:0:"";s:19:"tx_powermail_thanks";s:19:"###POWERMAIL_ALL###";s:23:"tx_powermail_mailsender";s:19:"###POWERMAIL_ALL###";s:25:"tx_powermail_mailreceiver";s:19:"###POWERMAIL_ALL###";s:21:"tx_powermail_redirect";s:0:"";s:22:"tx_powermail_fieldsets";i:0;s:18:"tx_powermail_users";i:0;s:20:"tx_powermail_preview";i:0;s:27:"tx_perfectlightbox_activate";i:0;s:27:"tx_perfectlightbox_imageset";i:0;s:31:"tx_perfectlightbox_presentation";i:0;s:28:"tx_perfectlightbox_slideshow";i:0;s:22:"tx_srlanguagemenu_type";i:0;s:27:"tx_srlanguagemenu_languages";s:0:"";s:22:"tx_imagecycle_activate";i:0;s:22:"tx_imagecycle_duration";i:0;s:16:"file_collections";N;s:16:"filelink_sorting";s:0:"";s:6:"target";s:0:"";s:19:"accessibility_title";s:0:"";s:20:"accessibility_bypass";i:0;s:25:"accessibility_bypass_text";s:0:"";s:19:"selected_categories";N;s:14:"category_field";s:0:"";s:10:"categories";i:0;s:8:"editlock";i:0;s:14:"rowDescription";N;s:13:"table_caption";N;s:15:"table_delimiter";i:0;s:15:"table_enclosure";i:0;s:21:"table_header_position";i:0;s:11:"table_tfoot";i:0;s:21:"tx_templavoilaplus_ds";s:0:"";s:21:"tx_templavoilaplus_to";i:0;s:23:"tx_templavoilaplus_flex";N;s:23:"tx_templavoilaplus_pito";i:0;s:12:"bullets_type";i:0;s:19:"uploads_description";i:0;s:12:"uploads_type";i:0;s:6:"assets";i:0;s:11:"frame_class";s:7:"default";s:18:"space_before_class";s:0:"";s:17:"space_after_class";s:0:"";s:11:"l10n_source";i:0;s:11:"table_class";s:0:"";s:10:"l10n_state";N;s:26:"filelink_sorting_direction";s:0:"";}s:8:"' . "\0" . '*' . "\0" . 'table";s:10:"tt_content";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:13:"tt_content:42";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:0:{}s:14:"checkPid_cache";a:0:{}s:23:"checkPid_badDoktypeList";s:3:"255";s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC'), 'INT_SCRIPT.6f6af402aab7aa669e2f93e8f8d45a15' => array('conf' => array('userFunc' => 'user_quote_pi1->main', 'pid_list' => '17', 'citeWrap' => '<p class="quote">|</p>', 'authorWrap' => '<p class="quoteauthor">|</p>', 'contentWrap' => '|', 'listMode' => '0'), 'cObj' => 'O:54:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectRenderer":28:{s:5:"align";a:3:{i:0;s:6:"center";i:1;s:5:"right";i:2;s:4:"left";}s:12:"stdWrapOrder";a:150:{s:17:"stdWrapPreProcess";s:4:"hook";s:9:"cacheRead";s:4:"hook";s:19:"setContentToCurrent";s:7:"boolean";s:20:"setContentToCurrent.";s:5:"array";s:16:"addPageCacheTags";s:6:"string";s:17:"addPageCacheTags.";s:5:"array";s:10:"setCurrent";s:6:"string";s:11:"setCurrent.";s:5:"array";s:5:"lang.";s:5:"array";s:4:"data";s:7:"getText";s:5:"data.";s:5:"array";s:5:"field";s:9:"fieldName";s:6:"field.";s:5:"array";s:7:"current";s:7:"boolean";s:8:"current.";s:5:"array";s:7:"cObject";s:7:"cObject";s:8:"cObject.";s:5:"array";s:8:"numRows.";s:5:"array";s:8:"filelist";s:3:"dir";s:9:"filelist.";s:5:"array";s:11:"preUserFunc";s:12:"functionName";s:15:"stdWrapOverride";s:4:"hook";s:8:"override";s:6:"string";s:9:"override.";s:5:"array";s:17:"preIfEmptyListNum";s:7:"listNum";s:18:"preIfEmptyListNum.";s:5:"array";s:6:"ifNull";s:6:"string";s:7:"ifNull.";s:5:"array";s:7:"ifEmpty";s:6:"string";s:8:"ifEmpty.";s:5:"array";s:7:"ifBlank";s:6:"string";s:8:"ifBlank.";s:5:"array";s:7:"listNum";s:7:"listNum";s:8:"listNum.";s:5:"array";s:4:"trim";s:7:"boolean";s:5:"trim.";s:5:"array";s:7:"strPad.";s:5:"array";s:7:"stdWrap";s:7:"stdWrap";s:8:"stdWrap.";s:5:"array";s:14:"stdWrapProcess";s:4:"hook";s:8:"required";s:7:"boolean";s:9:"required.";s:5:"array";s:3:"if.";s:5:"array";s:13:"fieldRequired";s:9:"fieldName";s:14:"fieldRequired.";s:5:"array";s:6:"csConv";s:6:"string";s:7:"csConv.";s:5:"array";s:9:"parseFunc";s:10:"objectpath";s:10:"parseFunc.";s:5:"array";s:10:"HTMLparser";s:7:"boolean";s:11:"HTMLparser.";s:5:"array";s:6:"split.";s:5:"array";s:12:"replacement.";s:5:"array";s:10:"prioriCalc";s:7:"boolean";s:11:"prioriCalc.";s:5:"array";s:4:"char";s:7:"integer";s:5:"char.";s:5:"array";s:6:"intval";s:7:"boolean";s:7:"intval.";s:5:"array";s:4:"hash";s:6:"string";s:5:"hash.";s:5:"array";s:5:"round";s:7:"boolean";s:6:"round.";s:5:"array";s:13:"numberFormat.";s:5:"array";s:10:"expandList";s:7:"boolean";s:11:"expandList.";s:5:"array";s:4:"date";s:8:"dateconf";s:5:"date.";s:5:"array";s:9:"strtotime";s:13:"strtotimeconf";s:10:"strtotime.";s:5:"array";s:8:"strftime";s:12:"strftimeconf";s:9:"strftime.";s:5:"array";s:3:"age";s:7:"boolean";s:4:"age.";s:5:"array";s:4:"case";s:4:"case";s:5:"case.";s:5:"array";s:5:"bytes";s:7:"boolean";s:6:"bytes.";s:5:"array";s:9:"substring";s:10:"parameters";s:10:"substring.";s:5:"array";s:8:"cropHTML";s:4:"crop";s:9:"cropHTML.";s:5:"array";s:9:"stripHtml";s:7:"boolean";s:10:"stripHtml.";s:5:"array";s:4:"crop";s:4:"crop";s:5:"crop.";s:5:"array";s:12:"rawUrlEncode";s:7:"boolean";s:13:"rawUrlEncode.";s:5:"array";s:16:"htmlSpecialChars";s:7:"boolean";s:17:"htmlSpecialChars.";s:5:"array";s:24:"encodeForJavaScriptValue";s:7:"boolean";s:25:"encodeForJavaScriptValue.";s:5:"array";s:11:"doubleBrTag";s:6:"string";s:12:"doubleBrTag.";s:5:"array";s:2:"br";s:7:"boolean";s:3:"br.";s:5:"array";s:5:"brTag";s:6:"string";s:6:"brTag.";s:5:"array";s:12:"encapsLines.";s:5:"array";s:8:"keywords";s:7:"boolean";s:9:"keywords.";s:5:"array";s:9:"innerWrap";s:4:"wrap";s:10:"innerWrap.";s:5:"array";s:10:"innerWrap2";s:4:"wrap";s:11:"innerWrap2.";s:5:"array";s:10:"addParams.";s:5:"array";s:9:"filelink.";s:5:"array";s:10:"preCObject";s:7:"cObject";s:11:"preCObject.";s:5:"array";s:11:"postCObject";s:7:"cObject";s:12:"postCObject.";s:5:"array";s:9:"wrapAlign";s:5:"align";s:10:"wrapAlign.";s:5:"array";s:9:"typolink.";s:5:"array";s:4:"wrap";s:4:"wrap";s:5:"wrap.";s:5:"array";s:10:"noTrimWrap";s:4:"wrap";s:11:"noTrimWrap.";s:5:"array";s:5:"wrap2";s:4:"wrap";s:6:"wrap2.";s:5:"array";s:8:"dataWrap";s:8:"dataWrap";s:9:"dataWrap.";s:5:"array";s:7:"prepend";s:7:"cObject";s:8:"prepend.";s:5:"array";s:6:"append";s:7:"cObject";s:7:"append.";s:5:"array";s:5:"wrap3";s:4:"wrap";s:6:"wrap3.";s:5:"array";s:14:"orderedStdWrap";s:7:"stdWrap";s:15:"orderedStdWrap.";s:5:"array";s:9:"outerWrap";s:4:"wrap";s:10:"outerWrap.";s:5:"array";s:10:"insertData";s:7:"boolean";s:11:"insertData.";s:5:"array";s:12:"postUserFunc";s:12:"functionName";s:15:"postUserFuncInt";s:12:"functionName";s:13:"prefixComment";s:6:"string";s:14:"prefixComment.";s:5:"array";s:9:"editIcons";s:6:"string";s:10:"editIcons.";s:5:"array";s:9:"editPanel";s:7:"boolean";s:10:"editPanel.";s:5:"array";s:10:"cacheStore";s:4:"hook";s:18:"stdWrapPostProcess";s:4:"hook";s:5:"debug";s:7:"boolean";s:6:"debug.";s:5:"array";s:9:"debugFunc";s:7:"boolean";s:10:"debugFunc.";s:5:"array";s:9:"debugData";s:7:"boolean";s:10:"debugData.";s:5:"array";}s:24:"' . "\0" . '*' . "\0" . 'contentObjectClassMap";a:19:{s:4:"TEXT";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\TextContentObject";s:4:"CASE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\CaseContentObject";s:3:"COA";s:64:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayContentObject";s:7:"COA_INT";s:72:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentObjectArrayInternalContentObject";s:4:"USER";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\UserContentObject";s:8:"USER_INT";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\UserInternalContentObject";s:4:"FILE";s:50:"TYPO3\\CMS\\Frontend\\ContentObject\\FileContentObject";s:5:"FILES";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\FilesContentObject";s:5:"IMAGE";s:51:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageContentObject";s:12:"IMG_RESOURCE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\ImageResourceContentObject";s:7:"CONTENT";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\ContentContentObject";s:7:"RECORDS";s:53:"TYPO3\\CMS\\Frontend\\ContentObject\\RecordsContentObject";s:5:"HMENU";s:62:"TYPO3\\CMS\\Frontend\\ContentObject\\HierarchicalMenuContentObject";s:13:"LOAD_REGISTER";s:58:"TYPO3\\CMS\\Frontend\\ContentObject\\LoadRegisterContentObject";s:16:"RESTORE_REGISTER";s:61:"TYPO3\\CMS\\Frontend\\ContentObject\\RestoreRegisterContentObject";s:8:"TEMPLATE";s:54:"TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject";s:13:"FLUIDTEMPLATE";s:59:"TYPO3\\CMS\\Frontend\\ContentObject\\FluidTemplateContentObject";s:3:"SVG";s:68:"TYPO3\\CMS\\Frontend\\ContentObject\\ScalableVectorGraphicsContentObject";s:9:"EDITPANEL";s:55:"TYPO3\\CMS\\Frontend\\ContentObject\\EditPanelContentObject";}s:4:"data";a:4:{s:17:"field_maincontent";s:5:"41,43";s:16:"field_trailerpic";s:2:"42";s:23:"field_singlesitesidebar";s:0:"";s:26:"currentValue_kidjls9dksoje";N;}s:8:"' . "\0" . '*' . "\0" . 'table";s:9:"_NO_TABLE";s:7:"oldData";a:0:{}s:15:"alternativeData";s:0:"";s:10:"parameters";a:0:{}s:13:"currentValKey";s:26:"currentValue_kidjls9dksoje";s:13:"currentRecord";s:10:"_NO_TABLE:";s:18:"currentRecordTotal";i:0;s:19:"currentRecordNumber";i:0;s:18:"parentRecordNumber";i:0;s:12:"parentRecord";a:2:{s:4:"data";a:103:{s:3:"uid";i:41;s:3:"pid";i:10;s:9:"t3ver_oid";i:0;s:8:"t3ver_id";i:0;s:10:"t3ver_wsid";i:0;s:11:"t3ver_label";s:0:"";s:11:"t3ver_state";i:0;s:11:"t3ver_stage";i:0;s:11:"t3ver_count";i:0;s:12:"t3ver_tstamp";i:0;s:14:"t3ver_swapmode";i:0;s:13:"t3ver_move_id";i:0;s:10:"t3_origuid";i:0;s:6:"tstamp";i:1402643878;s:7:"sorting";i:1728;s:7:"deleted";i:0;s:12:"perms_userid";i:1;s:13:"perms_groupid";i:0;s:10:"perms_user";i:31;s:11:"perms_group";i:27;s:15:"perms_everybody";i:0;s:8:"editlock";i:0;s:6:"crdate";i:1346397742;s:9:"cruser_id";i:2;s:6:"hidden";i:0;s:5:"title";s:27:"Деталі проекту";s:7:"doktype";i:1;s:8:"TSconfig";N;s:11:"storage_pid";i:0;s:11:"is_siteroot";i:0;s:13:"php_tree_stop";i:0;s:17:"tx_impexp_origuid";i:0;s:3:"url";s:0:"";s:9:"starttime";i:0;s:7:"endtime";i:0;s:7:"urltype";i:1;s:8:"shortcut";i:0;s:13:"shortcut_mode";i:0;s:8:"no_cache";i:0;s:8:"fe_group";s:0:"";s:8:"subtitle";s:0:"";s:6:"layout";i:0;s:10:"url_scheme";i:0;s:6:"target";s:0:"";s:5:"media";i:0;s:11:"lastUpdated";i:0;s:8:"keywords";s:0:"";s:13:"cache_timeout";i:0;s:8:"newUntil";i:0;s:11:"description";s:0:"";s:9:"no_search";i:0;s:15:"SYS_LASTCHANGED";i:1698064407;s:8:"abstract";s:0:"";s:6:"module";s:0:"";s:16:"extendToSubpages";i:0;s:6:"author";s:0:"";s:12:"author_email";s:0:"";s:9:"nav_title";s:0:"";s:8:"nav_hide";i:1;s:16:"content_from_pid";i:0;s:9:"mount_pid";i:0;s:12:"mount_pid_ol";i:0;s:5:"alias";s:0:"";s:8:"l18n_cfg";i:0;s:13:"fe_login_mode";i:0;s:14:"backend_layout";s:1:"0";s:25:"backend_layout_next_level";s:1:"0";s:17:"tx_templavoila_ds";s:0:"";s:17:"tx_templavoila_to";i:0;s:22:"tx_templavoila_next_ds";s:0:"";s:22:"tx_templavoila_next_to";i:0;s:19:"tx_templavoila_flex";s:598:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="field_maincontent"> <value index="vDEF">41,43</value> </field> <field index="field_trailerpic"> <value index="vDEF">42</value> </field> <field index="field_singlesitesidebar"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>";s:22:"tx_realurl_pathsegment";s:0:"";s:18:"tx_cooluri_exclude";i:0;s:24:"tx_cooluri_excludealways";i:0;s:18:"tx_imagecycle_mode";s:0:"";s:23:"tx_imagecycle_damimages";s:0:"";s:27:"tx_imagecycle_damcategories";s:0:"";s:20:"tx_imagecycle_images";N;s:19:"tx_imagecycle_hrefs";N;s:22:"tx_imagecycle_captions";N;s:27:"tx_imagecycle_stoprecursion";i:0;s:20:"tx_imagecycle_effect";s:0:"";s:10:"cache_tags";s:0:"";s:10:"categories";i:0;s:17:"tsconfig_includes";N;s:21:"tx_templavoilaplus_ds";s:0:"";s:21:"tx_templavoilaplus_to";i:0;s:26:"tx_templavoilaplus_next_ds";s:0:"";s:26:"tx_templavoilaplus_next_to";i:0;s:23:"tx_templavoilaplus_flex";s:598:"<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="field_maincontent"> <value index="vDEF">41,43</value> </field> <field index="field_trailerpic"> <value index="vDEF">42</value> </field> <field index="field_singlesitesidebar"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>";s:14:"rowDescription";N;s:16:"sys_language_uid";i:3;s:11:"l10n_source";i:41;s:10:"l10n_state";N;s:15:"l10n_diffsource";N;s:4:"slug";s:15:"/detali-proektu";s:18:"legacy_overlay_uid";i:111;s:11:"l10n_parent";i:41;s:14:"_PAGES_OVERLAY";b:1;s:18:"_PAGES_OVERLAY_UID";i:182;s:23:"_PAGES_OVERLAY_LANGUAGE";i:3;s:32:"_PAGES_OVERLAY_REQUESTEDLANGUAGE";i:3;}s:13:"currentRecord";s:8:"pages:41";}s:14:"checkPid_cache";a:0:{}s:23:"checkPid_badDoktypeList";s:3:"255";s:15:"lastTypoLinkUrl";s:0:"";s:18:"lastTypoLinkTarget";s:0:"";s:14:"lastTypoLinkLD";a:0:{}s:14:"recordRegister";a:0:{}s:26:"' . "\0" . '*' . "\0" . 'cObjHookObjectsRegistry";a:0:{}s:18:"cObjHookObjectsArr";a:0:{}s:21:"' . "\0" . '*' . "\0" . 'stdWrapHookObjects";a:0:{}s:28:"' . "\0" . '*' . "\0" . 'getImgResourceHookObjects";N;s:24:"doConvertToUserIntObject";b:0;s:17:"' . "\0" . '*' . "\0" . 'userObjectType";i:1;s:16:"' . "\0" . '*' . "\0" . 'stopRendering";a:0:{}s:24:"' . "\0" . '*' . "\0" . 'stdWrapRecursionLevel";i:0;}', 'type' => 'FUNC')))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3815
    protected function recursivelyReplaceIntPlaceholdersInContent()
    {
        do {
            $INTiS_config = $this->config['INTincScript'];
            $this->INTincScript_process($INTiS_config);
            // Check if there were new items added to INTincScript during the previous execution:
            // array_diff_assoc throws notices if values are arrays but not strings. We suppress this here.
            $INTiS_config = @array_diff_assoc($this->config['INTincScript'], $INTiS_config);
            $reprocess = count($INTiS_config) > 0;
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->recursivelyReplaceIntPlaceholdersInContent()
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3782
            $this->pageRenderer = $pageRenderer;
            GeneralUtility::setSingletonInstance(PageRenderer::class, $pageRenderer);
        }

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

at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript()
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 187
                // When page was generated, this was already called. Avoid calling this twice.
                $controller->preparePageContentGeneration($request);
            }
            $this->timeTracker->push('Non-cached objects');
            $controller->INTincScript();
            $this->timeTracker->pull();
        }

        // Create a Response object when sending content
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 46
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/feedit/Classes/Middleware/FrontendEditInitiator.php line 79
                    }
                }
            }
        }
        return $handler->handle($request);
    }

    /**
     * Returns TRUE if an edit-action is sent from the Admin Panel
at TYPO3\CMS\Feedit\Middleware\FrontendEditInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

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

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

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

    /**
     * Calculates a hash string based on additional parameters in the url.
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

    /**
     * Provides ways to bypass the '?id=[xxx]&type=[xx]' format, using either PATH_INFO or Server Rewrites
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 62
            $showHiddenRecords = ($this->context->hasAspect('visibility') ? $this->context->getAspect('visibility')->includeHidden() : false);
            $GLOBALS['TSFE']->fePreview = ($simulatingDate || $simulatingGroup || $showHiddenRecords);
        }

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

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

    /**
     * Creates the backend user object and returns it.
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

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

    /**
     * It's possible to transfer a frontend user session via a GET/POST parameter 'FE_SESSION_KEY'.
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7fb1f24cf056))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 138

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

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /var/www/vhosts/imc-planung.de/httpdocs/homepage_imc_planung/typo3_src-7.6.20/typo3/sysext/core/Classes/Http/AbstractApplication.php line 108
    {
        $requestHandler = GeneralUtility::makeInstance($this->requestHandler);
        $dispatcher = $this->createMiddlewareDispatcher($requestHandler);

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

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

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