[TYPO3-install] Uncaught TYPO3 Exception

Erdal Gök comm at webcan.de
Mon Mar 11 22:09:54 CET 2013


Hi Wouter,

it seems that you need to configure the pages and the Typoscript 
templates correctly.
Hope this tutorial can help you: http://wiki.typo3.org/Ts45min
I have doubts if this tutorial fits to TYPO3 V. 6.

Or try the introduction package.

Kind regards

Erdal



wouter Claeys wrote:
> Hey,
>
> I followed the steps of the installation wizard but when I go to the site,
> I don't see anything but following message:
> I really don't know whats wrong and what I should do to make it work...
> Thanks for your help!
>
>
> Uncaught TYPO3 Exception
> #1301648975: No pages are found on the rootlevel! (More information)
>
> TYPO3\CMS\Core\Error\Http\ServiceUnavailableException thrown in file
> C:\xampp\htdocs\typo\typo3\sysext\frontend\Classes\Controller\TypoScriptFrontendController.php
> in line 1347.
>
> 3 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::fetch_the_id()
>
> C:\xampp\htdocs\typo\typo3\sysext\frontend\Classes\Controller\TypoScriptFrontendController.php:
> 01200:   $GLOBALS['TT']->pull();
> 01201:   // Now, get the id, validate access etc:
> 01202:   $this->fetch_the_id();
> 01203:   // Check if backend user has read access to this page. If not,
> recalculate the id.
> 01204:   if ($this->beUserLogin && $this->fePreview) {
>
> 2 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::determineId()
>
> C:\xampp\htdocs\typo\typo3\sysext\cms\tslib\index_ts.php:
> 00117: $TSFE->checkAlternativeIdMethods();
> 00118: $TSFE->clear_preview();
> 00119: $TSFE->determineId();
> 00120: // Now, if there is a backend user logged in and he has NO access to
> this page, then re-evaluate the id shown!
> 00121: if ($TSFE->isBackendUserLoggedIn() &&
> (!$BE_USER->extPageReadAccess($TSFE->page) ||
> \TYPO3\CMS\Core\Utility\GeneralUtility::_GP('ADMCMD_noBeUser'))) {
>
> 1 require("C:\xampp\htdocs\typo\typo3\sysext\cms\tslib\index_ts.php")
>
> C:\xampp\htdocs\typo\index.php:
> 00037: \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->baseSetup('');
> 00038:
> 00039: require(PATH_tslib . 'index_ts.php');
> 00040: ?>
>
>



More information about the TYPO3-install mailing list