Actions
Bug #77091
closedDeleting the File Recycler itself leads to a php error
Start date:
2016-07-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
Hi,
if you go to the module "filelist" and create a folder "_recycler_". Deleting of normal files works fine. But ...
if you try to delete the "_recycler_" folder itself, it leads to an php error:
Uncaught TYPO3 Exception #1: PHP Warning: rename(<path>/fileadmin/introduction/images/_recycler_,<path>/fileadmin/introduction/images/_recycler_/_recycler_): Invalid argument in .../typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php line 953 (More information)Tested with
- 8.3.0-dev (current master)
- 7.6.10-dev (current HEAD)
Both with the same error (just the line number differs a little bit).
Actions