Actions
Bug #65205
closedError messages not shown
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
Start date:
2015-02-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
If you try to update an extension, which directory isn't writeable for webserver user you don't get a message with the problem.
The issue is in function TYPO3\CMS\Extensionmanager\Utility\FileHandlingUtility::removeDirectory():L247 it calls
$this->getLanguageService()->getLL('clearMakeExtDir_could_not_remove_dir')
which returns an empty string. It seams locallang_mod_tools_em.xlf isn't loaded at this point (in ajax context) ... or the way to get the LL is false for >=6.2.
Updated by Nicole Cordes over 9 years ago
- Status changed from New to Accepted
- Assignee set to Nicole Cordes
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40776
Updated by Alexander Opitz over 9 years ago
- Target version set to 6.2.14
Was fixed in master only #55449
Updated by Nicole Cordes over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset af872e2698080c51d8e27479af5fd9f53da091f5.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions