Closed (cannot reproduce)
Project:
Webform
Version:
6.x-3.18
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2011 at 05:26 UTC
Updated:
4 Jul 2014 at 00:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
esbon commentedHave the same problem, but it did not get rid of the error messages. Thanks for the tip
Comment #2
quicksketchHi guys, could you tell me what (if any) modules you're using related to e-mails? Are you doing any custom theming of your e-mails? Can this be reproduced on a clean install? Currently I'm not seeing this issue and these are the only reports of it.
Comment #3
esbon commentedI am using mimemail with only the default mail.css altering the width of the email
Comment #4
quicksketchStill haven't been able to reproduce this issue. Please reopen if you can provide steps to reproduce from a clean Drupal install, including all version numbers of installed modules.
Comment #5
ben.denham commentedWe are experiencing the same issue, and we are not using any additional modules relating to emails.
We are using Webform 6.x-3.18
I have attached a patch for the fix in the original issue.
Comment #6
quicksketch@ben.denham: Please provide instructions on reproducing this problem from a clean install of Webform. As far as I can tell, there isn't a problem here. The only way I could see this problem happening would be if theme_webform_email_headers() was overridden in your theme and you returned an empty string (instead of an empty array).
Comment #7
DeNelo commentedI get this error in 7.x-4.0-beta1.
I have added the following to template.php:
The error is:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array i webform_mail() (linje 1954 af /home/mysite/public_html/sites/all/modules/webform/webform.module).
Warning: Invalid argument supplied for foreach() i DefaultMailSystem->mail() (linje 54 af /home/mysite/public_html/modules/system/system.mail.inc).
Warning: array_merge() [function.array-merge]: Argument #2 is not an array i webform_mail() (linje 1954 af /home/mysite/public_html/sites/all/modules/webform/webform.module).
Warning: Invalid argument supplied for foreach() i DefaultMailSystem->mail() (linje 54 af /home/mysite/public_html/modules/system/system.mail.inc).
Applying the "fix" in #0 removes the error.
I haven't any mail-related modules installed.
Comment #8
DeNelo commentedFollowup on #7:
Outlook reports the following headers:
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8Bit
X-Mailer: Drupal
Text/plain?
Comment #9
danchadwick commentedClosed for lack of activity