I'm installing on Windows 2008 IIS7 and the new Dolphin B2.
Install goes well. When I get to setting up modules in Admin the very first time I display a given settings form I get the error:
Warning: file_get_contents(/): failed to open stream: No such file or directory in C:\FetishArtsGuild.com\inc\classes\BxDolTemplate.php on line 819
If I backspace and click the menu choice again it works fine. I suspect it's trying to read an existing setting file and if it doesn't exist gives this message. It then creates the file when you edit and save hte settings so it doesn't happen again. Probably needs a test for file exists.