Actions
Bug #94142
open404 errors with standard subpages of a mounted page with parameter mount_pid_ol=1
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-05-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
----
To reproduce (TYPO3 9.5.26 / PHP 7.2.24) :
----
Create 2 websites on the same TYPO3 instance with these pages :
Site 1 :
- Page "A" (doktype 1)
-- Subpage "AA" (doktype 1) with mount_pid_ol=0
-- Subpage "AB" (doktype 1) with mount_pid_ol=1
- Page "B" (doktype 1)
Site 2 :
- Page "A" (doktype 7) mounting Site 1 > Page "A"
----
Behaviour :
----
Site 2 > Page "A" > Subpage "AA" works
Site 2 > Page "A" > Subpage "AB" throws 404 error
Parameter mount_pid_ol of pages with doktype different from 7 should not be involved in the render process.
Actions