Actions
Bug #98713
closedUndefined array key 1 in LanguageService
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2022-10-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using CSH with an XLF file where the keys are not "properly" named the following error is thrown:
Core: Error handler (BE): PHP Warning: Undefined array key 1 in /html/typo3/typo3_src-11.5.15/typo3/sysext/core/Classes/Localization/LanguageService.php line 240
It looks like it is expected that a traslation key must have a dot (.) in it.
Updated by Stefan Bürk almost 2 years ago
- Has duplicate Bug #99190: PHP Warning: Undefined array key 1 in /typo3/sysext/core/Classes/Localization/LanguageService.php line 240 added
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76838
Updated by Stefan Bürk almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2d7ad4cd51469af76c85cb3999bb6665701206be.
Actions