warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'token_rules_input_evaluator_apply' was given in /var/www/megobroba.org/sites/all/modules/rules/rules/rules.input_evaluators.inc on line 54.

Comments

irakli’s picture

Note to self: the error is being thrown by the following code on line 29 of friendlist_rules.module:

rules_invoke_event("friendlist_$op", $requester_obj, $requestee_obj, $rtid, $message, $old_status, $new_status, $user_generated);
irakli’s picture

Status: Active » Closed (duplicate)

Ouch,

this apparently duplicates: http://drupal.org/node/364389 and the solution is to install latest Token and Rules DEV Snapshots.

Will update module page so that other people do not miss that (even though it is already mentioned in the requirements)