Closed (works as designed)
Project:
HTML Mail
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2009 at 22:07 UTC
Updated:
19 Jul 2009 at 20:49 UTC
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
Comment #1
Christopher Herberte commentedIn 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
Comment #2
Christopher Herberte commented