Closed (fixed)
Project:
Workflow
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2008 at 15:50 UTC
Updated:
25 Mar 2008 at 15:51 UTC
When I try to add an action to a state transition on the "Workflow actions" I get the following php error:
(PHP Fatal error: Call to undefined function actions_key_lookup() in /modules/workflow/workflow.module on line 1429, referer: /?q=admin/build/workflow/actions/2).
I downloaded the 5.x version of the module and am running a 5+ version of drupal.
Related Modules also installed:
Actions
Comments
Comment #1
GreenBayNet commentedAnyone encounter this problem or have a solution. I redownloaded workflow and reuploaded all the files just to make sure nothing was missed.
Comment #2
jvandyk commentedAre you using actions 5.x-2.0? Only actions 5.x-1.0 is compatible with workflow b/c workflow 5.x-1.2 supplies an actions 5.x-1.0-style action. Clearly workflow needs a new release with one of the new actions 5.x-2.0 (that is, Drupal 6-style) actions.
Comment #3
GreenBayNet commentedYes I was using 5.x-2.0. Thanks for the info, I'll try 5.x-1.0 and see if that alleviates the error. Thanks.
Comment #4
GreenBayNet commentedI went to the older version of actions and everything works great. Thanks for the help jvandyk.
Comment #5
jvandyk commented