Multisite bug
-
Hi guys,
I think I found a bug when using the plugin in a multisite environment:
In line 260 of the file wp-members/admin/users.php you’re creating an SQL statement to count the number of users with $wpdb->prefix. However in a multisite environment this is causing an error since $wpdb->prefix returns the prefix of the current blog and there not users table for every blog. So instead of $wpdb->prefix . “users” you should just use $wpdb->users.Andreas
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Multisite bug’ is closed to new replies.