Actions
Bug #61689
closedError on localizing FAL record in workspace
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-09-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
This error message is shown after creating localizing a file / sys_file_metadata record: "1: These fields are not properly updated in database: (file) Probably value mismatch with fieldtype."
I had a look at the values that are compared in the DataHandler for the sys_file_metadata record:
value from database: 0
is compared to: [PLACEHOLDER, WS#16]
In the database however, the value seems to be fine and points to the right file id. Maybe this value is set and saved later.
Actions