Hi,

I upgraded Actions to 5.x-2.0 and I got the following error:

Fatal error: Cannot redeclare node_action_info() (previously declared in /var/www/drupal/html/sites/all/modules/actions/actions.module:1339) in /var/www/drupal/html/sites/all/modules/workflow_ng/workflow_ng/modules/workflow_ng_node.inc on line 183

I've posted this under Actions as well (http://drupal.org/node/235612) but figured it couldn't hurt to post it here.

Comments

fago’s picture

hm, I had not noticed that backport previously. Tthe API is very similar with worklow-ng, so actions 2.x and workflow-ng are incompatible.

scedwar’s picture

I get a similar problem:

Fatal error: Cannot redeclare system_action_info() (previously declared in /home/user/public_html/sites/all/modules/actions/actions.module:1050) in /home/user/public_html/sites/all/modules/workflow_ng/workflow_ng/modules/workflow_ng_system.inc on line 156

Is this likely to be fixed?
Does actions 2.0 now duplicate the functionality of workflow_ng?

fago’s picture

Workflow-ng can't fix this as it's faaar to late for an API change now.

Yes actions 2.0 is similar to workflow-ng, it triggers action execution where workflow-ng triggers rule evaluation.

clemens.tolboom’s picture

fwiw: please note this incompatibility on the project page!

Antinoo’s picture

I'm having the "Cannot redeclare system_action_info()" error, too. :(

scedwar’s picture

Status: Active » Closed (fixed)