Closed (fixed)
Project:
tellafriend
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2008 at 03:44 UTC
Updated:
18 Jan 2009 at 16:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
Militopedia commentedHi there,
I got the same error message. I am not a programmer but when I changed line 453 of the tellafriend.module from
$message['headers'] = array_merge($message['headers'], $params['headers']);
to
$message['headers'] = array_merge($message['headers']);
there was no error message anymore and everything worked properly. I received the e-mail and the content was ok.
Perhaps the creator of the module has a neater way to solve this problem. By the way, thanks a lot for developing this!
Cheers,
Roger
Comment #2
ryan_courtnage commentedit's better to check if $params['header'] is set, and use it if available. Patch attached
Comment #3
intertik commentedI applied the answer from Militopedia and worked out fine... thanks!
Plus I have no clue how to install a patch (I tried before without success) but thank you anyways for sending it.
(by the way if you can tell me how to install a patch it'll be great).
------------------------------------------------------------
www.InterTik.com - Online Shopping Directory
Visit Us Before Buying Anything Online!
------------------------------------------------------------
Comment #4
thierry_gd commentedFixed in 6.2.8 version