I've installed on the fresh drupal 7 install subdomain and organic groups, made basic setup and I try to open group, it throws message, that table field_config_entity_type is absent. Error gives function get_content_subdomain() in the file subdomain_mode_group.inc.
I have looked around, found this post http://drupal.org/node/986992. As I understand in the december this table was removed from installation.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | field_config_entity_type-1059620.patch | 736 bytes | bryangullan |
Comments
Comment #1
bryangullan commentedI had the same issue. I tried the change in the attached patch. - note that I've not tested this beyond a 30 second check that the fact that my node saved successfully on the subdomain I wanted and doesn't show up on other subdomains.
Comment #2
tebb commentedHad the same issue, applied the same patch to test site, also seems to work for me.
Patch is relative to the module's includes directory.
Comment #3
rwohlebThis is fixed in commit 63c5694. Please grab the latest 7.x-2.x dev copy and check it out.