Hello,
I'm trying to install PHP4 on an NT4 server with WebSite Pro 2.4
I am getting the following message box on the server when I attempt to run a script.
ERROR :
The process cannot switch to the start up current directory C:\Geoff. To set current directory to C:\WinNt press OK or select CANCEL to abort.
C:\Geoff is currently where a test php script is located.
I've done the following :
1) I've installed the files under c:\php4\
2) Modified the reg setting to use this path (not neccessary I believe but I covering all possible solutions)
3) Moved and renamed php.ini.dist to c:\winnt\ as php.ini
4) Set my autoexec.bat path to include c:\php4 and also include the environment path PPRC=C:\php4 as the php.ini file says it also checks this variable to find the path.
5) I've added the assocations and the content types settings to the website pro sever properties. Content type wwwserver/shellcgi and Association Type was set to use C:\Php4\php.exe. This were done to extension .php4, .php3, and .php
6) Added c:\php to path of the windows environment variable.
I still get this error message. I'm probably overlooking one small detail but if anyone could look over this and see what I'm missing, it would be apperciated.
Geoffrey Mondoux