Active
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2012 at 19:11 UTC
Updated:
11 Mar 2014 at 18:30 UTC
Jump to comment: Most recent
Comments
Comment #1
ruess commentedMe too - not sure what's going on, but it seemed to appear after an OG upgrade to the new alpha 2.0
Comment #2
blackclover commentedDid you guys ever figure this out?
Comment #3
Anonymous (not verified) commentedI have this issue as well, any solution?
Comment #4
dvandusen commentedThis 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
Comment #5
dvandusen commentedFor 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()