Actions
Bug #55471
closedFatal Error when processing folder does not exist
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-01-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When the processing folder does not exist,
it is created on the fly in ResourceStorage.
However the returned object is at a later point
as string, leading to a fatal error in the end.
Solution is to just store the retuned object directly.
Steps to reproduce:- delete processing folder
- access file list module
Actions