PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

error_log - PHP ERROR LOG report

  1. nachumi_e
    Member

    [05-Mar-2013 11:03:44 UTC] WordPress database error Table './jewish_news/jnebsd_rg_form_view' is marked as crashed and should be repaired for query SELECT id FROM jnebsd_rg_form_view
    WHERE form_id=3
    AND year(date_created) = year(utc_timestamp())
    AND month(date_created) = month(utc_timestamp())
    AND day(date_created) = day(utc_timestamp())
    AND hour(date_created) = hour(utc_timestamp()) made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/jewishnewsca/page.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, GFForms::parse_shortcode, GFForms::get_form, GFFormDisplay::get_form, GFFormsModel::insert_form_view
    [05-Mar-2013 11:03:44 UTC] WordPress database error Table './jewish_news/jnebsd_rg_form_view' is marked as crashed and should be repaired for query INSERT INTO jnebsd_rg_form_view(form_id, date_created, ip) values(3, utc_timestamp(), '109.163.230.137') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/jewishnewsca/page.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, GFForms::parse_shortcode, GFForms::get_form, GFFormDisplay::get_form, GFFormsModel::insert_form_view

    Posted 11 years ago on Tuesday March 5, 2013 | Permalink
  2. This has nothing to do with Gravity Forms (other than that's the table in question.) The error shown "WordPress database error Table './jewish_news/jnebsd_rg_form_view' is marked as crashed and should be repaired" is what you need to address. Your database table is damaged and needs to be repaired.

    You should back up your database immediately and then attempt to fix it. You can use a tool like phpMyAdmin to repair the table. Here is one discussion of how to do it: http://stackoverflow.com/q/4357270

    The issue is with your database, not Gravity Forms.

    Posted 11 years ago on Wednesday March 6, 2013 | Permalink