Thread: Forms
View Single Post
  #15 (permalink)  
Old 03-21-2004, 09:14 AM
Pilfo Pilfo is offline
WebProWorld Member
 
Join Date: Jul 2003
Location: Liverpool, England, United Kingdom
Posts: 55
Pilfo RepRank 0
Default

Hi Scott,

Many thanks for your help. I have made the neccessary changes to the FormMail script...but now I get the following error message:-

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. This is typically a problem if the script was edited or uploaded from a DOS/Windows/Macintosh station to a unix based server.
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/.

I have checked the script as above, and altered '#!/.../perl' to '#!/.../perl--' as that is what my hosting server recommends anyway.

I used notepad as I don't have wordpad. Could it be that I have not uploaded in ascii mode? How do I do that?

Best regards
Pilfo
__________________
RSD Hygienics Limited
Manufacturers & Suppliers of the 'Bidet-Loo', an add-on bidet system.

http://www.bidet-loo.co.uk
...the flowing answer to personal hygiene
Reply With Quote