I am using the latest version of OG. When an authenticated user is trying to add a group, an exception is thrown "EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7680". Can anybody help me out?

Comments

ranroz’s picture

I the node you use as a group is missing the type. If you build these nodes programmatically make sure you set the node type (that is, a bundle). When I try to create a node programatically without a type I get the same exception you got.