[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-30 Thread Furry, Tim
Deb wrote: The following errors were found: Sorry, but I cannot figure out who sent you here. Your browser is not sending an HTTP_REFERER. Please use the back button to correct these errors. Paul added: Just did the same tests (test/333-333- the puterbug/333-333-) and it worked. The next

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-29 Thread puterbug.com
Ok Peoples, it seems the script used to create this particular form has a problem with Norton's firewall. It works fine on my laptop where there is no firewall installed, works fine on some other people's computers as well, but my desktop is where the problem seems to be. I just now tested

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-29 Thread Jan Major
Tom, You know, I don't know but the way I have mine is this: On the formmail cgi program I have: @valid_ENV = qw('REMOTE_HOST','REMOTE_ADDR','HTTP_REFERER'); and on my html form I have: input type=hidden name=env_report value=REMOTE_HOST REMOTE_ADDR HTTP_REFERER My cgi is not even passable,

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-28 Thread puterbug.com
But I don't use an http_referer on any of my pages, it was never there in the first place and I just checked some other forms, mine and others, and none of them have anything to do with an http_referer in them. I wouldn't know what the heck to do with an http_referer having no experience with

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-28 Thread Paul Larue
I don't get any thing like HTTP_referer on your request page... Sorry, I submitted the form with stupid stuff but still couldn't find anything... Any thing special you did to get the error? Paul -Original Message- From: puterbug.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28,

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-28 Thread puterbug.com
At 12:50 PM 5/28/2003 -0700, you wrote: I don't get any thing like HTTP_referer on your request page... Sorry, I submitted the form with stupid stuff but still couldn't find anything... Any thing special you did to get the error? Paul Hmmm, what the heck? Wonder if it was a temporary problem

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-28 Thread puterbug.com
At 12:50 PM 5/28/2003 -0700, you wrote: I don't get any thing like HTTP_referer on your request page... Sorry, I submitted the form with stupid stuff but still couldn't find anything... Any thing special you did to get the error? Paul I just tested it again from here, got the same error and I

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-28 Thread Paul Larue
Could you post the error you are getting, paste the page contents as well as the URL. That may help... Paul -Original Message- From: puterbug.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 2:04 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: anyone know what this error

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-28 Thread puterbug.com
At 01:11 PM 5/28/2003 -0700, you wrote: Could you post the error you are getting, paste the page contents as well as the URL. That may help... Paul It's exactly the same error as I put in my first post: = The following errors were found: Sorry, but I cannot figure out who

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-27 Thread Paul Larue
I think that the page is looking for the HTTP_REFERER header and doesn't find it. You won't get an HTTP_REFERER when you open the browser and type the address directly. You'll get one though if you clicked a link to get there or a form did or by some other means like redirection. Basically the