I get this error when i try to save my node (assigned to a workflow)
Call to undefined function _trigger_get_hook_aids()
Thanks
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
Comment #1
prosk commentedExcuse me the error appears in workflow.module.
Comment #2
jvandyk commentedEnabling 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.
Comment #3
prosk commentedThanks for your quick response
Comment #4
jvandyk commentedFixed by using module_exists('trigger') as the test.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.