Actions
Bug #41292
closedFAL: copy in file module leads to fatal error "Call to a member function getIdentifier()"
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2012-09-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
having a file fo.php in 2 folders and trying to copy one of them into the other folder leads to a fatal error
Fatal error: Call to a member function getIdentifier() on a non-object in master\typo3\sysext\core\Classes\Utility\File\ExtendedFileUtility.php on line 492
this line is
$this->writelog(2, 0, 1, 'File "%s" copied to "%s"', array($sourceFileObject->getIdentifier(), $resultObject->getIdentifier()));
Updated by Andreas Wolf about 12 years ago
Just for clarification: This only happens when the target folder has a file with the same name. So the renaming/overwriting stuff is broken, not copying in general.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15258
Updated by Anonymous about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bd37ddeba8d8e0bc2d71fc2fe33fd7f896e4be0e.
Actions