Undefined index: entity_from_field:group_audience-node-group in ctools_entity_from_field_get_child() (line 24 of /misc/40/000/122/664/4/user/web/terrangaming.com/sites/all/modules/ctools/plugins/relationships/entity_from_field.inc).

Any help how could I get rid of this error?

Comments

ruess’s picture

Me too - not sure what's going on, but it seemed to appear after an OG upgrade to the new alpha 2.0

blackclover’s picture

Did you guys ever figure this out?

Anonymous’s picture

I have this issue as well, any solution?

dvandusen’s picture

Issue summary: View changes

This is a user error on Custom Page Settings Argument Context Assigned. The selected Context is broken:
Possible Reasons:
a) content panel / page / etc is changed/deleted;
b) Context type is invalid.
In either case, the 'child' cannot be found becuase the 'parent' name is not found/correct, even though validation has occurred (error is missed in validation).

Solutions: (in my case)
a) flushing cache to remove problem may work.
b) change the Context Type from node.id to node edit form: node ID

Dennis

dvandusen’s picture

For me, the error showed up in the same symptom.

This is a user error on Custom Page Settings Argument Context Assigned. The selected Context is broken:
Possible Reasons:
a) content panel / page / etc is changed/deleted;
b) Context type is invalid.
In either case, the 'child' cannot be found because the 'parent' name is not found/correct, even though validation has occurred (error is missed in validation).

Solutions: (in my case)
a) flushing cache to remove problem may work.
b) change the Context Type from node.id to node edit form: node ID

Dennis

See also

https://drupal.org/node/1994150 - Issue Undefined index: entity_from_field:group_audience-node-group
That has a related problem.

https://drupal.org/node/2049407 - Undefined index: entity_from_field ... in ctools_entity_from_field_get_child()