Project

General

Profile

Actions

Bug #101624

open

PHP Warning: Undefined array key "MPvar" in typo3/sysext/core/Classes/Routing/PageSlugCandidateProvider.php line 399

Added by Philipp Parzer 9 months ago. Updated 2 months ago.

Status:
Under Review
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2023-08-09
Due date:
% Done:

0%

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

Description

Error occurs if you have a mount point, which points to a page and this page has a subpage which has a content_from_pid set

- Home
  - A
    - aa
    - ab (show content from aa)
  - B (mount point to A)

if you now call /B/ab you get the error

could be easily solved:

(string)($pageCandidate['MPvar'] ?? $pageCandidate['mount_pid_ol']),

Actions

Also available in: Atom PDF