Actions
Bug #79785
closedEpic #83669: Improve file list / file browser
Filelist gives a fatal error, when the base path does not exist
Start date:
2017-02-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The treeview in filelist shows a fatal error when the path of a file storage does not exist in the filesystem.
#1325689164: Parent folder "/" does not exist. (More information) InvalidArgumentException thrown in file .../typo3_src/typo3/sysext/core/Classes/Resource/ResourceStorage.php in line 2293.
When I create that folder, the message changes to
#1375955684: You are not allowed to access the given folder: "_processed_" (More information) TYPO3\CMS\Core\Resource\Exception\InsufficientFolderAccessPermissionsException thrown in file .../typo3_src/typo3/sysext/core/Classes/Resource/ResourceStorage.php in line 772.
Trigger for this error message is commit "7b0c27c8e726e6d5bc205ee3c4b5e96f115d8218". Before this works.
TIA for fixing, :-)
Actions