[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Help - - - Running Formail on RaQ2
- Subject: RE: [cobalt-users] Help - - - Running Formail on RaQ2
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Wed Feb 2 02:40:38 2000
I use Matt Wright's FormMail.pl from http://www.worldwidemart.com/scripts/
and it works fine. <input type="hidden" name="required"
value="field_name,field_name2,"> etcl. Just change the Sendmail to
/usr/sbin/sendmail and you should be all set.
--
Dan Kriwitsky
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of
fred@xxxxxxxxxxxxxxxx
Sent: Wednesday, February 02, 2000 12:11 AM
To: cobalt-users@xxxxxxxxxxxxxxx
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/.