I am using inline entity form in a node, node-a, to refer to an entity with a scald field, node-b.

When I node/add/node-add, I get the above error.

I do not get the same error if I just node/add/node-b.

I think it is something to do with the reference interaction

Comments

SocialNicheGuru’s picture

I get this from backtrace
dnd_process_textarea(Array, Array, Array) form.inc:1815
form_builder('deal_node_form', Array, Array) form.inc:1871
form_builder('deal_node_form', Array, Array) form.inc:1871
form_builder('deal_node_form', Array, Array) form.inc:1871
form_builder('deal_node_form', Array, Array) form.inc:1871
form_builder('deal_node_form', Array, Array) form.inc:1871
form_builder('deal_node_form', Array, Array) form.inc:1871
form_builder('deal_node_form', Array, Array) form.inc:1871
form_builder('deal_node_form', Array, Array) form.inc:846
drupal_process_form('deal_node_form', Array, Array) form.inc:374
drupal_build_form('deal_node_form', Array) node_edit_form.inc:70
ctools_context_create_node_edit_form(, Object, , Array) context.inc:600
ctools_context_create('node_edit_form', Object) node_edit.inc:36
ctools_node_edit_context(Object, Array, ) context.inc:796
ctools_context_get_context_from_argument(Array, Object) context.inc:852
ctools_context_get_context_from_arguments(Array, Array, Array) context-task-handler.inc:333
ctools_context_handler_get_task_contexts(Array, '', Array) node_edit.inc:92
page_manager_node_edit(Object)
call_user_func_array('page_manager_node_edit', Array) entity_translation.module:687
_entity_translation_callback('page_manager_node_edit', Array, Array) entity_translation.module:540
entity_translation_edit_page('node', Object, , Array, Object)
call_user_func_array('entity_translation_edit_page', Array) menu.inc:517
menu_execute_active_handler() index.php:21

gmclelland’s picture

Can you try the patch located at #2166119: Undefined index notice when using Scald with the paragraphs module? I think it might fix your problem.

NerOcrO’s picture

Status: Active » Closed (duplicate)