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
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27137
Updated by Helmut Hummel almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 916c273f6caf3513d003fe36d729bac8a09e33de.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions