I recently transferred my site from a local test server using backupbuddy.
The new install seems to be working good except for my contact us form.
The page is throwing these errors:
Warning: Invalid argument supplied for foreach() in C:\Sites\wordpress\wp-content\plugins\gravity-forms-custom-post-types\gfcptaddonbase.php on line 116
Warning: Invalid argument supplied for foreach() in C:\Sites\wordpress\wp-content\plugins\gravity-forms-custom-post-types\gfcptaddonbase.php on line 50
Warning: Invalid argument supplied for foreach() in C:\Sites\wordpress\wp-content\plugins\gravityforms\form_display.php on line 1577
Warning: Invalid argument supplied for foreach() in C:\Sites\wordpress\wp-content\plugins\gravityforms\form_display.php on line 1577
Warning: Invalid argument supplied for foreach() in C:\Sites\wordpress\wp-content\plugins\gravity-forms-custom-post-types\gfcptaddonbase.php on line 116
Warning: Invalid argument supplied for foreach() in C:\Sites\wordpress\wp-content\plugins\gravityforms\form_display.php on line 1577
Warning: Invalid argument supplied for foreach() in C:\Sites\wordpress\wp-content\plugins\gravityforms\form_display.php on line 747
Warning: Invalid argument supplied for foreach() in C:\Sites\wordpress\wp-content\plugins\gravityforms\form_display.php on line 132
Warning: Invalid argument supplied for foreach() in C:\Sites\wordpress\wp-content\plugins\gravityforms\form_display.php on line 1577
This page is using the shortcode to display the form. I go to the forms section on the backend and edit the form i reference in the shortcode and it shows:
`Form Settings : Form ID 13
Untitled Form
We would love to hear from you! Please fill out this form and we will get in touch with you shortly.'
I checked the MySQL database and the form in question does appear in the database for wp_rg_form_meta but when with all the same content I checked against my local instal.
Should I just try to create a new form. Any ideas as to what is going on? Current version of WP and GF are being used.