Project

General

Profile

Bug #94142

Updated by RVVN no-lastname-given almost 3 years ago

---- 
 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 Subpages "AA" works 
 Site 2 > Page "A" > Subpage Subpages "AB" throws 404 error 


 Parameter mount_pid_ol of pages with doktype different from 7 should not be involved in the render process.

Back