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

nodestroy’s picture

Hi,

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

Sooki’s picture

Yes to both questions. I have workflow_ng and using the buddylist_ui.

Regards,
Sooki

nodestroy’s picture

Priority: Normal » Minor

i´m sorry, but i can´t reproduce this error here on my system. maybe you have to download the newest workflow module.

regrets,
dominik

nodestroy’s picture

Status: Active » Closed (fixed)
nodestroy’s picture

Project: » Buddylist2