I'm looking at my PHP error log and I see multiple entries for this:
[15-Jun-2009 03:45:39] PHP Warning: is_readable() [<a href='function.is-readable'>function.is-readable</a>]: open_basedir restriction in effect. File(C:\file\path\blog/C:\file\path\blog/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack-en_US.mo) is not within the allowed path(s): (C:\file\path\blog) in C:\file\path\blog\wp-includes\l10n.php on line 324
This is using FastCGI with PHP 5.2.9 on IIS 7 on a Windows Server 2008 Web Edition machine. I'm using Wordpress 2.8 with a custom php.ini file for each web site in the directory, I do have the open_basedir restriction set as well as cgi fix infopath set to 1. There seems to be an issue with the forward and back slash set in the file path, but I don't know how to fix this. If anyone can offer me any thoughts on this please do.
Thanks