Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.0
Component:
Groups
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2013 at 19:22 UTC
Updated:
28 Aug 2013 at 18:31 UTC
I downloaded the latest commons_groups module from git, and ran drush devel-reinstall.
I created a new Content Type as a Group.
When I tried to Add Content using this Content Type, it commons throws this errror (url node/add/) :
EntityMetadataWrapperException: Unknown data property field_og_subscribe_settings. in EntityStructureWrapper->getPropertyInfo() (line 339 of /var/www/html/betaconbk/profiles/commons/modules/contrib/entity/includes/entity.wrapper.inc).
Comments
Comment #1
ezra-g commentedHi, davidhunter!
Can you confirm whether the Commons Groups feature is in the default state?
Feel free to ping myself and the Commons team in #drupal-commons to troubleshoot further.
Comment #2
japerryPlease refer to #2065381: EntityMetadataWrapperException errors due to features not being reverted for reasons why its important to revert all features after enabling a feature in commons. We don't automatically revert all features because we don't want to destroy user customizations.
The easiest way to revert is with 'drush --force -y fra' if you have drush enabled. Warning: this will remove any customizations / overridden features you may have on your install. Proceed with caution!
Re-open if you feel that this message is in error and can be replicated after reverting all features.