258d TYPO3 Exception
Uncaught TYPO3 Exception
#1294587215: RealURL error: unable to determine rootpage_id for the current domain.<br /> <br /> Additionally, https://uns.u-strasbg.fr/index.php?id=566 was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/www/docs/typo3_src-6.2.19/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2173.

9 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("index.php?id=566", "HTTP/1.0 404 Not Found", "RealURL error: unable to determine rootpage_id for the current domain.")

/www/docs/typo3_src-6.2.19/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02094:   */
02095:  public function pageNotFoundHandler($code, $header = '', $reason = '') {
02096:   $this->pageErrorHandler($code, $header, $reason);
02097:  }
02098: 

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("index.php?id=566", "HTTP/1.0 404 Not Found", "RealURL error: unable to determine rootpage_id for the current domain.")

/www/docs/typo3_src-6.2.19/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02045:  public function pageNotFoundAndExit($reason = '', $header = '') {
02046:   $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02047:   $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02048:   die;
02049:  }

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("RealURL error: unable to determine rootpage_id for the current domain.")

/www/docs/typo3conf/ext/realurl/class.tx_realurl.php:
02633:    if ($this->multidomain && !$this->extConf['pagePath']['rootpage_id']) {
02634:     $this->pObj->pageNotFoundAndExit('RealURL error: ' .
02635:      'unable to determine rootpage_id for the current domain.');
02636:    }
02637:   }

6 tx_realurl::adjustRootPageId()

/www/docs/typo3conf/ext/realurl/class.tx_realurl.php:
00906:   $this->setConfig();
00907:   $this->adjustConfigurationByHost('decode');
00908:   $this->adjustRootPageId();
00909: 
00910:   // If there has been a redirect (basically; we arrived here otherwise than via "index.php" in the URL) this can happend either due to a CGI-script or because of reWrite rule. Earlier we used $GLOBALS['HTTP_SERVER_VARS']['REDIRECT_URL'] to check but...

5 tx_realurl::decodeSpURL(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
4 call_user_func_array(array, array)

/www/docs/typo3_src-6.2.19/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04313:      }
04314:      // Call method:
04315:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
04316:     } else {
04317:      $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

3 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("EXT:realurl/class.tx_realurl.php:&tx_realurl->decodeSpURL", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/www/docs/typo3_src-6.2.19/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()

/www/docs/typo3_src-6.2.19/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("/www/docs/typo3_src-6.2.19/typo3/sysext/cms/tslib/index_ts.php")

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

0