Closed (fixed)
Project:
Mail System
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Apr 2011 at 13:49 UTC
Updated:
27 Apr 2011 at 03:11 UTC
I cannot select to send html mail in the "default mail system" box, with the HTML mail module installed on a drupal 6 installation
the new settting box adds my module and key NOT in the cbo but like in the image attached
So all mails are now sent as plain text, please help!
Comments
Comment #1
yeaha commentedforgot to say I got this error when running the update.php script after installing html mail module:
Invalid argument supplied for foreach() in serverpath/drupal/update.php on line 338
array_merge() [function.array-merge]: Argument #2 is not an array in serverpath/drupal/update.php on line 174.
array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in 'serverpath/sites/all/modules/contrib/mailsystem/mailsystem.admin.inc on line 136.
Comment #2
pillarsdotnet commentedPlease re-try with the latest versions of HTML Mail, which adds some sanity checks for required dependencies.
If the array_flip() error re-occurs, could you please post the result of this query?
Comment #3
pillarsdotnet commentedFixed in 6.x-1.9 release. Sorry for the inconvenience.
Comment #4
yeaha commentedthank you, i reinstalled the modules and now it works to send html mail
Comment #5
pillarsdotnet commented