Bug #19241
closedno details with error message 'is no TYPO3 language file'
0%
Description
If you have edited a locallang.xml file, then you do not get any details about the reason.
You only see the line
The file "/var/www/html/typo3/ext.../locallang.xml" is no TYPO3 language file!
and the frontend has completely gone.
My proposal is to add the details:
die('The file "'.$fileRef.'" is no TYPO3 language file! '.$xmlContent);
And you will see
The file "/var/www/html/typo3/ext/.../locallang.xml" is no TYPO3 language file! Line 56: Undeclared entity error
(issue imported from #M9206)
Files
Updated by Franz Holzinger over 16 years ago
You will find the lines of code to change in t3lib_div.
Updated by Kristian Domke almost 16 years ago
As far as I can see, the patch is there. Can we hope it will be applied? It is still annoying in 4.2.3
Updated by Benni Mack over 14 years ago
This cannot be displayed to the user! I suggest to write it to devLog or to some other debug console. Please provide an updated patch for that.
Updated by Tolleiv Nietsch over 13 years ago
- Category deleted (
Communication) - Status changed from Needs Feedback to Closed
- Target version deleted (
0)
Closing that for the sake of a clean bugtracker - feel free to reopen once you're able to provide new input.