how to create view of field collection in drupal 7 -


when creating view of field collection give error when add fields in view error 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 not field collection field. in fieldcollectionitementity->__construct() (line 210 of /home)

how handle problem

to create field collection view need add relationship field collection first , can use it. above error seems you're using wrong field.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -