I was just playing with putting a view together that displays full nodes so as to include comments, and was hoping to be able to use the editable field on the body, so that the node can be edited in the view as well. If I have the field configured to "click to edit", clicking "edit field" produces the following error:
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /monsteralpha1/system/ajax
StatusText: Service unavailable (with message)
ResponseText: Recoverable fatal error: Argument 1 passed to drupal_array_get_nested_value() must be an array, boolean given, called in /Users/tannerjfco/Sites/monsteralpha1/sites/all/modules/editablefields/editablefields.module on line 315 and defined in drupal_array_get_nested_value() (line 6368 of /Users/tannerjfco/Sites/monsteralpha1/includes/common.inc).The error will also occur if you have the field configured without click to edit and try to save the edited node. I realize this is a different use case then normal, and using editable fields in a fields view works fine. I am just curious if this might be addressable or if it is out of the project's scope or design?
Comments
Comment #1
johnvThis is a duplicate of #1206656: Error on Node view page: Argument 1 passed to drupal_array_get_nested_value()