First attempt........having a few problems

Hi. I have just installed the latest formmail on my Windows-IIS 6 server (which supports php5). I added the form fields and edited the php as instructed in the docs. However when I tried sending a message thru the form I got the errors below. I didn't think I had to edit any of that, do wondering whast gone wrong? Yhks.
"
Notice: Undefined index: mail_newline in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 374

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined index: alias_method in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 403

Notice: Undefined variable: return_path in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 427

Warning: Cannot modify header information - headers already sent by (output started at E:\wwwroot\www.bordergp.org.au\processformmail.php:374) in E:\wwwroot\www.bordergp.org.au\processformmail.php on line 571
[PHPFormMail] Normal e-mail sent from IP 124.184.227.130

"

Here's my form code

Personal Information
Name

Address

City

Postcode

State

Email

Phone

Your Message
Subject

Message

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

I used // Report simple

I used // Report simple running errors
error_reporting(E_ERROR | E_WARNING | E_PARSE); at the top of the script and now it all works just fine.

This is caused by the

This is caused by the windows version of PHP having a different error level set. I wish they would keep them the same but oh well :)

-Andrew M Riley

Powered by Drupal - Design by Artinet Copyright 2004 Consilium Enterprises LLC (Owned by Andrew M. Riley)