Hello. On my site I use a module i18n_taxonomy. There is a vocabulary with traslation mode: Translate. Different terms will be allowed for each language and they can be translated.

On taxonomy term view I get next errors:

Notice: Undefined index: #entity_type in linked_field_field_attach_view_alter() (line 303 of /home/quickstart/websites/iriel.dev/sites/all/modules/linked_field/linked_field.module).
Notice: Undefined index: #bundle in linked_field_field_attach_view_alter() (line 303 of /home/quickstart/websites/iriel.dev/sites/all/modules/linked_field/linked_field.module).
Notice: Undefined index: view modes in field_view_mode_settings() (line 616 of /home/quickstart/websites/iriel.dev/modules/field/field.module).
Warning: Invalid argument supplied for foreach() in field_view_mode_settings() (line 616 of /home/quickstart/websites/iriel.dev/modules/field/field.module).
Notice: Undefined index: #entity_type in linked_field_field_attach_view_alter() (line 310 of /home/quickstart/websites/iriel.dev/sites/all/modules/linked_field/linked_field.module).
Notice: Undefined index: #bundle in linked_field_field_attach_view_alter() (line 310 of /home/quickstart/websites/iriel.dev/sites/all/modules/linked_field/linked_field.module).
Notice: Undefined index: #field_type in linked_field_field_attach_view_alter() (line 329 of /home/quickstart/websites/iriel.dev/sites/all/modules/linked_field/linked_field.module).
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zestagio’s picture

Issue summary: View changes
zestagio’s picture

ivanhelguera’s picture

I confirm the problem, I'll test the patch

tlito’s picture

this solved my problem. thank you!

skorzh’s picture

Current dev version doesn't work with this patch, I've added another one worked for me.

  • yannickoo committed a57eaba on 7.x-1.x authored by korgik
    Issue #2450261 by zestagio, korgik: Notice: Undefined index: #...
yannickoo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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