Forums

[Plugin: GD Star Rating] Database error on dashboard / WPMU 2.8.2 (3 posts)

  1. Ben
    Member
    Posted 2 years ago #

    Hi,
    We just installed GD Star Rating 1.5.7 on an instance of WPMU 2.8.2 and get the following error when trying to go to /wp-admin (dashboard; other admin pages work fine).

    WordPress database error Table 'myblogs-dev.wp_1_users' doesn't exist for query

    select l.id, l.vote_type, l.voted, l.vote, l.ip, l.user_id, u.display_name, u.user_email, l.object, m.stars, m.weight, m.name
    
    from wp_1_gdsr_votes_log l
    left join wp_1_users u on u.ID = l.user_id
    left join wp_1_gdsr_multis m on m.multi_id = l.multi_id
    
    where vote_type in ('artthumb', 'cmmthumb', 'article', 'comment', 'multis')
    order by voted desc limit 0, 10

    made by wp_dashboard, do_meta_boxes, call_user_func, GDStarRating->display_dashboard_widget_latest, include, GDSRDB->filter_latest_votes

    This looks like a bug with the plugin!? Any help would be appreciated... :-)

    Thanks,
    Ben

  2. Milan Petrovic
    Member
    Posted 2 years ago #

    I have began work on solving the issues for better WPMU compatibility, and I know about this bug. Fix will be available with next release.

  3. Ben
    Member
    Posted 2 years ago #

    Wonderful, can't wait :-) Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic