Uncaught TYPO3 Exception
#1453732574: RealURL was not able to find the root page id for the domain "carp.baum6.hosting.praxiskom.com" (More information)

Exception thrown in file
/var/www/default/htdocs/typo3conf/ext/realurl/Classes/Configuration/ConfigurationReader.php in line 490.

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

/var/www/default/htdocs/typo3conf/ext/realurl/Classes/Configuration/ConfigurationReader.php:
00364:    }
00365: 
00366:    $this->setRootPageId();
00367: 
00368:    if ($this->mode == self::MODE_ENCODE) {

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

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

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

/var/www/default/typo3_src-6.2.31/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04469:     break;
04470:    case 2:
04471:     $instance = new $className($arguments[1]);
04472:     break;
04473:    case 3:

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

/var/www/default/typo3_src-6.2.31/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04448:   }
04449:   // Create new instance and call constructor with parameters
04450:   $instance = static::instantiateClass($finalClassName, func_get_args());
04451:   // Register new singleton instance
04452:   if ($instance instanceof \TYPO3\CMS\Core\SingletonInterface) {

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

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

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

/var/www/default/htdocs/typo3conf/ext/realurl/Classes/EncodeDecoderBase.php:
00210:   */
00211:  protected function initialize() {
00212:   $this->initializeConfiguration();
00213:   $this->emptySegmentValue = $this->configuration->get('init/emptySegmentValue');
00214:   $this->rootPageId = (int)$this->configuration->get('pagePath/rootpage_id');

7 DmitryDulepov\Realurl\EncodeDecoderBase::initialize()

/var/www/default/htdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01164:   */
01165:  protected function initialize() {
01166:   parent::initialize();
01167: 
01168:   $this->disallowedDoktypes = PageRepository::DOKTYPE_RECYCLER;

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

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

5 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl(array, Webit\ShortcutStatuscodes\Controller\ShortcutStatuscodesTypoScriptFrontendController)
4 call_user_func_array(array, array)

/var/www/default/typo3_src-6.2.31/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04330:      }
04331:      // Call method:
04332:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
04333:     } else {
04334:      $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

3 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl", array, Webit\ShortcutStatuscodes\Controller\ShortcutStatuscodesTypoScriptFrontendController)

/var/www/default/typo3_src-6.2.31/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01219:    $_params = array('pObj' => &$this);
01220:    foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01221:     GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01222:    }
01223:   }

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

/var/www/default/typo3_src-6.2.31/typo3/sysext/cms/tslib/index_ts.php:
00125:  \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->loadCachedTca();
00126: }
00127: $TSFE->checkAlternativeIdMethods();
00128: $TSFE->clear_preview();
00129: $TSFE->determineId();

1 require("/var/www/default/typo3_src-6.2.31/typo3/sysext/cms/tslib/index_ts.php")

/var/www/default/typo3_src-6.2.31/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');