Actions
Bug #46586
closedAutomatic creation of processed files folder fails
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-03-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The ResourceStorage tries to automatically create the processed files folder if it does not exist. The identifier of the folder is taken from the storage's configuration.
The automatic creation however fails, because when splitting the identifier (e.g. /someFolder/_processed_/) by '/', the resulting array always contains empty elements. Creating a folder with an empty name fails however; therefore, empty elements should be skipped.
Actions