Fatal error: Call to undefined function mailhandler_cron_retrieve() in /home/wwwpar7/public_html/wedding/modules/mailhandler/mailhandler.module on line 16
Every time I manually execute cron, timeout in logs...
Any ideas? Have the most recent core release.
Comments
Comment #1
smahnken commentedI have the same problem. Based on the documentation found at http://api.drupal.org/api/function/module_load_include/6 it looks like there's an error in mailhandler's inclusion of its cron function.
Change line 16 in mailhandler.module to read:
module_load_include('inc', 'mailhandler', 'mailhandler.retrieve');
That solves the problem for me.
Comment #2
moshe weitzman commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.