Closed (duplicate)
Project:
Editable Fields
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2012 at 18:21 UTC
Updated:
29 Feb 2012 at 10:45 UTC
I'd love to be able to edit Addressfield data in a view, but although the form and content display correctly, when I try to use it I get a 500 error.
If I select the "Click to edit" option, when I click that button I get this:
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /system/ajax
StatusText: Internal Server Error
ResponseText:If I don't select that option, the form appears correctly but when I click the Save button I get this:
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /system/ajax
StatusText: Service unavailable (with message)
ResponseText: EntityMalformedException: Missing bundle property on entity of type node, in entity_extract_ids() (line 7501 of /var/www/phaidon/includes/common.inc).I don't know which module is causing the problem, but I'm starting here...
Comments
Comment #1
adam_b commentedI've just realized that it's happening now with regular text fields also :( so nothing to do with Addressfield.
Comment #2
adam_b commentedTried it using a rendered node in the view rather than fields, and I got a more exotic error message this time:
ETA: despite the message, the text changes are actually saved, so I'm using this for the time being.
Comment #3
adam_b commentedI've just found that the latter error condition is discussed in #1206656: Error on Node view page: Argument 1 passed to drupal_array_get_nested_value(). The first one isn't, but I'm hoping that it's related.