when i am creating a view of field collection they give error when we add fields in view error is that:
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /en/admin/structure/views/view/new_page/preview/page/ajax StatusText: error ResponseText: Exception: Invalid field name given: field_translations is not a Field Collection field. in FieldCollectionItemEntity->__construct() (line 210 of /home)
how handle this problem
Check if the field
field_translations
still exists as a field collection field on your installation (probably not anymore). Apparently removed fields remain inside the database table of Field Collection.To solve this:
field_collection_item
and explore itfield_translations
)(Source)