Hi,
I recently installed the SimpleNews module 6.x-1.0-rc5 into my Drupal 6 site. In order to send HTML mail, Mime Mail is required. I installed the Mime Mail 6.x-1.x-dev module and get the error:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /(my site path)/drupal/includes/theme.inc on line 921.
Uninstalling Mime Mail removes the Warning error.
Anyone encounter this? Anyone sending HTML mail in D6?? Any workarounds? What is a function.array-merge?
Thanks!
Jerry
Comments
Comment #1
jerdavisI'm going to need a bit more context here. When was that error occuring? Upon sending a newsletter?
I haven't seen other reports of this error, nor have I experienced it in my testing.
Jer
Comment #2
mcfilms commentedHi jerdavis,
I also posted this in the general forum. I got a reply that led me to the culprit.
See:
http://drupal.org/node/374840
I marked this issue closed, because it really seems to have more to do with my install of DevTools and the theme agent. As I said, I had "Rebuild theme registry on every page." enabled. Unchecking that fixed it.
Thank you, by the way. I am now happily sending HTML mail and attachments withoout a problem. (Except when using AdvacedUser, but that's not your problem.)