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, 10made 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