My settings are as follows:
PHP Version 5.2.6
MySQL Version 5.0.41
WordPress Version 3.1 (Network Enabled)
Gravity Forms Version 1.5.RC4.2
I am currently experiencing issues with GF locally running on a network install. When creating a new form, the editor does not appear to be working (cannot add/edit new fields, form settings does not show, etc). I have not tried it without the network install.
However, when I upload to live server, things work as expected, and on a network install.
Locally, I have tried Chrome, Safari, and Firefox, all of which do not work. In Console of Chrome debugger, I get the following error:
"Uncaught SyntaxError: Unexpected token ILLEGAL - admin.php:2637"
Thought I would bring this up and see if this was a bug with me or one in general.
EDIT - I tested the stable release and it didn't work either. It was then that I saw there was an undefined index notice which was then stopping things from working. I realized I have WP_DEBUG on, which I almost always run locally. Disabling debugging results in GF working properly. In anycase, other's may experience this issue.