Active
Project:
Organic Groups
Version:
7.x-1.3
Component:
og.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2012 at 15:19 UTC
Updated:
22 Jun 2013 at 15:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amitaibuI'll need more info to be able to reproduce.
Comment #2
chhavik commentedFeature Bundle includes:-
1) A content type :- Project (Group type)
2) Content type :- Project Updates (Group Content type)
3) Context :- Project (contains a view block 'Project Listing')
4) A view :- Projects Listing (Display all the project updates related to a project)
5) All the fields related to the above 2 content types also get attached to the feature. Other than these fields, i also added field 'og_membership-og_membership_type_default-og_membership_request' to the Fields section of feature.
When i enable this feature on any fresh d7 installation and try to create Project node which is a group type, i get the above error. Thus, i am unable to create project nodes and proceed further.
Comment #3
amitaibuJust to make sure -- you are using the stable 1.3 as indicated in the version?
Comment #4
chhavik commentedYes. I am using the recommended version only.
Comment #5
nils.destoop commentedI'm getting the same error.
The error occures when i'm editing a node (as admin) that is authored by another user. When i change the author to admin, everything works.
Comment #6
pepe_jd commentedI get the same error when I try to create the first group node and determinig an existing node as a group also.
Comment #7
pepe_jd commentedI've noticed that it could be a problem with "Universally Unique ID" module. If I uninstall that module, everithing works fine.
Comment #8
seanenroute commentedOddly enough unistalling UUID worked for me as well.
Comment #9
jason@greengeckodesign.com commentedI am getting this error but do not have the UUID module installed.
Comment #10
spencerfromsc commentedI can also confirm this error. I had the Deploy module installed and got the same error, then backed out that installation all the way through UUID, after which it was finally resolved.
Comment #11
torpy commentedUpgrading to the dev version of UUID fixed it for me.
Comment #12
jimthunderbird commentedI encounter the same issue, disabling UUID fixed it for me too.
Comment #13
geek-merlinWOW, suffering from this too, and it looks like some hook_property_info_alter() is really f***ed up.
so checking
and yes, UUID is the offending guy:
which is no wonder due to this line in current stable release uuid-7.x-1.0-alpha3: (look at $info)
this is fixed in current UUID dev, so made issue #1663390: Roll a new UUID stable release
Comment #14
warmth commentedI'm having the same issue when I try to create a bunch of test users with the dev tool... assigning a Profile2 related role to each group.
Comment #15
jide commentedSame error with message module.
Comment #16
cyberjay commentedYes, with the message module, the simple fix to this error message is to disable "Message OG example" module. I don't use any of the example modules anyway; not sure what folks use them for but so far, they've done me more harm than good. :)
Comment #17
warmth commentedOG example is disabled and still having the same issue.
Comment #18
lias commentedExperiencing this problem with Entity API 7x-1 and OG 7x-2.1. Posted problem here:
http://drupal.org/node/1519884#comment-7236252
Comment #19
csuggs4 commentedI was experiencing a similar problem, and it ended up being a result of improperly including js and css files in a custom module.
Comment #20
Argus commentedEven the 7.x-2.2 version is capable of producing this error.
EntityMetadataWrapperException: Unknown data property group_group. in EntityStructureWrapper->getPropertyInfo() (line 339 of ../sites/drupal-7.22/sites/all/modules/entity/includes/entity.wrapper.inc).This happens after changing the group machine name before clearing cache.
Comment #21
craicerjack commented#20 was my issue - everything seems fine now after flushing the cache. (I had altered machine name)