Uncaught TYPO3 Exception
#1420480928: RealURL was not able to find the root page id for the domain "www.pflegeteam-geisel.de" as there was more than one root page with this domain. (More information)

Exception thrown in file
/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3conf/ext/realurl/Classes/Configuration/ConfigurationReader.php in line 496.

17 DmitryDulepov\Realurl\Configuration\ConfigurationReader::setRootPageIdFromRootFlag()

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3conf/ext/realurl/Classes/Configuration/ConfigurationReader.php:
00457:  protected function setRootPageId() {
00458:   if (!isset($this->configuration['pagePath']['rootpage_id'])) {
00459:    $this->setRootPageIdFromDomainRecord() || $this->setRootPageIdFromRootFlag() || $this->setRootPageIdFromTopLevelPages();
00460:   }
00461:   if ((int)$this->configuration['pagePath']['rootpage_id'] === 0) {

16 DmitryDulepov\Realurl\Configuration\ConfigurationReader::setRootPageId()

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3conf/ext/realurl/Classes/Configuration/ConfigurationReader.php:
00336:    }
00337: 
00338:    $this->setRootPageId();
00339: 
00340:    if ($this->mode == self::MODE_ENCODE) {

15 DmitryDulepov\Realurl\Configuration\ConfigurationReader::setConfigurationForTheCurrentDomain()

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3conf/ext/realurl/Classes/Configuration/ConfigurationReader.php:
00111:    $this->performAutomaticConfiguration();
00112:    $this->setHostnames();
00113:    $this->setConfigurationForTheCurrentDomain();
00114:    $this->postProcessConfiguration();
00115:   }

14 DmitryDulepov\Realurl\Configuration\ConfigurationReader::__construct(1)

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3_src-8.7.8/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03899:         }
03900:         // Create new instance and call constructor with parameters
03901:         $instance = new $finalClassName(...$constructorArguments);
03902:         // Register new singleton instance
03903:         if ($instance instanceof SingletonInterface) {

13 TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance("DmitryDulepov\Realurl\Configuration\ConfigurationReader", 1)

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01172:   */
01173:  protected function initializeConfiguration() {
01174:   $this->configuration = GeneralUtility::makeInstance('DmitryDulepov\\Realurl\\Configuration\\ConfigurationReader', ConfigurationReader::MODE_DECODE);
01175:  }
01176: 

12 DmitryDulepov\Realurl\Decoder\UrlDecoder::initializeConfiguration()

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3conf/ext/realurl/Classes/EncodeDecoderBase.php:
00193:   */
00194:  protected function initialize() {
00195:   $this->initializeConfiguration();
00196:   $this->emptySegmentValue = $this->configuration->get('init/emptySegmentValue');
00197:   $this->rootPageId = (int)$this->configuration->get('pagePath/rootpage_id');

11 DmitryDulepov\Realurl\EncodeDecoderBase::initialize()

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01163:   */
01164:  protected function initialize() {
01165:   parent::initialize();
01166: 
01167:   $this->disallowedDoktypes = PageRepository::DOKTYPE_RECYCLER;

10 DmitryDulepov\Realurl\Decoder\UrlDecoder::initialize()

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00145:    $this->caller = $params['pObj'];
00146: 
00147:    $this->initialize();
00148:    $this->mergeGetVarsFromDomainsConfiguration();
00149: 

9 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
8 call_user_func_array(array, array)

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3_src-8.7.8/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
03776:                     }
03777:                     // Call method:
03778:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
03779:                 } else {
03780:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

7 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3_src-8.7.8/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01109:             $_params = ['pObj' => &$this];
01110:             foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01111:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01112:             }
01113:         }

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::checkAlternativeIdMethods()

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3_src-8.7.8/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00135:                     ->loadExtTables();
00136:         }
00137:         $this->controller->checkAlternativeIdMethods();
00138:         $this->controller->clear_preview();
00139:         $this->controller->determineId();

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3_src-8.7.8/typo3/sysext/core/Classes/Core/Bootstrap.php:
00313: 
00314:         // Execute the command which returns a Response object or NULL
00315:         $this->response = $requestHandler->handleRequest($request);
00316:         return $this;
00317:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3_src-8.7.8/typo3/sysext/frontend/Classes/Http/Application.php:
00077:     public function run(callable $execute = null)
00078:     {
00079:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00080: 
00081:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3_src-8.7.8/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00021: call_user_func(function () {
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

2 {closure}()

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3_src-8.7.8/typo3/sysext/frontend/Resources/Private/Php/frontend.php:
00022:     $classLoader = require __DIR__ . '/../../../../../../vendor/autoload.php';
00023:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00024: });

1 require("/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typosysext/frontend/Resources/Private/Php/frontend.php")

/var/www/vhosts/pflegeteam-geisel.de/httpdocs/typo3_src-8.7.8/index.php:
00001: <?php
00002: 
00003: require __DIR__ . '/typo3/sysext/frontend/Resources/Private/Php/frontend.php';