Closed (fixed)
Project:
Buddylist2
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2007 at 12:09 UTC
Updated:
17 Jan 2008 at 08:33 UTC
When pressing the add button the following error occur:
Fatal error: Call to undefined function: workflow_ng_invoke_event() in /usr/local/psa/home/vhosts/hokkaido.globat.com/somnium/httpdocs/sites/all/modules/BuddyAPI/buddy_api.module on line 271
Comments
Comment #1
nodestroy commentedHi,
have you workflow_ng installed? are you using buddylist_ui as userinterface?
if (module_exists('workflow_ng')) {
$buddyinfo['notification'] = buddy_api_messages($op, $userA, $userB, $buddyinfo);
workflow_ng_invoke_event('buddy_'.$op, $userA, $userB, $buddyinfo); <- error
}
it seems, that you have workflow_ng enabled?
regards,
dominik
Comment #2
Sooki commentedYes to both questions. I have workflow_ng and using the buddylist_ui.
Regards,
Sooki
Comment #3
nodestroy commentedi´m sorry, but i can´t reproduce this error here on my system. maybe you have to download the newest workflow module.
regrets,
dominik
Comment #4
nodestroy commentedComment #5
nodestroy commented