Hi, I am new, and I have no idea if this is the right forum for this problem!
I am trying to install a cgi/perl form processor.
I am trying to use a form called form2email, which can be found on
http://www.form2email.net/
I got this form from a DA reccomended script website.
When I try to "submit" my form, which can be found at
http://www.drinkmealice.org/framelist.htm
I get a Internal Server 500 error.
The form2email FAQ's say:
Q) What is "Error 500 Internal Server Error"?
A) The Path to Perl or CHMOD of your file or directory may be wrong. Try CHMOD all the files and directory again. Your server may not like the CHMOD setting ask you host what you should be using. Check you did not open the script with anything other than notepad. Check your log to find out more.
Also try putting the code below directly after your Path to Perl this will stop and report the script error in more detail.
The file is form2email.pl, which I have uploaded to my cgi-bin. I have set the CHMOD to 755 (which is reccomended but does not work). I have also set it to 775 and this does not work, either. I currently have the mail sender set to:
my $mailprog = '/usr/sbin/exim';
and the perl path set to:
#!/usr/bin/perl
which my host says is correct.
so why is it still not working?
thanks in advance!
I am trying to install a cgi/perl form processor.
I am trying to use a form called form2email, which can be found on
http://www.form2email.net/
I got this form from a DA reccomended script website.
When I try to "submit" my form, which can be found at
http://www.drinkmealice.org/framelist.htm
I get a Internal Server 500 error.
The form2email FAQ's say:
Q) What is "Error 500 Internal Server Error"?
A) The Path to Perl or CHMOD of your file or directory may be wrong. Try CHMOD all the files and directory again. Your server may not like the CHMOD setting ask you host what you should be using. Check you did not open the script with anything other than notepad. Check your log to find out more.
Also try putting the code below directly after your Path to Perl this will stop and report the script error in more detail.
The file is form2email.pl, which I have uploaded to my cgi-bin. I have set the CHMOD to 755 (which is reccomended but does not work). I have also set it to 775 and this does not work, either. I currently have the mail sender set to:
my $mailprog = '/usr/sbin/exim';
and the perl path set to:
#!/usr/bin/perl
which my host says is correct.
so why is it still not working?
thanks in advance!