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

ezra-g’s picture

Status: Active » Postponed (maintainer needs more info)

Hi, 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.

japerry’s picture

Status: Postponed (maintainer needs more info) » Fixed

Please 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.