Viewing 1 replies (of 1 total)
  • Plugin Author Ajay

    (@ajay)

    Hi,

    Seems like there is an error with the Daily table. It’s likely because the blog_id column is missing.

    Can you please check the structure of your database if it’s missing the blog_id column. You can do this in phpMyAdmin or using a plugin like Adminer

    If it’s missing, run this on the table.

    ALTER TABLE wp_top_ten_daily ADD blog_id bigint(20) NOT NULL DEFAULT '1'
Viewing 1 replies (of 1 total)

The topic ‘Daily top 10’ is closed to new replies.