• I’m getting the following php notice:

    Notice: An outdated add-on or custom code is attempting to access the wp_rg_lead table which is not valid in this version of Gravity Forms.

    It’s due to the following code in class-sticky-list.php:

    if (version_compare(GFForms::$version, '2.3-rc-3') > 0 ) {
        $wpdb->delete( $wpdb->prefix . 'rg_lead', ...
     else
        $wpdb->delete( $wpdb->prefix . 'gf_entry', ...

    It looks like the if and else is reversed.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘php notice’ is closed to new replies.