----- Original Message -----
Sent: Wednesday, February 02, 2000 4:10
PM
Subject: Re: [cobalt-users] Help - - -
Running Formail on RaQ2
If you can be a bit more specific, maybe I can help. I use a
formmail script, and I have no problems. It's just like any other script. I
can email you mine if that helps.
As a non-programmer though, I am looking for a formmail script with an easy
to setup required fields option if anyone has one.
Fred
Julian Carter wrote:
Question: One of our customers
is running FormMail and is ending up with the generic message when you try
to run the script.Has anyone successfully ran the
FormMail Script ? If so can they point me in the direction of what needs to
be done to get this working.I don't have that much
exp in this sort of stuff, just running the business side of things. But am
learning quickly ! :-) Thanks Julian CGIWrap
encountered an error while attempting to execute this script:
- Error Message: Permission denied
- Error Number: 13
This
message usually indicates there is a problem with the script itself. Often
this indicates either that the #! line of the script is incorrect, or the
script was uploaded in binary mode instead of ascii mode. Check to make sure
that the script does not have control-M's at the end of every line. That
will prevent it from executing. An easy fix that takes care of this most of
the time is to put '#!/.../perl --' instead of '#!/.../perl' on the first
line of the script.
If you are not the owner of this script, please forward
this error and the URL that caused it to the script owner. That is often the
component in the URL right after
/cgiwrap/.