Project

General

Profile

Bug #101624

Updated by Simon Schaufelberger 8 months ago

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@ content_from_pid set 

 <pre> 
 - Home 
   - A 
     - aa 
     - ab (show content from aa) 
   - B (mount point to A) 
 </pre> 

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

 could be easily solved: 

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

Back