• When upgrading to the newest version I found out there is an issue with the dropping of the “old” table. The WP prefix is added twice which in my case resolved in trying to delete the wp_wp_fblb table which does not exist.

    $table_name = $wpdb->prefix . ‘fblb’;
    $charset_collate = $wpdb->get_charset_collate();
    $wpdb->query(“DROP TABLE IF EXISTS {$wpdb->prefix}$table_name”);

    https://www.ads-software.com/plugins/wp-like-button/

Viewing 1 replies (of 1 total)
  • Plugin Author CRUDLab

    (@amirk27)

    Hi,

    Thank you so much for pointing out this issue. We will add this fix in upcoming version.

    Thanks!
    CRUDLab Support

Viewing 1 replies (of 1 total)
  • The topic ‘Upgrading doesn't drop correct table’ is closed to new replies.