I get this error when i try to save my node (assigned to a workflow)

Call to undefined function _trigger_get_hook_aids()

Thanks

Comments

prosk’s picture

Excuse me the error appears in workflow.module.

Call to undefined function _trigger_get_hook_aids() in /home/webroot/httpinfhonet/www/sites/all/modules/workflow/workflow.module on line 898
jvandyk’s picture

Enabling the trigger module will make the error go away, but we definitely need to fix this; workflow should not require trigger module to be enabled.

prosk’s picture

Thanks for your quick response

jvandyk’s picture

Status: Active » Fixed

Fixed by using module_exists('trigger') as the test.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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