Fatal error: Class 'RGForms' not found in C:\web\wpbeta\wp\wp-content\plugins\gravityforms\preview.php on line 8
I suspect that this maybe because I have wp-content relocated (sideways! :) ). Disappointed that a plugin of gravity forms reputation would cope with that? (Many of my sites have such a structure and most plugins cope.
Looking at preview.php it seems it is trying to include wp-load.php.
Please see
http://ottodestruct.com/blog/2010/dont-include-wp-load-please/
and further down in the comments there is discussion about better ways of doing what one wants to do where one needs wp_loaded, such as checking for a $_GET parameter on an early action.
Maybe like suggested here: http://ottodestruct.com/blog/2010/dont-include-wp-load-please/comment-page-1/#comment-1936
This would get around the difficulty in loading the code and still allow you to achieve the preview?
In the meantime is there a fix around this ? or else I imagine I have to hardcode the wp-load for now (urg). I have resetup a plain dev wp site for now for testing.