Actions
Bug #82672
closedFileadmin garbage collection is failing
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2017-10-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
The scheduler job "Fileadmin garbage collection" is failing with the error message:
Execution failed: 1314516809, File /foo/bar/fileadmin/subfolder/_recycler_ does not exist.
I'm using typo3 v7.6.23
A look at the source code reveals that this cannot work and never has. That's strange because it was reviewed and tested, allegedly:
https://forge.typo3.org/issues/78473
commit: a43deabd6728526b1237b4d76a369baffd211c27
It's not working because the method getFileObjectFromCombinedIdentifier() receives wrong input:
should be something like: 'fileadmin/subfolder/_recycler_/garbage.txt'
but is: '/foo/bar/fileadmin/subfolder/_recycler_'
Maybe the version from master does run in v7? It seems to be much cleaner and better.
Regards
Michael
Actions