|
| A R C H I V E D M E S S A G E |
|
Subject: Tired of INTERNAL ERROR, Please help... |
| Posted: 06/29/2004 at 8:01:44 pm |
| By: quinn |
| Hi Seth,
I am using Window XP, Apache2, and perl 5.8. I tested the perl and it work fine. configer the bizmail and everything. Here what i got the error message:
[Tue Jun 29 22:43:50 2004] [error] [client 192.168.1.1] syntax error at C:/Network/Apache2/cgi-bin/bizmail.pl line 253, near "$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack(""
, referer: http://right-cost.homelinux.com/bizmail.html
Do you have any ideas that can help me out at this point.
thanks | |
|
|
Subject: Re: Tired of INTERNAL ERROR, Please help... |
| Posted: 06/30/2004 at 6:54:58 am |
| By: quinn |
| I check log again and i see this:
[Wed Jun 30 09:37:28 2004] [error] [client 192.168.1.1] Premature end of script headers: bizmail.pl, referer: http://right-cost.homelinux.com/bizmail.html
[Wed Jun 30 09:37:28 2004] [error] [client 192.168.1.1] String found where operator expected at C:/Network/Apache2/cgi-bin/bizmail.pl line 253, near "$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack(""
, referer: http://right-cost.homelinux.com/bizmail.html
[Wed Jun 30 09:37:28 2004] [error] [client 192.168.1.1] (Might be a runaway multi-line "" string starting on line 236)
, referer: http://right-cost.homelinux.com/bizmail.html
[Wed Jun 30 09:37:28 2004] [error] [client 192.168.1.1] (Missing semicolon on previous line?)
, referer: http://right-cost.homelinux.com/bizmail.html
[Wed Jun 30 09:37:28 2004] [error] [client 192.168.1.1] syntax error at C:/Network/Apache2/cgi-bin/bizmail.pl line 253, near "$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack(""
, referer: http://right-cost.homelinux.com/bizmail.html
[Wed Jun 30 09:37:28 2004] [error] [client 192.168.1.1] Execution of C:/Network/Apache2/cgi-bin/bizmail.pl aborted due to compilation errors.
, referer: http://right-cost.homelinux.com/bizmail.html
thanks for you help
Quinn | |
|
|
Subject: Re: Tired of INTERNAL ERROR, Please help... |
| Posted: 07/01/2004 at 7:15:50 am |
| By: Seth Knorr |
| it looks as if one of a couple things is wrong:
1. did your remember the \ before the @ sign when configuring the send to and cc to email address.
2. is the path to perl correct at the top of bizmail.cgi OR bizmail.pl
3. Did you upload the MIME folder to the cgi-bin and chmod the MIME folder and Lite.pm which is located in this folder to 777.
4. ARE YOU SURE the path to SMTP is correct?
These are the first basics, also have you changed the script in anyway other than what you are supposed to configure. Make sure you did not acidently delete any code.
Seth | |
|
|
Subject: Re: Tired of INTERNAL ERROR, Please help... |
| Posted: 07/01/2004 at 3:54:42 pm |
| By: quinn |
| 1. Yes, i check the sign and it is right.
2. yes, under win32, i used the path to perl like this: #!perl.exe . Or something else you would recomment?
3. yes, upload and CHMOD is fine.
4. If i using smtp.comcast.net, is that fine?
am i get wrong somewhere else? I did seen a success page one! Then never see it again but the Internal Server error. | |
|
|
Subject: Re: Tired of INTERNAL ERROR, Please help... |
| Posted: 07/09/2004 at 7:14:24 am |
| By: Seth Knorr |
| It could be it just won't run on your server configuration for win32.
Seth | |
|
|
Subject: Re: Tired of INTERNAL ERROR, Please help... |
| Posted: 07/09/2004 at 7:15:47 am |
| By: Seth Knorr |
| Side note, There will soon be available a PHP version of this script that will be more friendly towards windows.
You will be able to download it off of the new site at:
http://www.formtofile.com/
You should be able to download it by this evening.
Seth | |
|
|
Subject: Re: Tired of INTERNAL ERROR, Please help... |
| Posted: 07/11/2004 at 3:26:54 pm |
| By: quinn |
| wow.. that is great. Thanks so much Seth | |
|
|
Subject: Re: Tired of INTERNAL ERROR, Please help... |
| Posted: 07/11/2004 at 7:39:41 pm |
| By: Seth Knorr |
| did it work for you?
Seth | |
|
|