Bug #61689
Error on localizing FAL record in workspace
Status: | New | Start date: | 2014-09-17 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | File Abstraction Layer (FAL) | Spent time: | - | |
Target version: | next-patchlevel | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
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.
Related issues