View previous topic :: View next topic |
Author |
Message |
batgranny -
Joined: 17 Mar 2006 Posts: 3
|
Posted: Fri Mar 17, 2006 1:34 pm Post subject: Child process creation failed |
|
|
Hello,
I've been using abyss for a while now to host a few files on an old PC running 98 on my network. I'm having to install PHP for a module I have to do in uni. I installed the experimental preconfigured PHP 5 and set up abyss accordingly but I am encountering an error 500 (on the net and when using localhost) when running the test script. I've had a look into the log file and this is the message I get:
CGI: ["C:\Program Files\PHP5\php-cgi.exe" ] URI: /timetest.php Child process creation failed - OS error 0
FYI, the script I was running was:
<p>This page was created at <b>
<?php echo date("h:i:s a", time()); ?>
</b> on the computer running PHP.</p>
Would anybody be able to tell me what the error means and how I would correct it? I am a complete newbie to this so it's probably something dead simple.
Thanks |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Mar 17, 2006 8:05 pm Post subject: |
|
|
It seems like an Operating System error caused it from running. :/ |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Mar 17, 2006 9:07 pm Post subject: Re: Child process creation failed |
|
|
batgranny,
Open a DOS command window (Start > Run > , then type command and press Return/Enter).
In the displayed window type:
Code: | "C:\Program Files\PHP5\php-cgi.exe" |
and press Return/Enter. What is the result. Is there an error message? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
batgranny -
Joined: 17 Mar 2006 Posts: 3
|
Posted: Sun Mar 19, 2006 12:37 am Post subject: |
|
|
Hi, thanks for the reply. When typed that in I got the following error:
Quote: | A required .DLL file ODBC32.dll was not found |
So I went and got myself a copy of the .dll file and installed it in the system and system32 directories and tried again. I then got this error message:
Quote: | Failed to load resource DLL odbcint.dll |
|
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
|
Back to top |
|
 |
batgranny -
Joined: 17 Mar 2006 Posts: 3
|
Posted: Sun Mar 19, 2006 1:39 pm Post subject: |
|
|
Brilliant, that fixed it! Thanks so much! |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Sun Mar 19, 2006 6:53 pm Post subject: |
|
|
Your Welcome. Have A Nice Day! |
|
Back to top |
|
 |
|