Script Log Error for Custom Form
-
We were receiving a 404 – no content error code on all of the pages of our website. In looking into our hosting manager through Yahoo we can came across this script log error code. As you can see it references a custom contact form and how the form field does not exist. I removed all the forms because we are going to make changes anyways, but I still am getting the error. Anyone else have this or know how to fix it with the wordpress editor so that the pages display again? I deleted the 2 contact form plugins we had, but that hasn’t done anything.
PHP Warning: Missing argument 3 for wpseo_upgrader_process_complete() in /blog/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php on line 259
[08-Nov-2013 13:19:20] WordPress database error Table ‘blog.wp_cntctfrm_field’ doesn’t exist for query SELECT * FROM wp_cntctfrm_field WHEREname
= ‘name’ made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), call_user_func_array, cntctfrm_settings
[08-Nov-2013 13:19:20] WordPress database error Table ‘blog.wp_cntctfrm_field’ doesn’t exist for query INSERT INTOwp_cntctfrm_field
(name
) VALUES (‘name’) made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), call_user_func_array, cntctfrm_settings
[08-Nov-2013 13:19:20] WordPress database error Table ‘blog.wp_cntctfrm_field’ doesn’t exist for query SELECT * FROM wp_cntctfrm_field WHEREname
= ’email’ made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), call_user_func_array, cntctfrm_settings
[08-Nov-2013 13:19:20] WordPress database error Table ‘blog.wp_cntctfrm_field’ doesn’t exist for query INSERT INTOwp_cntctfrm_field
(name
) VALUES (’email’) made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), call_user_func_array, cntctfrm_settings
[08-Nov-2013 13:19:20] WordPress database error Table ‘blog.wp_cntctfrm_field’ doesn’t exist for query SELECT * FROM wp_cntctfrm_field WHEREname
= ‘subject’ made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), call_user_func_array, cntctfrm_settings
- The topic ‘Script Log Error for Custom Form’ is closed to new replies.