Plugin Version 2.2.3
Getting error message "SlimStat table not found" when requesting wp-slimstat-js.php
Having a multisite instance with a blog that owns refers to the default tables (not including the blog id), the check if the slimstat table exists fails. Since the query result is cached in the variable $db_list_tables, the pointer must be reset before fetching rows from the query again.
Here's a fix: https://github.com/namics/wp-slimstat/commit/4ed6f0f1c87d8099937cba04835d29e4c774bf3f
Would be nice if you could include something like that in 2.2.4