Hey guys,
I used Gravity Forms to create huge (massive) forms for an insurance client. After a lot of debugging and manual work the forms are almost working but i need to make a couple of changes to all 14 forms and doing it through the form editor is impossible.
I'm trying to get the form from the db from "wp_rg_form_meta.display_meta", unserialize it, edit the fields manually, serialize it and update the db. But the unserialization process is not working for most of the forms.
When I try to unserialize one form I get an error like this one:
`Notice: unserialize(): Error at offset 2 of 52 bytes in file.php on line 130
I've only got one form to unserialize properly, which tells me it has something to do with the data.
I checked GF code to see if you had anything special going on with the serialize/unserialize process, but you use the standar functions.
The forms all work fine when I preview them, so I have no idea what's the difference between your code and what I'm trying to do.
Have you encounter this problem before? Is there anything you can do to help?
Here's a link to an export of two of the forms: http://dl.dropbox.com/u/4524488/gravityforms-export-2011-07-25.xml
ATV is one of the forms that works fine when I unserialize it
Auto is one of the forms that fails to unserialize
I'd appreciate anything you can do. Thanks in advance.