Hi,
Could someone shed light on which modules dependent on Actions will or won't work with version 5.x-2.0? Simply looking for Drupal 6 compatibility won't work because obviously there are other things a module may need from Drupal 6, in addition to the new Actions branch.

I'm building a new site that won't go live for awhile (based in Drupal 5), but I want to make sure I don't break a lot of things at this stage. Breaking a few things is ok though ;)

Thanks for your help!
-Michael

Comments

chriso’s picture

Workflow module 5.x-1.2 fails, for one.

Just experienced this a moment ago: http://drupal.org/node/235830.

nonsie’s picture

Media Actions module fails with 5.x-2.0. Also I discovered that Actions 5.x-1.0 does not have triggers?

jvandyk’s picture

Please read the actions project page for the difference between actions 5.x-1.x and 5.x-2.x.

actdigital’s picture

Thanks for adding this, it helps clarify things a great deal.
-Michael

sunset_bill’s picture

Version: 5.x-2.0 » 5.x-2.3

I just had problems with workflow 5.x-2.0 as well.

Got this in Drupal:
warning: Invalid argument supplied for foreach() in /Library/WebServer/Documents/drupal-5.7/sites/all/modules/actions/actions.module on line 769.

then tried to add a story and got:
warning: Invalid argument supplied for foreach() in /Library/WebServer/Documents/drupal-5.7/sites/all/modules/actions/actions.module on line 769.

chrisfromredfin’s picture

Category: support » bug

I just got this downloading the newest version of the Actions module. This should be a bug report.

mysocom’s picture

warning: Invalid argument supplied for foreach() in C:\...\actions\actions.module on line 769.
I use node.module.path but problem is still there.

jvandyk’s picture

Status: Active » Fixed

The error warning: Invalid argument supplied for foreach() in C:\...\actions\actions.module on line 769 occurs when you have actions 5.x-2.3 installed, you have workflow 5-x-2.0 or 5.x-2.1 installed, and you haven't created any workflows.

Workaround: do not enable the workflow module until you are actually ready to create a workflow.

Solution: I have fixed this bug and the fix will appear in the next release of workflow module (5.x-2.2).

Please open a new issue for bug reports rather than adding to this thread.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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