Actions
Bug #45777
closedMoving a file to another file storage throws fatal error
Status:
Closed
Priority:
Must have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-02-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Moving files between folders in the same File Storage works, but when you move a file to another File Storage there comes following error message:
Fatal error: Call to a member function getIdentifier() on a non-object in /.../typo3/sysext/core/Classes/Utility/File/ExtendedFileUtility.php on line 571
I have TYPO3 CMS 6.0.2 and both File Storages use the local filesystem driver.
Updated by Alexander Opitz over 11 years ago
- Assignee set to Alexander Opitz
Copying and moving files between storages isn't implemented yet. With #46564 an error message will be shown.
Updated by Nicole Cordes over 11 years ago
- Status changed from New to Resolved
Applied in changeset 6e7769ca481f34acfd4a7769ffdd13272043922a.
Actions