From: SourceForge.net <no...@so...> - 2003-09-28 14:52:39
|
Support Requests item #814010, was opened at 2003-09-28 09:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425770&aid=814010&group_id=39625 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kay (parlorfsfp) Assigned to: Nobody/Anonymous (nobody) Summary: FormMail help Initial Comment: Hello, I could use a little help with my FormMail. I know you are busy (sorry) I have uploaded it as a '.pl' and as a '.cgi' and I keep getting a 404 error. With my form having either of these line: <form method="post" action="/sbin/FormMail.cgi"> <form method="post" action="/sbin/FormMail.pl"> I get these errors: http://www.fs-fp.com/sbin/FormMail.cgi HTTP 404 not found OR http://www.fs-fp.com/sbin/FormMail.pl HTTP 404 not found I also have this line in my form: <input type="hidden" name="redirect" value="http://www.fs-fp.com/index.html"> which is not working. My webserver says my paths to mailhost, mailpath and sendmail, etc are: /usr/sbin/sendmail or /usr/sbin/exim The first line of my FormMail is: #!/usr/sbin/sendmail -wT And here's the info in FormMail: $DEBUGGING = 1; $emulate_matts_code= 0; $secure = 1; $allow_empty_ref = 1; $max_recipients = 1; $mailprog = '/usr/sbin/sendmail -oi -t'; $postmaster = 'of...@fs...'; @referers = ('www.fs-fp.com'); @allow_mail_to = qw(of...@fs... mail.fs- fp.com); @recipients = (); %recipient_alias = (); @valid_ENV = qw(REMOTE_HOST REMOTE_ADDR REMOTE_USER HTTP_USER_AGENT); $locale = ''; $charset = 'iso-8859-1'; $date_fmt = '%A, %B %d, %Y at %H:%M:%S'; $style = ''; $no_content = 0; $double_spacing = 0; $wrap_text = 1; $wrap_style = 1; $send_confirmation_mail = 0; $confirmation_text = <<'END_OF_CONFIRMATION'; From: of...@fs... Subject: Re: Your On-Line Pre-Arrangement Thank you for completing the Pre-Arrangement form. We will be contacting you within a few days. Family Services Funeral Parlor END_OF_CONFIRMATION # You may need to uncomment the line below and adjust the path. # use sbin './sbin'; # USER CUSTOMISATION SECTION # -------------------------- # Place any custom code here # USER CUSTOMISATION << END >> Also, please note how I changed the line that reads: # You may need to uncomment the line below and adjust the path. # use sbin './sbin'; Hope I have given you the correct info and not too much. Thank you for any help you can give me. Kay ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425770&aid=814010&group_id=39625 |