Actions
Bug #19241
closedno details with error message 'is no TYPO3 language file'
Start date:
2008-08-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions