|
|
| Author |
Message |
samhinks
Joined: 06 Sep 2004 Posts: 1 Location: Scotland
|
Posted: Mon Sep 06, 2004 8:25 am Post subject: Warning/error message after hitting 'submit' |
|
|
On using the script I receive the following message (although the form handling still works in the background) Any ideas how to cure this.
I use a mac, downloaded the latest L10Fm scripting today and am stuck!
Warning: Cannot modify header information - headers already sent by (output started at /vol/home/macdonaldhinks/public_html/L10FmX.php:1) in /vol/home/macdonaldhinks/public_html/L10FmX.php on line 206 |
|
| Back to top |
|
 |
Bladefox3
Joined: 24 Nov 2004 Posts: 2 Location: Nassau, Bahamas
|
Posted: Tue Jul 26, 2005 12:27 pm Post subject: Having the same issue, but extra error |
|
|
========================================
Warning: mail(): SMTP server response: 451 See http://pobox.com/~djb/docs/smtplf.html. in X:\path\to\ktgcc.com\L10test\L10FmX.php on line 197
Warning: Cannot modify header information - headers already sent by (output started at X:\path\to\ktgcc.com\L10test\L10FmX.php:197) in X:\path\to\ktgcc.com\L10test\L10FmX.php on line 206
==========================================
it is weird. if i change the email address to one that is completely out of the range of the validreferrers list, it will give me and invalid email error. But the second i change it to a matchin email mail domain under the
recipient variable. It goes crazy with the error above. Some crepp about LF and CR's in that link it gives. Weird stuff. anyways.
Later.
Bladefox3 |
|
| Back to top |
|
 |
admin Site Admin
Joined: 10 Dec 2003 Posts: 70
|
Posted: Wed Jul 27, 2005 9:36 am Post subject: Script error |
|
|
"Cannot modify header information" means the script crashed. Line 206 contains code to redirect to a success page. Make sure the array
$formAction
includes a value for "redirect", and that the form does not pass a key named "form_action" to the script. |
|
| Back to top |
|
 |
|