Hey, I'm testing the workflow module on my site, and I'm having a problem with it that I hope one of you can help me with.
I'm using Drupal 5.6 , Workflow 5.x-2.3, Workflow access 5.x-2.3, Actions 5.x-2.6, Trigger Unlock 6.x-1.0 (which can supposedly work with Drupal 5).
I set up five workflow states for one of my content types, called "Press Releases". The assigned actions for each transition is to change the workflow state, and to publish or unpublish the node.
When I try to create a new Press Release, it hangs after I hit Submit. If I go look at the content menu, I see that it's created the node, but only the title is there. The rest of the content is missing. If I try to update that node, I get the same problem when I hit Submit. When I try to delete that incomplete node, it'll allow me to delete, but I get the following error message:
user warning: Out of range value adjusted for column 'sid' at row 1 query: _workflow_write_history INSERT INTO workflow_node_history (nid, old_sid, sid, uid, comment, stamp) VALUES (17074, 11, -1, 8, 'Node deleted', 0) in F:\Program Files\Apache Software Foundation\Apache2.2\htdocs\includes\database.mysql.inc on line 172.
This problem didn't exist before I set up the workflow, and it doesn't exist for any other content type. I disabled and uninstalled Workflow, Workflow Access, Actions, and Trigger Unlock, yet I'm still unable to create any Press Release content.
I would appreciate any help you can provide.
Thanks
David