01054: install fails on IIS7

Summary: install fails on IIS7
Created: 2008-11-03 19:36
Status: Closed
Category: Bug
Assigned:
Priority:
Version: 2.2.0-beta68
OS: Win 2k8X64/IIS7/5.2.6 FastCGI

Description: Installed PHP with FastCGI as per http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70

all PmWiki files unzipped into c:\inetpub\webroot

php basic test done with phpinfo.php

but when trying pmwiki.php I get


PHP Warning: file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(wiki.d/C:\inetpub\wwwroot.local.farmmap.txt) is not within the allowed path(s): (c:\inetpub\wwwroot\) in C:\inetpub\wwwroot\pmwiki.php on line 953 PHP Warning: file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(C:\inetpub\wwwroot/wikilib.d/C:\inetpub\wwwroot.local.farmmap.txt) is not within the allowed path(s): (c:\inetpub\wwwroot\) in C:\inetpub\wwwroot\pmwiki.php on line 953


if I delete the wiki.d directory, it creates it, adds files


Directory of C:\inetpub\wwwroot\wiki.d

04/11/2008 01:29 <DIR> . 04/11/2008 01:29 <DIR> .. 04/11/2008 01:23 0 .flock 04/11/2008 01:05 31 .htaccess 04/11/2008 01:05 0 .lastmod 04/11/2008 01:29 0 dir.txt 04/11/2008 01:05 379 SiteAdmin.Status

               5 File(s)            410 bytes

and then produces the error.

I've reconfirmed that IUSR has full access to c:\inetpub\wwwroot "this directory, subfolders and files"


See Install On IIS?