• We just updated the plugin to the latest version and now our error logs are filling up looking for a table that doesn’t exist:

    [20-Mar-2019 22:27:43 UTC] WordPress database error Table ‘members_wp.wp_bpges_subscriptions’ doesn’t exist for query SELECT * FROM wp_bpges_subscriptions WHERE group_id = 102 ORDER BY id ASC made by require(‘wp-blog-header.php’) …

    I tried deleting the plugin and re-adding it and it still didn’t work at adding the new tables.

Viewing 2 replies - 16 through 17 (of 17 total)
  • Hello!

    I can confirm that the mu-plugin script did work successfully; however, the error warning still appears to be stuck on step 2 inside of the admin panel.

    Thanks as always for the quick response!

    Plugin Author Boone Gorges

    (@boonebgorges)

    Thank you very much, @gcmaryland, for the confirmation.

    You safely ignore the update notices. If you’d like to get rid of them, run the following:

    
    update_option( '_ges_39_subscriptions_migrated', 1 );
    update_option( '_ges_39_digest_queue_migrated', 1 );
    
Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘3.9.0 update didn’t create new tables’ is closed to new replies.