I'm trying to add an action to the creation -> state 1 transition. Any action I choose results in:

Fatal error: Call to undefined function actions_key_lookup() in /home/user/public_html/sites/all/modules/workflow/workflow.module on line 1442

I'm using the latest Actions release and Workflow release so it looks like there have been api changes.

Comments

jvandyk’s picture

Status: Active » Closed (fixed)

You need actions 5.x-1.0. See the actions page. Compatibility with Drupal-6-style actions is being worked on.

scedwar’s picture

Project: Workflow » Actions
Version: 5.x-1.2 » 5.x-2.0
Status: Closed (fixed) » Active

Thanks - I didn't pick up from the module page that it was incompatible, just that it used the old style. Can the front page text be changed to make it clear the two are incompatible and will NOT work at the moment. Cheers, Stephen

jvandyk’s picture

Status: Active » Fixed

Both actions and workflow project pages say this now.

scedwar’s picture

That is much better, but maybe change:

"The two are not compatible."

to something like the following (maybe with some bold, and stick it in the release notes as I'm as guilty as many for only checking the release notes when doing a stable version upgrade that is picked up by update status):

"The two are not compatible. If you choose the wrong version of the actions you will get FATAL error messages. Please consider carefully other modules you are using that depend on actions:"

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.