Actions
Task #57545
closedMissing metadata entry impossible to regenerate.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-04-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
hard
Sprint Focus:
Description
While finding the ground issue behind #46020 we came to the point that it is impossible to generate sys_file_metadata entries if they are missing for a file.
The tables sys_file and sys_file_metadata have a 1:1 relation, if the metadata is missing for a file in sys_file an empty record is inserted into sys_file_metadata which won't be updated with metadata afterwards. This leads to the issue that images will be outputed as width/height=0
We need the possibility to update such data.
What happens in the situation was described in http://forge.typo3.org/issues/46020#note-74
Actions