Actions
Bug #70252
closedfunction module uses wrong path to language file
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2015-10-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I have found a bug which happens on some websites. The function module uses the Reflection class to determine the path. However this fails because the path is determined as "/html/typo3/typo3conf/ext/tt_products/modfunc3/class.tx_ttproducts_modfunc3.php". This is wrong. The path should have been "/home/www/user123456789/html/typo3/typo3conf/ext/tt_products/modfunc3".
The path has already been given correctly as a parameter $conf in the init. However the wrong path is used. This leads to missing labels in all languages.
Files
Actions