[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] CGIWrap Error: Script Execution Failed
- Subject: [cobalt-users] CGIWrap Error: Script Execution Failed
- From: "Mark G. Castillo" <mark@xxxxxxxxxxxxxxxx>
- Date: Fri Jun 9 11:14:45 2000
Okay,
I got the form to find the script, but now I get an error:
CGIWrap Error: Script Execution Failed
Followed by:
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/.
I checked the first line of the script, which appears to be correct:
#!/usr/bin/perl
And I did upload it in ASCII. Any ideas? Do I have to do something to
CGIWrap? I know it's Friday, but can we get some help over here?
Mark.