Project

General

Profile

Actions

Bug #105844

closed

Cached site sets settings do not work in multi site setup

Added by Kevin Appelt about 2 months ago. Updated about 2 months ago.

Status:
Resolved
Priority:
Must have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2024-12-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I have a multi-site setup with two sites where we define some page UIDs for f.e. the pages to show in the footer navigation.
We use

      50 = menu
      50 {
        special = list
        special.value = {$theme.navigation.footer}
        levels = 1
        as = footerNavigation
        includeNotInMenu = 1
        if.isTrue = {$theme.navigation.footer}
      }

then to get the navigation and render it with fluid.
I tried f:cache.disable in fluid and setting cache.lifetime = 0 in typoscript now, but the navigation is always shown wrong on one of the sites.
If I load site1 first, both sites show the footer navigation for site1.
If I load site2 first, both sites show the footer navigation for site2.
If I clear the cache, the footer navigation will be whatever I load first after clearing the cache.

This issue sounded similar to Bug #105760: Cached Settings in site configuration (multi domain setup) but seems to be different, thus the new issue.

This issue only seems to occur if the sites use the same site sets

Actions #1

Updated by Gerrit Code Review about 2 months ago

  • Status changed from New to Under Review

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87555

Actions #2

Updated by Gerrit Code Review about 2 months ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87555

Actions #3

Updated by Garvin Hicking about 2 months ago

  • Category set to Site Handling, Site Sets & Routing
Actions #4

Updated by Gerrit Code Review about 2 months ago

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87555

Actions #5

Updated by Gerrit Code Review about 2 months ago

Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87583

Actions #6

Updated by Gerrit Code Review about 2 months ago

Patch set 2 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87583

Actions #7

Updated by Benjamin Franzke about 2 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF