First, I'm loving this plugin. Tried to view a preview and got
Warning: require_once(C:\xampplite\htdocs\wpmu\wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampplite\htdocs\wpmu\wp-content\plugins\gravityforms\preview.php on line 7
Fatal error: require_once() [function.require]: Failed opening required 'C:\xampplite\htdocs\wpmu\wp-blog-header.php' (include_path='.;C:\xampplite\php\PEAR') in C:\xampplite\htdocs\wpmu\wp-content\plugins\gravityforms\preview.php on line 7
As you can tell, I'm running MU on a XAMPP windows setup (XP)
Your code is actually on line 2, but I tried a fix (see below) whiich is now commented out.
Anyway, I tried (ABSPATH . "wp-blog-header.php"), but it returned the same warning like ABSPATHwp-blog-header.php. This warning made me think it's not reading the ABSPATH.
So much for my solution. Any ideas? This one should be simple. Oh, my setup has wp-config and htaccess in root and a /core directory with everything except wp-content which is in root.