Bug #85323
closedCreate dir if user create a local storage
100%
Description
TYPO3 Version 9.4.dev
I create a file storage to test another issue. I use the Local Driver add a fictitious directory path and add the storage. If i check the "file list" module, i see the new storage and the hint "Name (Offline)" There is no hint that this directory doesn't exist.
Beware of the other fal driver/adapter it was a nice feature to create the path automatically or add a hint that the path is missing.
Updated by Stefan Bürk about 1 year ago
- Tracker changed from Feature to Bug
- Assignee set to Stefan Bürk
- TYPO3 Version set to 11
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81155
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81155
Updated by Stefan Bürk about 1 year ago
We talked recently on the FAL code sprint about this.
TYPO3 should not create the base folder for a storage.
It must be created and ensure before or from outside.
The critical point is the "absolut" path posibility
and other checks.
However, we came up to make the error message in the file
kind of speaking in that case to point to it. I will
investigatge further do inform on saving the record or
something like that.
Updated by Stefan Bürk about 1 year ago
- Has duplicate Task #102022: "vanilla" mkdir @ core/Classes/Resource/Driver/LocalDriver.php added
Updated by Stefan Bürk about 1 year ago
- Has duplicate deleted (Task #102022: "vanilla" mkdir @ core/Classes/Resource/Driver/LocalDriver.php)
Updated by Gerrit Code Review about 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81155
Updated by Gerrit Code Review about 1 year ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81155
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81277
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81265
Updated by Stefan Bürk about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 760eb9344b4842919cdd403817ac617d72d9ded7.