Problems with 'require (./xxx)' on IIS7.5
I'm not sure if this is best suited to the Wordpress SE site or if it should be on Server Fault or SO... Either way:
I'm having problems running Wordpress on a brand new 2008R2 server running IIS7.5. I get an error stating that a required file cannot be found:
PHP Fatal error: require(): Failed opening required './wp-blog-header.php' (include_path='.;C:\php\pear') in D:\path\to\my\site\blog\index.php on line 17
Having looked around the web I can see that a lot of people have had this problem and fixed it by removing the './' part of the require statement - however this is not a good solution. The same syntax is used all over Wordpress and needs to be replaced across many files. Additionally if I update the site, the problem will reoccur.
I have this working with no problems on an R1 (IIS7) server and also on my local Win 7 machine - the first I've seen of this issue is here on the R2 server.
Can anyone give me any help to get './' relative paths working for Wordpress?
Thanks