Actions
Bug #55766
closedPHP Catchable Fatal Error: Object of class TYPO3\CMS\Core\Resource\Folder could not be converted to string in LocalDriver.php line 677
Start date:
2014-02-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
When you use storage->addFile() with conflictMode='changeName' you run in to the following fatal error when there is already a file with that name:
PHP Catchable Fatal Error: Object of class TYPO3\CMS\Core\Resource\Folder could not be converted to string in typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php line 677
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27417
Updated by Tymoteusz Motylewski almost 11 years ago
Hi Frans,
Thanks for the patch, unfortunately it's a duplicate of the issue #55763, which also have a patch.
Would you mind voting here: https://review.typo3.org/#/c/27412/
then we can close this issue, and merge the original one.
Thanks!
Tymoteusz
Updated by Tymoteusz Motylewski almost 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 3119e34a704cc75ed2fa18a65d04ea4f9a03aa17.
Actions