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)
Updated by Ernesto Baschny about 11 years ago
- Category set to File Abstraction Layer (FAL)
- Status changed from New to Needs Feedback
I was not able to reproduce that.
The Upgrade Wizard creates only ONE Storage (sys_file_storage), which is the "uid=1" and is "fileadmin/" which was created in my upgrade of an Intro Package with the settings:
- Driver: Local Filesystem
- Base Path: "fileadmin/"
- Path type: "relative"
Then the Upgrade Wizard adapted the existing three File Mounts (sys_filemounts) which existed before:
- Storage: 1 (fileadmin)
- Folder: /user_upload/news/ (and the respective other paths on the other paths)
So please describe how come your Upgrade Wizard created more broken file storages?
Updated by Alexander Opitz almost 11 years ago
- Is Regression set to No
Hi Michiel,
does this issue still exists?
Updated by Alexander Opitz over 10 years ago
- Target version deleted (
6.2.0)
Hi Michiel,
did you test if this issue still exists?
Updated by Michiel Roos over 10 years ago
No, I have not. Maybe just close this issue for now. I'll create a new issue if I run into it again.
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
Ok, so closing the issue. Thanks for help.
Actions