Hi,
after installing this module i followed the usage instruction but did not work because the 'field collection view' was full of missing handler.
What kind of problem is it?

I only install the module and open the view.

Comments

g089h515r806’s picture

It works on my test site.
What is your field collection version?

Shyghar’s picture

I have field collection 7.x-1.0-beta4+4-dev.
I applied 1 patches to field collection to export (with features.. ) the field collection

and another one to field_collection_view.module
change multiple function like:
field_collection_views_field_formatter_info()
field_collection_views_field_formatter_view()
field_collection_views_field_formatter_settings_form()
field_collection_views_field_formatter_settings_summary()

Do you think some of this patches broken the handlers?

g089h515r806’s picture

my field collection version is 7.x-1.0-beta3, I have not test it with 7.x-1.0-beta4 an dev version.

Shyghar’s picture

I will try to test field_collection_views with field_collection beta4..


UPDATE


I try to install field collection beta4 and field collection views beta3 in a clean drupal installation and it works.

Now I'm very confuse o_o

field collection table may be interfering?

g089h515r806’s picture

field collection views does not change database table, it only add some field handler.

Shyghar’s picture

I know, but some of this handlers was broken by some other module and i want to figure out what module and how can i fix this conflict.
I really need field collection views ^^

UPDATE

Field collection view have issues with the Universally Unique IDentifier module!!
Problem solved!

zd370’s picture

Thanks for posting that update in your comment. It would have been a tedious process to debug this one without it.

anybody’s picture

I have the same problem after I integrated into Features. Can you provide some more information about the problems with UUID?

anybody’s picture

Status: Active » Closed (works as designed)

Okay, I've checked it out myself now.
The problem is indeen not within field_collection_views, but a UUID Problem in current alpha-3 release!

To fix it, use "uuid-7.x-1.0-alpha3+47-dev" (Current UUID Dev Version) and upwards. Everything works fine then and the handlers are available!

So marking this as not "works as designed".