Closed (duplicate)
Project:
Field Permissions
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
30 Oct 2011 at 18:21 UTC
Updated:
1 Nov 2011 at 16:40 UTC
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
Comment #1
David_Rothstein commentedWhat 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.
Comment #2
David_Rothstein commentedActually, looks like this is a duplicate of #1321050: "Create" permissions don't work correctly sometimes, and "EntityMalformedException: Missing bundle property" errors can appear.