After upgrading Actions to 5.x-2.4, I began to get this error when submitting content. It has to do with the fact that this version is a back port of the Drupal 6 actions. Since workflow uses triggers now, none of my existing actions existed so this content type had a workflow that was failing because an action was missing. Need to manually re-create the new actions and adjust the workflows.

Comments

jvandyk’s picture

Right. The above error is a sign that you have an entry in your actions_assignments table with an aid that does not exist in your actions table.