First, great module!!!! ^^

Update Drupal from 7.8 to 7.9, get error when trying to edit node

EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7405 of /Users/MyName/Desktop/mysite/includes/common.inc).

I set the field permissions on this node to Custom, with only the administration being able to do anything to the field.

First time posting a bug report on Drupal.org, let me know if you need more info ^^

Comments

David_Rothstein’s picture

Title: Update Drupal from 7.8 to 7.9, get error when trying to edit node » "EntityMalformedException: Missing bundle property on entity" error when editing a node
Priority: Normal » Critical

What other modules do you have installed on your site?

I think what may be going on here is that some other module is checking access on a field without passing in an entity to check access with respect to (which is legal). The Field Permissions code may have to be updated to deal with that and not call entity_extract_ids() in that case...

With a list of modules that you're using, it should be possible to figure out if that's what's happening.

David_Rothstein’s picture