Project

General

Profile

Actions

Bug #52768

closed

Uncaught TYPO3 Exception "uid1_uid2-uid3,uid1-uid4_0_0_0" is not a valid cache entry identifier in standard sitemap element when pagetree has nested mountpoints

Added by Christian Reiter over 10 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2013-10-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
exception_handling
Complexity:
Is Regression:
No
Sprint Focus:

Description

A project has a pagetree with nested mountpoints (structure detailed below).

The structure can be navigated through the nested mountpoints without problems (Typolinks generated in MENU Objects are generated correctly and load the correct content when followed - realURL is used).

In TYPO3 4.7.15, a Sitemap of this page tree was rendered correctly.
In TYPO3 6.0.10 and 6.1.5, usage of the Sitemap content element throws an uncaught exception.

By choosing a starting point for the sitemap in 6.1.5 it could be shown that trying to create a sitemap of a single page which mounts another page, that in turn contains mountpoints in its children, creates the exception.

Since nested mountpoints work for the navigation, and also worked in the default Sitemap element in 4.7.15 this behaviour seems unexpected.

The page structure is as follows

[39]
[147] - Page 1
[145] - Page 1b
...
..
[33] - Page 2, is a collection of many mount points to other pages
[430] - Page 4: MOUNTS Page 1(147)
[440] - Page 4b: MOUNTS Page 1b(145)
...
[29]
...
[245] - Page 3: MOUNTS Page 2(33) with all mount points it includes

Loading the sitemap page then breaks with

#1233058294: "147_33-245,147-430_0_0_0" is not a valid cache entry identifier.
InvalidArgumentException thrown in file
C:\...\typo3_src\6.1\typo3\sysext\core\Classes\Cache\Frontend\VariableFrontend.php


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #80970: [HMENU][Introduction package] Parallel mount points don't workClosed2017-04-23

Actions
Actions

Also available in: Atom PDF