I receive the following error when saving the edits to my field. Upon reload of the page it seems that the changes were made it just results in the following error upon submission:

An AJAX HTTP error occurred.

HTTP Result Code:500

Debugging information follows.

StatusText: Service unavailable (with message)

ResponseText: Recoverable fatal error: Argument 1 passed to

drupal array_get_nested_value() must be of the type array,

boolean given, called in /homepages/27/d512804102/

htdocs/sites/all/modules/editablefields/

editablefields.module on line 315 and defined in 

drupal array_get_nested_value() (line 6666 of /homepages/27/d512804102/

htdocs/includes/common.in)

I also receive these errors when viewing the page without logging in

Notice: Undefined index: module in editablefields_fallback_formatter() (line 173 of /homepages/27/d512804102/htdocs/sites/all/modules/editablefields/editablefields.module).
Notice: Undefined index: module in FieldInfo->prepareInstanceDisplay() (line 610 of /homepages/27/d512804102/htdocs/modules/field/field.info.class.inc).

This module is great and I would love to have it function properly on my site so any feedback is appreciated.
I'd be happy to provide more information if needed

Comments

ryantollefson’s picture

Switching to dev version worked for me.

related: https://drupal.org/node/1022558

pebosi’s picture