Bug #55449
closedLabels from mod_tools_em.xlf not loaded
100%
Description
The extension manager still uses labels from sysext/lang/locallang_mod_tools_em.xlf
- e.g. clearMakeExtDir_could_not_create_dir
in Utility/FileHandlingUtility
.
This file does not get loaded, though. The result is that, when a directory cannot be created, an empty message is shown instead of a proper error message.
Screenshot attached; it's during the installation of extensionbuilder
when no /uploads/
directory exists.
This happens with typo3 git master, f417d291268f6cb3e50e08b12650b4ffb97d62bf.
A solution is to load the file in ActionController.php
:
protected function toggleExtensionInstallationStateAction($extension) { $GLOBALS['LANG']->includeLLFile('EXT:lang/locallang_mod_tools_em.xlf'); ...
Files
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790
Updated by Gerrit Code Review over 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790
Updated by Gerrit Code Review over 10 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790
Updated by Gerrit Code Review over 10 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790
Updated by Gerrit Code Review over 10 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31790
Updated by Susanne Moog over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 19d8457ebbd6962425c9a0e8a07d59433c45e137.
Updated by Alexander Opitz over 9 years ago
- Target version changed from 6.2.0 to 7.0
Was fixed in master only :-( issue with fix for 6.2.x => #65205
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed