Project

General

Profile

Actions

Bug #56750

closed

delete method of FileInterface results in an Uncaught TYPO3 Exception.

Added by Stig Nørgaard Færch about 10 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-03-11
Due date:
% Done:

0%

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

Description

When I execute the delete method:
$storage->getFile($identifier)->delete();

I get this Uncaught TYPO3 Exception:
#1283790586: There is no entry in the $TCA array for the table "sys_file_processedfile". This means that the function enableFields() is called with an invalid table name as argument. (More information)

If I omit the delete() method, and just execute getFile(), no errors occur.

Its correct that there seems to be not TCA entry for sys_file_processedfile - am I supposed to defined it myself? :-)

tested on TYPO3 6.2beta6

Actions

Also available in: Atom PDF