Actions
Bug #78189
closedError in file upload when importing .t3d files
Start date:
2016-10-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi all
The following steps lead to an exception in 8.3:
- Page tree
- Branch actions
- Import from .t3d
- Upload
- Select .t3d file
- Press "Upload files"
It results in:
Call to undefined method TYPO3\CMS\Core\Utility\File\ExtendedFileUtility::init()
Neither the ExtendedFileUtility nor the BasicFileUtility class have a method named "init".
Updated by Wouter Wolters about 8 years ago
- Status changed from New to Needs Feedback
Should be solved with https://review.typo3.org/#/c/49983/
Can you confirm?
Updated by Benni Mack almost 8 years ago
- Target version changed from 8.6 to 8 LTS
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to Candidate for patchlevel
Updated by Riccardo De Contardi over 7 years ago
I am not able to reproduce with the latest master: I am able to to upload a .t3d file from the interface.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Needs Feedback to Closed
I cose this as solved (see comment 1) - if you think that this is the wrong decision or experience the issue again then please reopen it or open a new issue with a reference to this one. Thank you.
Actions