• Resolved uzuranews

    (@uzuranews)


    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.

    https://wordpress.org/plugins/wp-slimstat/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Jason Crouse

    (@coolmann)

    Hi there,

    this might be related to a feature we temporarily deactivated in our code, as it was causing problems with cron jobs. Would you be able to manually create those tables for now? The developer is working on a fix, which should be released early next week.

    Thank you,
    Jason

    Thread Starter uzuranews

    (@uzuranews)

    Hi, Jason.

    Thank you so much for helping with this issue.
    I installed the newest version(4.3.7) on my WP server.
    As a result, the problem has been resolved.

    Thanks again for your help.

    Plugin Contributor Jason Crouse

    (@coolmann)

    Hi,

    that’s great! A review for Slimstat would be a nice way to say thank you:

    https://wordpress.org/support/view/plugin-reviews/wp-slimstat

    Best,
    Jason

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘it doesn't work on multisite’ is closed to new replies.