Actions
Bug #51401
closedInstall Tool auto-creates broken File Storages from filemounts
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-08-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When upgrading an existing installation, File Storage records are created from all existing filemounts.
- The created File Storages are created as Storages having an 'Absolute' path. This is incorrect. It should be a 'Realtive' path.
- The 'fileadmin/' part is missing from the path.
- The broken File Storages are marked as being 'offline'.
- The 'path' field of the filemounts is set to '/'.
- The 'storage/base' field of the filemounts is correctly set to the created Storage, but . . .
- . . . any attempt to edit the 'updated' filemount results in an Exception: #1320575630: Folder / does not exist. (More information)
Actions