From: SourceForge.net <no...@so...> - 2008-02-11 20:01:49
|
/mod/article item #1891422, was opened at 2008-02-11 14:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=1891422&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas de Jesus (trf000) Assigned to: Nobody/Anonymous (nobody) Summary: E-mail Article Initial Comment: Email article not working. I found a few missing {} in A_Mail.php. line 107: $tags['BACKLINK'] = '['..']'; i changed to $tags['BACKLINK'] = '["../"]'; that helped but i still get the following Notice and Warning: Notice: Undefined variable: error in E:\InetPub\webdev\mod\article\inc\A_mail.php on line 126 Warning: Invalid argument supplied for foreach() in E:\InetPub\webdev\mod\article\inc\A_mail.php on line 126 then when trying to send the mail i get: ERROR: The string you entered for the image verification did not match what was displayed. on linux, it will send the mail minus any content. On IIS it will not send mail at all. server is configured to send mail properly as maililist and user signup modules work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=1891422&group_id=81360 |