I have moved my site to a new host and now I seem to be having trouble with forms.
PHP Version 5.2.17
MySQL Version 5.1.67
WordPress Version 3.5.1
Gravity Forms Version 1.7.6
At first I noticed 'AJAX error adding field' which forums indicated was likely memory related. Per suggestion I added the following to wp-config.php...
define('WP_MEMORY_LIMIT', '256M');
Made AJAX error go away and I can ADD a field now. But cannot edit new field or any existing. Also I cannot Add a NEW FORM either.
I have carefully followed every step to rule out theme or plugin related conflicts as outlined at:
http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict
Maybe database corruption? If so, how can I fix it?
Thanks in advance!