Actions
Bug #17113
closedpi_loadLL() + no language file == full path disclosure
Start date:
2007-03-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello,
I was writing a hook for tt_news where I was trying to use $this->pi_loadLL(); function but I got the following error:
Filereference, "/here/goes/the/full/path/to/the/file/locallang.php", not found!
Maybe it would be better to hide such an error from everyone?
(issue imported from #M5205)
Files
Updated by Oliver Hader over 17 years ago
Well, I guess it was you introducing this error? ;)
What kind of hook did you try to use and what exactly is the error/bug in your opinion?
Updated by cyprianpl over 17 years ago
Yeah, but I was imagining a situation where such a file is deleted accidentaly or whatever.
Actions