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

Exception thrown in file
/var/www/html/indis/www.indis.de/web/typo3conf/ext/realurl/Classes/Configuration/ConfigurationReader.php in line 496.

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

/var/www/html/indis/www.indis.de/web/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/html/indis/www.indis.de/web/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/html/indis/www.indis.de/web/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/typo3/typo3_src-7.6.26/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04547:                 break;
04548:             case 2:
04549:                 $instance = new $className($arguments[1]);
04550:                 break;
04551:             case 3:

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

/var/www/typo3/typo3_src-7.6.26/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04525:         }
04526:         // Create new instance and call constructor with parameters
04527:         $instance = static::instantiateClass($finalClassName, func_get_args());
04528:         // Register new singleton instance
04529:         if ($instance instanceof SingletonInterface) {

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

/var/www/html/indis/www.indis.de/web/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01181:   */
01182:  protected function initializeConfiguration() {
01183:   $this->configuration = GeneralUtility::makeInstance('DmitryDulepov\\Realurl\\Configuration\\ConfigurationReader', ConfigurationReader::MODE_DECODE);
01184:  }
01185: 

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

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

10 DmitryDulepov\Realurl\EncodeDecoderBase::initialize()

/var/www/html/indis/www.indis.de/web/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01172:   */
01173:  protected function initialize() {
01174:   parent::initialize();
01175: 
01176:   $this->disallowedDoktypes = PageRepository::DOKTYPE_RECYCLER;

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

/var/www/html/indis/www.indis.de/web/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00154:    $this->caller = $params['pObj'];
00155: 
00156:    $this->initialize();
00157:    $this->mergeGetVarsFromDomainsConfiguration();
00158: 

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

/var/www/typo3/typo3_src-7.6.26/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04386:                     }
04387:                     // Call method:
04388:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
04389:                 } else {
04390:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

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

/var/www/typo3/typo3_src-7.6.26/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01175:             $_params = ['pObj' => &$this];
01176:             foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01177:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01178:             }
01179:         }

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

/var/www/typo3/typo3_src-7.6.26/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00136:             $this->bootstrap->loadCachedTca();
00137:         }
00138:         $this->controller->checkAlternativeIdMethods();
00139:         $this->controller->clear_preview();
00140:         $this->controller->determineId();

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

/var/www/typo3/typo3_src-7.6.26/typo3/sysext/core/Classes/Core/Bootstrap.php:
00305: 
00306:         // Execute the command which returns a Response object or NULL
00307:         $this->response = $requestHandler->handleRequest($request);
00308:         return $this;
00309:     }

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

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

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

/var/www/typo3/typo3_src-7.6.26/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

1 {closure}()

/var/www/typo3/typo3_src-7.6.26/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });