Bug #79908
closedPHP Error if locallang xml file contains invalid content
100%
Description
The following error happens if an invalid locallang.xml file is parsed.
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Argument 1 passed to TYPO3\CMS\Core\Localization\Parser\LocallangXmlParser::getParsedDataForElement() must be an instance of SimpleXMLElement, null given, called in /var/www/html/vendor/typo3/cms/typo3/sysext/core/Classes/Localization/Parser/LocallangXmlParser.php on line 7
Steps to reproduce:
- Rename a
locallang_db.xlf
file tolocallang_db.xml
in an extension of your choice. - Clear cache
- Reload TYPO3 Backend
- Try to open the page Module. The Page-Tree will not load
- Check your php error log
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51761
Updated by Sascha Egerer almost 8 years ago
- Sprint Focus changed from Remote Sprint to Stabilization Sprint
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51761
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51761
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51761
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51761
Updated by Gerrit Code Review over 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51761
Updated by Gerrit Code Review over 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51761
Updated by Gerrit Code Review over 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51761
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51857
Updated by Sascha Egerer over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b25c54153536d132d08257f056de2ecad19acb8d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed