Having upgraded to 6.1.2 thanks to the header fix being included, I'm now getting the following error when an e-mail is sent:

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'theme_htmlmail' was given in /home/annalin1/public_html/includes/theme.inc on line 617.

Going back to 6.1.1 for now!

Thanks,

Adam

Comments

Christopher Herberte’s picture

In 6.x-1.2 the theme functions were broken out into a template. Go to admin/settings/performance and "Clear cached data" after upgrading, or run update.

If you have overrides in your theme's template.php these will need to be moved to htmlmail.tpl.php

Christopher Herberte’s picture

Status: Active » Closed (works as designed)