have a field with an entityreference_prepopulate and activate it.
add the node inline and you get the following:

Notice: Undefined index: instance in entityreference_prepopulate_field_attach_form() (line 83 of modules/all/entityreference_prepopulate/entityreference_prepopulate.module).
Notice: Undefined index: instance in entityreference_prepopulate_field_attach_form() (line 83 of modules/all/entityreference_prepopulate/entityreference_prepopulate.module).
Notice: Undefined index: instance in entityreference_prepopulate_field_attach_form() (line 83 of modules/all/entityreference_prepopulate/entityreference_prepopulate.module).
Notice: Undefined index: instance in entityreference_prepopulate_field_attach_form() (line 83 of modules/all/entityreference_prepopulate/entityreference_prepopulate.module).
Notice: Undefined index: instance in entityreference_prepopulate_field_attach_form() (line 83 of modules/all/entityreference_prepopulate/entityreference_prepopulate.module).
Notice: Undefined index: instance in entityreference_prepopulate_field_attach_form() (line 83 of modules/all/entityreference_prepopulate/entityreference_prepopulate.module).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

SocialNicheGuru created an issue. See original summary.

mkinnan’s picture

I'm getting this same error but I am not using the node inline module.

Also, I don't get this error with user ID 1. All other users get this error.

AstonVictor’s picture

Status: Active » Needs review
FileSize
648 bytes

Added a simple patch that checks for variable.

Anybody’s picture

@AstonVictor thanks. Could you add this as MR and add an inline comment, why this is done?