Skip to:
Content
Pages
Categories
Search
Top
Bottom

Missing database tables and plugin issue


  • albeck
    Participant

    @albeck

    Hi

    All was fine with BP until I upgraded to 1.7.1.. I was using the BP for Woocommerce plugin from Themekraft with no issues.

    After upgrading BP (and woo) I noticed that the BP menu didn’t work from the same place. There was a message that it had been moved to under settings. I thought this was an issue so reinstalled BP.

    Problems began: BP for Woocommerce plugin stopped the site working (in combination with WC and BP and, with just with BP or WC). I reverted back to BP and WC 1.6 – still no luck.

    I have tried reinstalling BP manually and removing WP_BP_ tables from the database – same outcome. All works until I active the BP for WC plugin – there’s a white screen.

    As a novice to WP my knowledge is limited but debug reads-

    SELECT COUNT(DISTINCT m.group_id) FROM wrd_bp_groups_members m, wrd_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0

    Table ‘dyslexi5_wor3.wrd_bp_groups_members’ doesn’t exist

    SELECT g.*, gm1.meta_value as total_member_count, gm2.meta_value as last_activity FROM wrd_bp_groups_groupmeta gm1, wrd_bp_groups_groupmeta gm2, wrd_bp_groups_members m, wrd_bp_groups g WHERE g.id = m.group_id AND g.id = gm1.group_id AND g.id = gm2.group_id AND gm2.meta_key = ‘last_activity’ AND gm1.meta_key = ‘total_member_count’ AND m.is_confirmed = 0 AND m.inviter_id != 0 AND m.invite_sent = 1 AND m.user_id = 1 ORDER BY m.date_modified ASC

    Table ‘dyslexi5_wor3.wrd_bp_groups_groupmeta’ doesn’t exist

    SELECT COUNT(DISTINCT m.group_id) FROM wrd_bp_groups_members m, wrd_bp_groups g WHERE m.group_id = g.id AND m.is_confirmed = 0 AND m.inviter_id != 0 AND m.invite_sent = 1 AND m.user_id = 1 ORDER BY date_modified ASC

    Table ‘dyslexi5_wor3.wrd_bp_groups_members’ doesn’t exist

    SELECT * FROM wrd_bp_notifications WHERE user_id = 1 AND is_new = 1

    Table ‘dyslexi5_wor3.wrd_bp_notifications’ doesn’t exist

    Thanks for any help – my site http://www.dyslexiatribe.org.uk

  • The topic ‘Missing database tables and plugin issue’ is closed to new replies.
Skip to toolbar