• Resolved llovee

    (@llovee)


    I finished installing the “Top 10 – Popular posts plugin for WordPress” and I’m able to customize all the settings and make a shortcode widget.
    However, the popular posts widget turns out to be blank (only thing visible was the widget title). When I clicked into the “Popular Posts” or “Daily Popular Posts” page I noticed that there’s nothing listed.
    When I clicked into the “tools” page I’m aware that there should be 2 tables called (1) wp_top_ten and (2) wp_top_ten_daily, but these 2 tables currently do not exist in my database yet. So I was wondering is it because the tables are missing that the widgets are not working? If it is, then where can I find a script for creating the two tables in my database with the schema that’s necessary for making the popular posts widget to work?

    Any hint is appreciated
    Thanks a-lot

    ———————————-

    I realized the problem is that the code for creating the table was trying to set the column type to bigint(20) and my db did not like that. After changing bigint(20) to bigint then the table was created fine.

    • This topic was modified 7 years, 6 months ago by llovee.

The topic ‘Popular Posts Widget Shows Nothing’ is closed to new replies.