Actions
Bug #56997
closedUncatched exception if a file could not be deleted
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-03-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If the drivers deleteFile()
method returns FALSE
an Exception\FileOperationErrorException
is thrown but not catched in the backend. This makes it impossible to show individual information why the file could not be deleted.
Actions