I have a new install with a single group set up and a type of group content. I have added transitions "draft" and "approved". I have create my first group and go to create my first group content and I get
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0' for key 'PRIMARY': INSERT INTO {workflow_node} (nid, sid, uid, stamp) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3); Array ( [:db_insert_placeholder_0] => 0 [:db_insert_placeholder_1] => 2 [:db_insert_placeholder_2] => 1 [:db_insert_placeholder_3] => 1385480305 ) in drupal_write_record() (line 7170 of /Users/philipclarke/Sites/acquia-drupal/includes/common.inc).
If I disable the workflow access module it goes away but I need to limited access to content in the group until it has been approved.
Any ideas?
Comments
Comment #1
Tim-Erwin commentedSorry, for the late response. But this does not seem to be related to og_workflow at all (you don't even mention it). It seems to be a problem with workflow, please check out their latest version, they improved a lot.
Comment #2
Tim-Erwin commented