Problem activating Events Manager Version 5.2.6 in WordPress Version 3.4.2
-
Dear WordPress enthusiasts,
I’ve problem activating Events Manager Version 5.2.6 in WordPress Version 3.4.2
The plugin downloads and installs successfully.
While the plugin is activated the WordPress Dashboard is not accessible.
This may have caused because of error of somekind.
from the error_log I’ve found the following error[21-Oct-2012 12:00:42 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘add_warp’ not found or invalid function name in /home/site/public_html/renewchurch/wp-includes/plugin.php on line 403
From my past experience I’ve noticed that the use this function with valid callback will solve the problem.
call_user_func_array() is used on the following file
events-manager/classes/phpmailer/class.phpmailer.php
line number 2521protected function doCallback($isSent, $to, $cc, $bcc, $subject, $body) {
if (!empty($this->action_function) && function_exists($this->action_function)) {
$params = array($isSent, $to, $cc, $bcc, $subject, $body);
call_user_func_array($this->action_function, $params);
}
}I’m not sure what to do with this but hope I’ll find a solution.
Kind Regards
- The topic ‘Problem activating Events Manager Version 5.2.6 in WordPress Version 3.4.2’ is closed to new replies.