Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: Help!! Script Execution Error  (Read 1118 times)
0 Members and 1 Guest are viewing this topic.
JasonSP
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« on: May 28, 2002, 08:52:00 PM »

I keep getting the following error:

Script execution error
Unable to execute script due to a configuration problem.
Please notify the webmaster of this error.

exec() returned: 2: No such file or directory


Thanks to anyone who can lend me a hand here!

Jason

Logged
TubaDave
New Member
*

Karma: 0
Offline Offline

Posts: 0

Student


WWW
« Reply #1 on: May 28, 2002, 10:29:00 PM »

Ummmmm, there's nowhere near enough information there to figure out what's going on, so I'll just throw out a bunch of questions for you to check on.

Can you give us a URL?
Did you run debug.pl, and did it give you the same error?
Did you make sure the script was uploaded in ASCII (or use install.bat)?
What version of perl are you running?
Is the path to perl correct at the top of each script?

------------------
David Whittaker
http://www.uabcm.com/
http://www.csworkbench.com/

Logged

JasonSP
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #2 on: May 29, 2002, 09:58:00 AM »

Thanks for your help.

The URL is: http://www.freewayplanet.com/cgi-bin/calendar_admin.pl

I did run the debug.pl file and I was getting the same error.

I used the install.bat file to upload the files and also checked to make sure the files had the correct permissions set.

I was told the server was running Perl5.

Yes the path to Perl should be correct.

Thanks for any help you can provide me because this is driving me crazy!

JasonSP

------------------

Logged
Jason S
New Member
*

Karma: 0
Offline Offline

Posts: 3


WWW
« Reply #3 on: May 29, 2002, 11:40:00 AM »

I have not come across this error before.  What web host are you using?
Logged
JasonSP
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #4 on: May 29, 2002, 05:01:00 PM »

The server provider is www.interland.com.

Is that what you are asking about?

Thanks,
Jason

------------------

Logged
TubaDave
New Member
*

Karma: 0
Offline Offline

Posts: 0

Student


WWW
« Reply #5 on: May 29, 2002, 05:59:00 PM »

Do you have access to your error logs?  If so, go and load the web page once, then, as soon as possible, check the end of the error logs (with unix's tail function if you're on a unix/linux server).  There might be a more descriptive error message in there.

Also, you might want to write a simple little script like:

code:

#!/usr/bin/perl
#make sure the line above is the correct path to perl!

print "Content-type:text/html\n\n";

print "<table><tr><td align=right>key</td><td>value</td></tr>";
foreach (keys %ENV)
{
 print "<tr><td align=right>$_</td><td>$ENV{$_}</td></tr>";
}
print "</table>";


That will print out all the environment variables that the web server provides, and might give us a clue as to what's going on.  So go ahead and copy that into a file, call it printenv.pl, and upload it to your server.  Let me know when you get it working.

------------------
David Whittaker
http://www.uabcm.com/
http://www.csworkbench.com/

Logged

Jason S
New Member
*

Karma: 0
Offline Offline

Posts: 3


WWW
« Reply #6 on: May 30, 2002, 11:20:00 AM »

I asked because people were having trouble with setting up the calendar on readyhosting and I wanted to make sure you were not in that boat.

Jason S

[This message has been edited by Jason S (edited May 30, 2002).]

Logged
Roz
Guest
« Reply #7 on: October 12, 2004, 12:55:00 PM »

I am having the same problem, the debuer ran fine. here is the error that my admin kept getting in the server logs:

[Mon Oct 11 21:29:53 2004] [error] (2)No such file or directory: exec
of
/web/neuroticartist.com/vhosts/
www/cgi-bin/calendar_admin.pl failed
[Mon Oct 11 21:29:53 2004] [error] [client 70.112.146.239] Premature
end
of script headers: /web/neuroti
cartist.com/vhosts/www/cgi-bin/calendar_admin.pl

here is the error my browser show:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@austintx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Logged
Pages: [1]   Go Up
Print
Jump to: