Bug #101690
Updated by Jelle de Jonge over 1 year ago
Non When there are multiple languages on a site and one of the 'middle ones' is removed it causes an undefined array key warning at https://github.com/TYPO3/typo3/blob/6718f69df11eaa7582b4bab1bbf862212dd0050f/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php#L580. The array is missing an index which is called. A simple check in the if statement above this line should fix the issue. Overlooked some settings. Don't know how Steps to remove bug report reproduce: Have a site with multiple languages, for instance: English, German, French and Italian. Remove either English, German or French. Reload the frontend.