Actions
Bug #61524
closedFAL processing folder doesn't work with non-hierarchical file systems
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-09-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
there is a bug in Class \TYPO3\CMS\Core\Resource\ResourceStorage in function getProcessingFolder():
There is the driver called with the function
$this->driver->folderExists($processingFolder)
and
$this->driver->getFolderInfoByIdentifier($processingFolder);
The problem is that the "$processingFolder" contains a string with the name of the folder - not the identifier. In most file systems, this is the same, but not on non-hierarchical file systems.
I think there must be a function like "$this->driver->getIdentifierByName($processingFolder)" or something like that.
What do you think about it?
Actions