Actions
Bug #55428
closedDelete file with missing processed file raises alert
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-01-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When a BE User deletes a File in the File Module and a
processed files is missing for some reasons as for instance
the processed file directory has been flushed,
an alert is displayed in the BE:
Could not delete file "foo.jpg". Write-permission problem?
The patch fixes the situation by adding a check whether
the file exists on the file system.
Actions