Closed (works as designed)
Project:
Field Collection Views
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2012 at 16:21 UTC
Updated:
7 Oct 2012 at 14:02 UTC
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
Comment #1
g089h515r806 commentedIt works on my test site.
What is your field collection version?
Comment #2
Shyghar commentedI 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?
Comment #3
g089h515r806 commentedmy field collection version is 7.x-1.0-beta3, I have not test it with 7.x-1.0-beta4 an dev version.
Comment #4
Shyghar commentedI 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?
Comment #5
g089h515r806 commentedfield collection views does not change database table, it only add some field handler.
Comment #6
Shyghar commentedI 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!
Comment #7
zd370 commentedThanks for posting that update in your comment. It would have been a tedious process to debug this one without it.
Comment #8
anybodyI have the same problem after I integrated into Features. Can you provide some more information about the problems with UUID?
Comment #9
anybodyOkay, 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".