Project

General

Profile

Actions

Bug #55763

closed

using object as string in ResourceStorage->getUniqueName

Added by Tymoteusz Motylewski about 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
Start date:
2014-02-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

I got this error while attaching file in RTE
"Object of class TYPO3\CMS\Core\Resource\Folder could not be converted to string"

it is caused by the call
if (!$this->driver->fileExistsInFolder($theDestFile, $folder)) {
which should look like:
if (!$this->driver->fileExistsInFolder($theDestFile, $folder->getIdentifier())) {

because $folder is an object.


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #55766: PHP Catchable Fatal Error: Object of class TYPO3\CMS\Core\Resource\Folder could not be converted to string in LocalDriver.php line 677ClosedFrans Saris2014-02-07

Actions
Actions

Also available in: Atom PDF