Project

General

Profile

Bug #105353

Updated by Benjamin Franzke about 1 month ago

When updating    to version 13, without updating language labels, the following error occurs when opening the TypoScript backend module: 

 <pre> 
 Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1442236317: MenuItem "" is not valid | 
 InvalidArgumentException thrown in file /var/www/html/vendor/typo3/cms-backend/Classes/Template/Components/Menu/Menu.php in line 92. 
 Requested URL: https://my.ddev.site/typo3/module/web/ts?token=--AnonymizedToken--&id=1& 
 

 </pre> 

 Backend user language is set to German and german labels have been downloaded. 

 Expected behaviour: 

 Fallback to english language label.

Back