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.

Gravity form entries not shown

  1. Hi ,
    Recently i have changed a value in "rg_form_meta" table form meta value, afterwards all the entries are vanished am getting this warning message too
    " Warning: Invalid argument supplied for foreach() in ..../plugins/gravityforms/forms_model.php on line 2648"..

    While open the gravity forms its all forms shows "untitled form" ......but in that DB the form values are avail...I have tired with old db backup but its still am facing this problem.

    How can i retrieve my entries back.?
    Please its very urgent ,
    Thanks.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  2. Recently i have changed a value in "rg_form_meta" table form meta value

    What did you change and why did you change it?

    When you edit directly in the database, you stand the risk of corrupting the serialized values (The length of the string is stored along with the string, and if the length is incorrect, the data can't be read.)

    Can you just edit the value back to what it was before?

    If you like, you can try using our meta recovery tool to fix your entries:
    http://www.gravityhelp.com/downloads/#Gravity_Forms_Meta_Recovery_Tool

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  3. Thank you for your reply.

    We have fixed this issue , we have tried with the below steps and the meta data has been recovered successfully

    $meta = preg_replace('!s:(\d+):"(.*?)";!e', "'s:'.strlen('$2').':\"$2\";'", $var);

    Thanks for your support.

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  4. Thank you for the update.

    Posted 11 years ago on Thursday January 24, 2013 | Permalink

This topic has been resolved and has been closed to new replies.