Project

General

Profile

Bug #93533

Updated by Anonymous about 3 years ago

<pre> 

 (1/1) #1534710048 TYPO3\CMS\Core\Exception\SiteNotFoundException 

 No pseudo-site found in root line of page 9999 

 </pre> 

 Tested: TYPO3 9.5.24 


 




 Reproduce: 
 - create a sys_category where sys_category.uid does not exist in pages.uid (you can e.g. edit the record in the database and set uid to 9999 or simular) 
 - now got to the BE List module and edit this sys_category 


 1. why is this checked at all? 
 2. if, it should be checked against sys_category.pid

Back