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

smahnken’s picture

I 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.

moshe weitzman’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.