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

GreenBayNet’s picture

Anyone encounter this problem or have a solution. I redownloaded workflow and reuploaded all the files just to make sure nothing was missed.

jvandyk’s picture

Are 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.

GreenBayNet’s picture

Yes 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.

GreenBayNet’s picture

I went to the older version of actions and everything works great. Thanks for the help jvandyk.

jvandyk’s picture

Status: Active » Closed (fixed)