it doesn't work on multisite
-
Hi,
I installed this plugin on WP using multisite.
On the main site, it works. But on the 2nd site, it doesn’t.If I turned on the “SQL Debug” in [Dashboard]->[Slimstat]->[Settings]->[Maintenance], this message was printed.
[08-04-16 04:03 pm] 215 Error: Table ‘wordpressdb.wp_2_slim_stats’ doesn’t exist
More informations are as follows.
— MySQL Tables —
> SHOW TABLES;
+—————————+
| Tables_in_*********** |
+—————————+
| wp_2_commentmeta |
| wp_2_comments |
| wp_2_links |
| wp_2_options |
| wp_2_postmeta |
| wp_2_posts |
| wp_2_term_relationships |
| wp_2_term_taxonomy |
| wp_2_termmeta |
| wp_2_terms |
| wp_blog_versions |
| wp_blogs |
| wp_commentmeta |
| wp_comments |
| wp_links |
| wp_options |
| wp_postmeta |
| wp_posts |
| wp_registration_log |
| wp_signups |
| wp_site |
| wp_sitemeta |
| wp_slim_events |
| wp_slim_events_archive |
| wp_slim_stats |
| wp_slim_stats_archive |
| wp_term_relationships |
| wp_term_taxonomy |
| wp_termmeta |
| wp_terms |
| wp_usermeta |
| wp_users |
+—————————+–MySQL Query Log–
[root@host ~]# grep -i “CREATE” /var/lib/mysql/myquery.log
16 Query CREATE TABLE IF NOT EXISTS wp_slim_stats (
16 Query CREATE TABLE IF NOT EXISTS wp_slim_events (
16 Query CREATE TABLE IF NOT EXISTS wp_slim_stats_archive
16 Query CREATE TABLE IF NOT EXISTS wp_slim_events_archive (
[root@host ~]#
* It seems to not created “wp_2_slim_***” tables…–About Multisite–
Addresses of Sites : Sub-directories
main : http://example.com/
2nd : http://example.com/en/(I am very sorry for my poor English.)
Thanks.
The topic ‘it doesn't work on multisite’ is closed to new replies.