I was working on a switching an existing site to Wordpress and was working on the new site under the /dev folder in the existing /public_html. When I completed the site I backed up the existing site and migrated the Wordpress installation from /dev to /public_html and all my forms broke. Reading through some posts here, I pulled a backup of the /dev folder and tried to export the forms. First, if I try to view them (from the backup) they are still empty from WP Admin but I can still see all the forms, fields and settings in the database. If I try to export the forms I get:
Invalid argument supplied for foreach() in /home/mydomain/public_html/dev/wp-content/plugins/gravityforms/export.php on line 34 (plus some other errors)
I have tried reinstalling Gravity Forms on the dev backup site. I have tried using the meta recovery tool (which fails).
What other options do I have here?