Uncaught TYPO3 Exception
#1233058294: "226_233-16.html_0_0_0" is not a valid cache entry identifier. (More information)

InvalidArgumentException thrown in file
/home/chperigueux/core/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php in line 93.

8 TYPO3\CMS\Core\Cache\Frontend\VariableFrontend::get("226_233-16.html_0_0_0")

/home/chperigueux/core/typo3/sysext/core/Classes/Utility/RootlineUtility.php:
00203:  public function get() {
00204:   if (!isset(static::$localCache[$this->cacheIdentifier])) {
00205:    $entry = static::$cache->get($this->cacheIdentifier);
00206:    if (!$entry) {
00207:     $this->generateRootlineCache();

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

/home/chperigueux/core/typo3/sysext/frontend/Classes/Page/PageRepository.php:
00632:   $rootline = GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Utility\\RootlineUtility', $uid, $MP, $this);
00633:   try {
00634:    return $rootline->get();
00635:   } catch (\RuntimeException $ex) {
00636:    if ($ignoreMPerrors) {

6 TYPO3\CMS\Frontend\Page\PageRepository::getRootLine(226, "233-16.html")

/home/chperigueux/core/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01650:   }
01651:   // Gets the rootLine
01652:   $this->rootLine = $this->sys_page->getRootLine($this->id, $this->MP);
01653:   // If not rootline we're off...
01654:   if (!count($this->rootLine)) {

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

/home/chperigueux/core/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01952:   */
01953:  public function getPageAndRootlineWithDomain($domainStartPage) {
01954:   $this->getPageAndRootline();
01955:   // 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.
01956:   if ($domainStartPage && is_array($this->rootLine)) {

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

/home/chperigueux/core/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01520:   // We store the originally requested id
01521:   $requestedId = $this->id;
01522:   $this->getPageAndRootlineWithDomain($this->domainStartPage);
01523:   $GLOBALS['TT']->pull();
01524:   if ($this->pageNotFound && $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling']) {

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

/home/chperigueux/core/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01391:   $GLOBALS['TT']->pull();
01392:   // Now, get the id, validate access etc:
01393:   $this->fetch_the_id();
01394:   // Check if backend user has read access to this page. If not, recalculate the id.
01395:   if ($this->beUserLogin && $this->fePreview) {

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

/home/chperigueux/core/typo3/sysext/cms/tslib/index_ts.php:
00127: $TSFE->checkAlternativeIdMethods();
00128: $TSFE->clear_preview();
00129: $TSFE->determineId();
00130: 
00131: // Now, if there is a backend user logged in and he has NO access to this page,

1 require("/home/chperigueux/core/typo3/sysext/cms/tslib/index_ts.php")

/home/chperigueux/core/index.php:
00030:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00031: 
00032: require(PATH_tslib . 'index_ts.php');