Uncaught TYPO3 Exception
#1233058294: "303_/patients/prevention-sante/depistagecegidd-141.html_0_0_0" is not a valid cache entry identifier. (More information)

InvalidArgumentException thrown in file
/var/www/core/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php in line 101.

12 TYPO3\CMS\Core\Cache\Frontend\VariableFrontend::get("303_/patients/prevention-sante/depistagecegidd-141.html_0_0_0")

/var/www/core/typo3/sysext/core/Classes/Utility/RootlineUtility.php:
00208:     {
00209:         if (!isset(static::$localCache[$this->cacheIdentifier])) {
00210:             $entry = static::$cache->get($this->cacheIdentifier);
00211:             if (!$entry) {
00212:                 $this->generateRootlineCache();

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

/var/www/core/typo3/sysext/frontend/Classes/Page/PageRepository.php:
00813:         $rootline = GeneralUtility::makeInstance(RootlineUtility::class, $uid, $MP, $this);
00814:         try {
00815:             return $rootline->get();
00816:         } catch (\RuntimeException $ex) {
00817:             if ($ignoreMPerrors) {

10 TYPO3\CMS\Frontend\Page\PageRepository::getRootLine(303, "/patients/prevention-sante/depistagecegidd-141.html")

/var/www/core/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01626:         }
01627:         // Gets the rootLine
01628:         $this->rootLine = $this->sys_page->getRootLine($this->id, $this->MP);
01629:         // If not rootline we're off...
01630:         if (empty($this->rootLine)) {

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

/var/www/core/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01928:     public function getPageAndRootlineWithDomain($domainStartPage)
01929:     {
01930:         $this->getPageAndRootline();
01931:         // 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.
01932:         if ($domainStartPage && is_array($this->rootLine)) {

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageAndRootlineWithDomain("")

/var/www/core/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01496:         // We store the originally requested id
01497:         $this->requestedId = $this->id;
01498:         $this->getPageAndRootlineWithDomain($this->domainStartPage);
01499:         $timeTracker->pull();
01500:         if ($this->pageNotFound && $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling']) {

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

/var/www/core/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01365:         $this->getTimeTracker()->pull();
01366:         // Now, get the id, validate access etc:
01367:         $this->fetch_the_id();
01368:         // Check if backend user has read access to this page. If not, recalculate the id.
01369:         if ($this->beUserLogin && $this->fePreview) {

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

/var/www/core/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00138:         $this->controller->checkAlternativeIdMethods();
00139:         $this->controller->clear_preview();
00140:         $this->controller->determineId();
00141: 
00142:         // Now, if there is a backend user logged in and he has NO access to this page,

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/var/www/core/typo3/sysext/core/Classes/Core/Bootstrap.php:
00300: 
00301:         // Execute the command which returns a Response object or NULL
00302:         $this->response = $requestHandler->handleRequest($request);
00303:         return $this;
00304:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/var/www/core/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/var/www/core/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

2 {closure}()
1 call_user_func(Closure)

/var/www/core/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });