|
| A R C H I V E D M E S S A G E |
|
Subject: script produced no output |
| Posted: 04/29/2004 at 10:19:58 am |
| By: aprilkennedy |
| Hi Seth,
Wh have set up your form successfuly on a unix server. We are now on a windows box, and having trouble setting up the windows version of your script.
This is the error I get.
'c:\websites\vnzs8j\cgi-bin\bizmail.pl' script produced no output
It stalls after submitting the 1st page. (http://66.241.211.17/mForm2.htm)
However info on this form IS written to the database just fine.
It should go to the next page, (http://66.241.211.17/cgi-bin/credit.htm) and send an email, but does not.
We are using success.pl as well.
Any help in trouble shooting would be appreciated, as I am not a familliar with window server issues.
Thank you,
April | |
|
|
Subject: Re: script produced no output |
| Posted: 04/29/2004 at 10:35:55 am |
| By: Seth Knorr |
| Thats actualy a new error to me, never seen that one before... Looks almost like it is a custom error for that server you are on... In any case, Are you using the WINDOWS installation, or are you using the same LINUX version that you used on the Linux server.
Seth | |
|
|
Subject: Re: script produced no output |
| Posted: 04/29/2004 at 10:43:27 am |
| By: aprilkennedy |
| we are using the windows installation.
I did a google searh for that error and it seems to be a generic error like 500. I saw a reference to a wrong perl path so i have alredy played with the path. My host said that the perl script should execute automaticly, with the .pl extention. However I tried entering the direct perl path (provided by host), leaving the path out, and leaving your default path. so I don't think this is the problem.
My host has not been able to help me with error logs...kind of irritating.
Thanks in advance for your help.
April | |
|
|
Subject: Re: script produced no output |
| Posted: 04/29/2004 at 1:00:31 pm |
| By: aprilkennedy |
| Seth,
I finally got through to someone who could help me.
Here is the error message when the host ran it from a dos prompt and their comments:
Progress is good :-) Here's what we've been able to find so far when we ran the script from a DOS prompt.
String found where operator expected at bizmail.pl line 245, near "$value =~ s/% ([a-fA-F0-9][a-fA-F0-9])/pack(""
(Might be a runaway multi-line "" string starting on line 229)
(Missing semicolon on previous line?)
Out of memory!
Looks like it's a runaway loop..
Thanks Seth for your help
April
| |
|
|
Subject: Re: script produced no output |
| Posted: 04/29/2004 at 3:15:04 pm |
| By: Seth Knorr |
| Try downloading the windows version again. I made some enhancements that may work better on your server an enable it to work. Let me know how it works out...
Seth | |
|
|
Subject: Re: script produced no output |
| Posted: 04/29/2004 at 11:54:03 pm |
| By: aprilkennedy |
| thanks Seth,
I compared the line errors to a new download of the script and replaced a couple of lines that had gotten corrupted somehow.
It works now!!
Thanks so much for your great script, and support.
April | |
|
|