Bug #46994
Warning rootline utility in install tool after clear cache
Start date:
2013-04-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
Description
- open install tool in backend
- clear cache
- click on all configuration
- see warning
I think DCE does too much too early.
PHP 5.4
Updated by Armin Vieweg almost 8 years ago
The call of Tx_Extbase_Utility_Localization::translate creates this error (in Classes/Cache.php:117)
Updated by Armin Vieweg almost 8 years ago
- Status changed from New to Resolved
- Target version set to 0.8
Fixed. Changed the key "generaltab" to "LLL:EXT:dce/Resources/Private/Language/locallang.xml:generaltab".
Updated by Armin Vieweg almost 8 years ago
- Status changed from Resolved to Under Review
Oh damn... this causes errors in frontend... I need to check it.
Updated by Armin Vieweg almost 8 years ago
- Status changed from Under Review to Resolved
Okay. I did a check on TYPO3_MODE. Not super beautiful, but it works ;-)