I'm not exactly sure when this took place, however field groups are no longer working with my CCK installation (despite the module being active).

The log is generating this error message:

Table 'db.node_group' doesn't exist query: SELECT nfi.*, ng.group_name FROM node_group ng INNER JOIN node_group_fields ngf ON ngf.type_name = ng.type_name AND ngf.group_name = ng.group_name INNER JOIN content_node_field_instance nfi ON nfi.field_name = ngf.field_name AND nfi.type_name = ngf.type_name WHERE nfi.widget_active = 1 ORDER BY nfi.weight in /path/to/drupal/modules/cck/modules/fieldgroup/fieldgroup.module on line 256.

Although the table node_group is in fact missing, I do have a table called "content_group" in the db, and the appropriate groups for this particular node type are there, however they do not display at all when trying to manage fields for that node type. (Also, when attempting to add a new group, it isn't saved into the table.)

Any ideas/suggestions?

Thanks,
Brad