Bug #79785
closedEpic #83669: Improve file list / file browser
Filelist gives a fatal error, when the base path does not exist
100%
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, :-)
Updated by Michael Oehlhof almost 7 years ago
- Status changed from New to In Progress
- Assignee set to Michael Oehlhof
Updated by Gerrit Code Review almost 7 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55476
Updated by Gerrit Code Review almost 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55476
Updated by Gerrit Code Review almost 7 years ago
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/55476
Updated by Gerrit Code Review almost 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55476
Updated by Gerrit Code Review almost 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55636
Updated by Michael Oehlhof almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b615b0ae579d445eb7cd674638f65eabbd97a20f.