Closed (fixed)
Project:
Subgroups for Organic groups
Version:
5.x-4.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2008 at 18:11 UTC
Updated:
10 Jul 2008 at 15:17 UTC
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
Comment #1
amitaibuDid you upgrade OG module to the latest one (dev version)?
Comment #2
dieter@drupal.org commentedI 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?
Comment #3
amitaibuhttp://drupal.org/node/149207
Comment #4
attiks commentedI 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());
Comment #5
amitaibuAttkis, which OG module are you using (it shouldn't be 5.x-7.2, it should be dev - http://drupal.org/node/149207)
Comment #6
attiks commentedI 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)
Comment #7
amitaibuOk, then marking again 'fixed' as the correct OG version isn't 5.x-7.2
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.