Are you aware of this issue in views, caused by multilingual modules activation? http://drupal.org/node/1070744
Notice: Undefined index: en in views_handler_field_field->set_items() (line 676 of (...)/sites/all/modules/views/modules/field/views_handler_field_field.inc).
Comments
Comment #1
jose reyero commentedMoving to i18nviews module.
Comment #2
mac_weber commentedThis issue is reported duplicated at:
http://drupal.org/node/1070744
and
http://drupal.org/node/1137408
I'm facing the same issue.
This is happening when a visitor goes to a page which (in my case) an image field is set to translatable, but there are no images on the language the page is being seen by the visitor. Without views the normal procedure on my website is to fallback to the other language, which is working fine off views.
However, it does not look to be a problem on i18n as it is working out of views. A Views problem?
Comment #3
mac_weber commentedthere is a patch for the Views module that seems to fix this issue
http://drupal.org/node/1070744#comment-4560478
Comment #4
mac_weber commentedhttp://drupal.org/node/1070744
Views fixed