Uncaught TYPO3 Exception
#1343589451: Could not fetch page data for uid 1328. (More information)

RuntimeException thrown in file
/home/vogelver/public_html/typo3_src-6.0.4/typo3/sysext/core/Classes/Utility/RootlineUtility.php in line 217.

9 TYPO3\CMS\Core\Utility\RootlineUtility::getRecordArray(1328)

/home/vogelver/public_html/typo3_src-6.0.4/typo3/sysext/core/Classes/Utility/RootlineUtility.php:
00308:   */
00309:  protected function generateRootlineCache() {
00310:   $page = $this->getRecordArray($this->pageUid);
00311:   // If the current page is a mounted (according to the MP parameter) handle the mount-point
00312:   if ($this->isMountedPage()) {

8 TYPO3\CMS\Core\Utility\RootlineUtility::generateRootlineCache()

/home/vogelver/public_html/typo3_src-6.0.4/typo3/sysext/core/Classes/Utility/RootlineUtility.php:
00190:   if (!isset(self::$localCache[$cacheIdentifier])) {
00191:    if (!self::$cache->has($cacheIdentifier)) {
00192:     $this->generateRootlineCache();
00193:    } else {
00194:     self::$localCache[$cacheIdentifier] = self::$cache->get($cacheIdentifier);

7 TYPO3\CMS\Core\Utility\RootlineUtility::get()

/home/vogelver/public_html/typo3_src-6.0.4/typo3/sysext/frontend/Classes/Page/PageRepository.php:
00566:    }
00567:   } else {
00568:    return $rootline->get();
00569:   }
00570:  }

6 TYPO3\CMS\Frontend\Page\PageRepository::getRootLine(1328, "")

/home/vogelver/public_html/typo3_src-6.0.4/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01419:    // Page is 'not found' in case the id itself was not an accessible page. code 1
01420:    $this->pageNotFound = 1;
01421:    $this->rootLine = $this->sys_page->getRootLine($this->id, $this->MP);
01422:    if (count($this->rootLine)) {
01423:     $c = count($this->rootLine) - 1;

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

/home/vogelver/public_html/typo3_src-6.0.4/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01757:   */
01758:  public function getPageAndRootlineWithDomain($domainStartPage) {
01759:   $this->getPageAndRootline();
01760:   // Checks if the $domain-startpage is in the rootLine. This is necessary so that references to page-id's from other domains are not possible.
01761:   if ($domainStartPage && is_array($this->rootLine)) {

4 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootlineWithDomain(NULL)

/home/vogelver/public_html/typo3_src-6.0.4/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01354:   // We store the originally requested id
01355:   $requestedId = $this->id;
01356:   $this->getPageAndRootlineWithDomain($this->domainStartPage);
01357:   $GLOBALS['TT']->pull();
01358:   if ($this->pageNotFound && $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling']) {

3 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::fetch_the_id()

/home/vogelver/public_html/typo3_src-6.0.4/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()

/home/vogelver/public_html/typo3_src-6.0.4/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("/home/vogelver/public_html/typo3_src-6.0.4/typo3/sysext/cms/tslib/index_ts.php")

/home/vogelver/public_html/index.php:
00120: \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->baseSetup('');
00121: 
00122: require(PATH_tslib . 'index_ts.php');
00123: 
00124: $buffer = ob_get_contents();