Actions
Bug #105353
openException 'MenuItem "" is not valid' when opening TypoScript module with outdated language labels
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
Start date:
2024-10-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When updating to version 13, without updating language labels, the following error occurs when opening the TypoScript backend module:
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&
Backend user language is set to German and german labels have been downloaded.
Expected behaviour:
Fallback to english language label.
Actions