Hi,
I'm utterly new to Drupal, and am currently updating a website built by someone else It is a website for a club at university. I have two questions:
1) I updated workflow first.. then actions (because I didn't know it needed actions.. until it was too late). When I went back in to see if it was configured properly, the workflow from the old site was there, but the states were missing. I tried adding two, namely (creation) and Draft - but they wouldn't show up on the list. At this point, I figured out that workflow needs actions. I updated actions, and the old States came back, along with the ones I added. I could remove Draft, but there is no delete option for the second (creation) - how do I remove it?
2) After adding actions, I ran update.php. It returned the following database three errors:
i) Table 'thesteth_drpl1.actions_assignments' doesn't exist query: SELECT hook, op, aid, weight FROM actions_assignments WHERE hook = 'workflow' in /home2/thesteth/public_html/home/includes/database.mysql.inc on line 172.
ii) Table 'thesteth_drpl1.actions_assignments' doesn't exist query: INSERT INTO actions_assignments (hook, op, aid, weight) VALUES ('workflow', 'workflow-3', '', 0) in /home2/thesteth/public_html/home/includes/database.mysql.inc on line 172.