I just upgraded from version 5.x-3.3 to 5.x-4.x-dev (and ran update.php successfully). After that I enabled the upwards member propagation.

Now when a member is added to a subgroup I get the following error message:

user warning: Unknown column 'og_subgroups' in 'field list' query: INSERT INTO og_uid (nid, uid, created, changed, is_active, is_admin, og_subgroups) VALUES (120, 6, 1213370136, 1213370136, '1', '0', '1') in /var/www/drupal/includes/database.mysql.inc on line 172.

The user is added to the subgroup, but not to the parent group.

Comments

amitaibu’s picture

Status: Active » Postponed (maintainer needs more info)

Did you upgrade OG module to the latest one (dev version)?

dieter@drupal.org’s picture

I am running OG version 5.x-7.2 (that was the most recent one I could find on the OG project site). Is there a more recent one?

amitaibu’s picture

Status: Postponed (maintainer needs more info) » Fixed
attiks’s picture

I had the same problem, i removed 'og_subgroups' => TRUE from og_subgroups.module
line 539: og_save_subscription($gid, $uid, array('is_active' => 1, 'is_admin' => $is_admin));
line 555: og_delete_subscription($gid, $uid, array());

amitaibu’s picture

Status: Fixed » Postponed (maintainer needs more info)

Attkis, which OG module are you using (it shouldn't be 5.x-7.2, it should be dev - http://drupal.org/node/149207)

attiks’s picture

I know, i tried to upgrade but my site went blank, so I rolled back to 5.x-7.2

I'll try again later (next week or so)

amitaibu’s picture

Status: Postponed (maintainer needs more info) » Fixed

Ok, then marking again 'fixed' as the correct OG version isn't 5.x-7.2

Anonymous’s picture

Status: Fixed » Closed (fixed)

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