Click to See Complete Forum and Search --> : PHP + IIS5.0: Errors after installing Win2000 SP3


kmhodnett
12-15-2002, 05:47 PM
Hello,

I am running PHP 4.0.7 on Win2000 Server, SP3.

My PHP installation was running fine in the past, with PHP as an ISAPI filter.

I recently installed both Win2000 SP3 and IE 6.0 SR1.

Although phpinfo() runs just fine, any PHP script that I try to run, such as:


<html>
<head>
<meta http-equiv="refresh" content="10">
<title>PHP Test 01</title>
</head>
<body>
<?php
echo( "Hello, world." );
?>
</body>
</html>


produces this error:


Warning: Failed opening 'c:\inetpub\wwwroot\phpTest00.php' for inclusion (include_path='.') in Unknown on line 0


I appreciate any suggestions and help.

Kerry M. Hodnett