I get the following errors with 8.x-1.0-rc4 installed together with File (Field) Paths 8.x-1.0-beta1 and ISBN Field 8.x-1.0:

  • Field type: "file" was unrecognized.
  • Field type: "isbn" was unrecognized.

Comments

Publishing Future created an issue. See original summary.

srijeeta’s picture

I had the same issue. Updating the module to 8.x-2.0-dev solves the issue.

publishing future’s picture

Problem is still there with 8.x-2.0-dev. Here are the details:

- Field type: "isbn" was unrecognized - array ( 0 => 'value', )

- Field type: "file" was unrecognized - details: array ( 0 => '#title', 1 => '#description', 2 => '#field_parents', 3 => '#required', 4 => '#delta', 5 => '#weight', 6 => '#type', 7 => '#upload_location', 8 => '#upload_validators', 9 => '#value_callback', 10 => '#process', 11 => '#progress_indicator', 12 => '#extended', 13 => '#field_name', 14 => '#entity_type', 15 => '#display_field', 16 => '#display_default', 17 => '#description_field', 18 => '#cardinality', 19 => '#default_value', 20 => '#multiple', )

- #field_parents key not found - details: array ( 0 => 'value', )

m.bdour’s picture

StatusFileSize
new574 bytes

I used the attached patch on version: '8.x-2.0' which still has the problem for file and image fields.

gmercer’s picture

We found an issue to the previous patch where it didn't match up with what the default switch was doing as it is missing a line for
$container = TRUE;
This cause the field to be wrapped differently - without an 'element'. And as such, caused an issue in code we had which was trying to check the value with:
if (empty($values['field_image_single_public']['element']['fids'])) { ...
I'll be attaching an updated patch.

gmercer’s picture

nickdickinsonwilde’s picture

Title: Unrecognized field types "file" and "isbn" » Unrecognized field types "file" & "image"
Version: 8.x-1.0-rc4 » 3.x-dev

splitting this to just the core fields in this ticket

nickdickinsonwilde’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.