Actions
Bug #62098
closedtypo3temp folder is flooded with fal-tempfiles-*.*
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-10-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
using 6.2 overtime the typo3temp folder is flooded with useless tempfiles by FAL, these files are not used anymore after doing some operations on them.
The FileObject having getForLocalProcessing should take care of deleting all the used files during it's __destruct.
Additionally a scheduler task to clear these files would be nice.
And the FAL temp files should be stored in a subfolder!
Is had an installation with about 1.5 million files in typo3temp, which match this pattern.
PHP Version 5.3-5.5
Actions