Gravity Forms line 5512
-
A backup log is throwing this error:
PHP event: code E_USER_NOTICE: An outdated add-on or custom code is attempting to access the zing_rg_form table which is not valid in this version of Gravity Forms. Update your add-ons and custom code to prevent loss of form data. Further details: https://docs.gravityforms.com/database-storage-structure-reference/#changes-from-gravity-forms-2-2 (line 5512, wp-content/plugins/gravityforms/gravityforms.php)
function gravity_form( $id, $display_title = true, $display_description = true, $display_inactive = false, $field_values = null, $ajax = false, $tabindex = 1, $echo = true ) {
/* line 5512 */ if ( ! $echo ) {
return GFForms::get_form( $id, $display_title, $display_description, $display_inactive, $field_values, $ajax, $tabindex );
}echo GFForms::get_form( $id, $display_title, $display_description, $display_inactive, $field_values, $ajax, $tabindex );
}I am going to mine through some (custom) code to see if I can understand this further …
If there are any ideas let me know. I do not have any admins that I know of.
Thank you,
Daryl Pittman
[email protected]
Laser Image Printing & Marketing
- The topic ‘Gravity Forms line 5512’ is closed to new replies.