Closed (fixed)
Project:
Workflow-ng
Version:
5.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2008 at 04:56 UTC
Updated:
26 Sep 2008 at 21:45 UTC
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
Comment #1
fagohm, I had not noticed that backport previously. Tthe API is very similar with worklow-ng, so actions 2.x and workflow-ng are incompatible.
Comment #2
scedwar commentedI 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?
Comment #3
fagoWorkflow-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.
Comment #4
clemens.tolboomfwiw: please note this incompatibility on the project page!
Comment #5
Antinoo commentedI'm having the "Cannot redeclare system_action_info()" error, too. :(
Comment #6
scedwar commented