I'm using the field_collection set to unlimited with various fields inside all set to 1 or a limited amount. My problem comes when I click on the "Add another item" then I see the ajax call and the response with the 'settings', but nothing gets attached. I guess that some other module is conflicting with this one, but I have no idea where to start looking.

Any help would be appreciated :)

Comments

Anonymous’s picture

using beta4, i have a similar problem:
I have a node type "species list" where i add items to a field collection set to unlimited to generate a species list template and clone it afterwards for filling in data.

this works like a charm up to item number 141.
then another click on the add item button lets the ajax thing spin, but doesn't add a new item.

and on saving the node, it sets itself to unpublished!

in my reports, i found this message:

location: http://example.com/system/ajax
referer: http://example.com/node/22940/edit
message: Notice: Undefined index: form_id in ctools_custom_formatters_init() (Zeile 11 von /home/bernd/www/d7/sites/all/modules/custom_formatters/includes/ctools.inc).

Is this a field collection problem, a ctools problem or a combination of both?
just moved to a new and fast server yesterday, so speed and memory can't be an issue anymore as i assumed beforehand.

I'm a bit in trouble now ... help appreciated.

sweetchuck’s picture

lgomezma’s picture

Thanks for the tip!

I will try it and comment on my results.

pixel8r’s picture

Solution in #2 will fix the ajax issue.

mlhyyl’s picture

Issue summary: View changes

Solution in #2 did the job.