Form SetUp

I have a form that’s been working up until now. But whenever I submit it now, it says its not allowed. I’ve looked and looked, but cannot see anything wrong in the source.

Is anyone able to run an eye over it to see if there’s anything that stands out.

One thing I have notices is that FW is not putting " around the POST i.e. method=POST and not method=“POST”. I did add these separately but it didnt change the outcome so I reverted back to FWs original upload.

Any help would be appreciated as I cannot figure out what to do next.

http://www.mercom.org/prizedraw.html

Regards


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Check the permissions on send.cgi. (s.b. 755) Also make sure that
file exists. Your error is being caused there, not in your page.

Walter

On Dec 19, 2007, at 7:25 AM, BigG wrote:

I have a form that’s been working up until now. But whenever I
submit it now, it says its not allowed. I’ve looked and looked, but
cannot see anything wrong in the source.

Is anyone able to run an eye over it to see if there’s anything
that stands out.

One thing I have notices is that FW is not putting " around the
POST i.e. method=POST and not method=“POST”. I did add these
separately but it didnt change the outcome so I reverted back to
FWs original upload.

Any help would be appreciated as I cannot figure out what to do next.

http://www.mercom.org/prizedraw.html

Regards


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter. Yes, the cgi file can be found at http://www.mercom.org/send.cgi and I have just changed the permissions to 755, but still no joy unfortunately.

Nathan


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I would check with your host, then The issue is coming from the
server’s CGI settings. The very fact that I am able to browse to the
CGI and read its source (EEEEK!) tells me that your server is not
processing it as a script – it’s being served out as plain text.

By the way, your form is perfectly fine, and the quotes or lack
thereof make no difference in HTML 4 Transitional. If you bump your
HTML level up to XHTML or HTML 4 Strict, you will see that you do
need them.

Walter

On Dec 19, 2007, at 8:45 AM, BigG wrote:

Thanks Walter. Yes, the cgi file can be found at http://
www.mercom.org/send.cgi and I have just changed the permissions to
755, but still no joy unfortunately.

Nathan


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter. As long as it’s OK my end then I can hastle the host.

Nathan


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

At 08:45 -0500 19/12/07, BigG wrote:

Thanks Walter. Yes, the cgi file can be found at
http://www.mercom.org/send.cgi and I have just changed the
permissions to 755, but still no joy unfortunately.

Are the htaccess rules set to allow execution of cgis wherever they
are? It used
to be normal to insist they were in a cgi-bin directory that was outside the
main published tree. Have you moved it?

David


David Ledger - Freelance Unix Sysadmin in the UK.
HP-UX specialist of hpUG technical user group (www.hpug.org.uk)
email@hidden
www.ivdcs.co.uk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options