PDA

View Full Version : Problems with FormMail Script


froggy
05-19-2005, 03:24 AM
I got a problem with a FormMail cgi, nothing seems to happen when the form is submitted from the html form page.

some of the parameters:
the path to sendmail is /usr/sbin/sendmail (according to my host)

this is from the html:
<form method="POST" action="https://www.nar.org.au/bin/FormMail.pl">

1st line of FormMail.pl: #!/usr/bin/perl -wT

$mailprog = '/usr/sbin/sendmail -oi -t';

I got no idea what happens when the for is submitted, no trace of anything.

BTW the access for FormMail.pl is set to 755

Any suggestions

froggy
downunder

froggy
05-20-2005, 04:07 AM
I got this msg from my host: https isn't turned on, use http instead

Great, that would fix my problem - alas no, I get this error msg now
The requested URL was not found on this server

I have cut my test page to a very simple form:
http://www.nar.org.au/test_contact_us.htm

Any suggestions, I am at wits end at the moment.

Froggy