• Resolved acizmeli

    (@acizmeli)


    hello,

    Tracking ozdemirince.com. After moving WP into another server, slimstat stopped working. In the Maintenance tab, I get the error : 215 Database not ready

    MySql error logs does not say anything. The tables exist inside the same DB as the WP install :
    wp_slim_stats 8.52 MB (49,283 records)
    wp_slim_outbound 48 KB (119 records)
    wp_slim_browsers 128 KB (603 records)
    wp_slim_screenres 48 KB (763 records)
    wp_slim_content_info 112 KB (1,617 records)
    wp_slim_stats_archive 16 KB (0 records)

    Where are we doing wrong? Any ideas?

    thanks a bunch
    Servet

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jason Crouse

    (@coolmann)

    Hi,

    it looks like a permission issue. Can you make sure the tables are writeable by the plugin?

    Thread Starter acizmeli

    (@acizmeli)

    Pypmyadmin does not show any table-specific permissions for that DB. Do you know where can I look more about this permission issues. Or any way to debug?

    Plugin Author Jason Crouse

    (@coolmann)

    You can use the mysql command line interface, log in as your wp db user and try to insert some data in the main table (wp_slim_stats). It could be a problem with foreign keys out of sync.

    Thread Starter acizmeli

    (@acizmeli)

    Thanks for the hint. I will look at it as soon as I have time and let you know about it.

    Plugin Author Jason Crouse

    (@coolmann)

    Cool

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘215 Database not ready’ is closed to new replies.