| User | Post |
|
10:45 am March 10, 2011
| SamanthaE
| | |
| |
|
|
Hi,
I just updated to the new Formidable 1.04.07, and also updated WordPress to 3.1. Since updating my forms aren't going through and I get the error message below.
I have deactivated then reactivated Formidable, and have deleted the plugin and reinstalled and still get this same error.
 

|
|
|
11:13 am March 10, 2011
| dgodfather
| | |
| |
|
|
I assme you've been able to send emails in the past and that your host supports SMTP?
|
|
|
11:29 am March 10, 2011
| SamanthaE
| | |
| |
|
|
Yep, we were receiving emails right before we updated.
|
|
|
11:36 am March 10, 2011
| Steph
| | |
| |
|
|
Maybe you can try making one change? Please open formidable/classes/models/FrmNotification.php and change line 70 from this:
$header = "From: \"{$reply_to_name}\" <{$reply_to}>";
to this:
$header = "From: \"{$reply_to_name}\" <{$reply_to}>\r\n";
Please let us know if that helps or not.
|
|
|
12:01 pm March 10, 2011
| SamanthaE
| | |
| |
|
|
Thanks for the suggestion!
I made the update and it's still giving the same error, unfortunately.
|
|
|
12:39 pm March 10, 2011
| Steph
| | |
| |
|
|
Up for trying something else out? If so, please try changing line 65 from this:
$message = wordwrap(stripslashes($message), 70);
to this:
$message = wordwrap(stripslashes($message), 70, "\r\n");
|
|
|
2:19 pm March 10, 2011
| SamanthaE
| | |
| |
|
|
This resolved it! All test messages came through now.
Thanks so much for your help!
|
|
|
10:12 am March 11, 2011
| Steph
| | |
| |
|
|
Thanks for reporting back and the troubleshooting help. Much appreciated!
|
|