Bug #55428
closedDelete file with missing processed file raises alert
100%
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.
Updated by Gerrit Code Review almost 11 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 https://review.typo3.org/27123
Updated by Fabien Udriot almost 11 years ago
This is quite easy to test
1. Upload a file in the File module
2. Empty all files from directory _processed_
3. Delete the uploaded file in the File module
-> a flash message error appears.
Do the same thing with the patch applied should fix the error message.
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27123
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27123
Updated by Fabien Udriot almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e81d0605bb428a6ea494e39b63fbef932259a65b.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed