• Hello, am using your plugin for at least a year in a wp mu(subdomain setup) which has 4 sites and the first three are having your plugin(I activated the plugin in each site).

    Unfortunatelly, I found out now(2.0.3) and not when I was importing them on the new tables(v2) that it was showing only the second the third site for import and not the main site. The first and the second site have the same posts but in different databases (wp_top-ten & wp_2_top_ten). I noticed that wihtout any reason that old the posts that had at least 5o view, now they have thousands of views. I can’t be sure that it has done the same on the third on because that had posts posts with thousands of views.

    Do I have to do too what the post says??

    https://ww.wp.xz.cn/plugins/top-10/

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

    (@ajay)

    Hi,

    Is the old posts that you mentioned to me showing thousands of views, is that only for the first main site or across the second site as well?

    The main site isn’t imported because it is always the base. Only the other sites needed to be imported because they are on different tables.

    Can you please look into the db and see for the blog_id columns for your site posts?

    Thread Starter Be Dark

    (@b_dark)

    hi,
    This happens and on the second site as well.
    On what table should I look blog_id columns?

    Plugin Author Ajay

    (@ajay)

    You need to check out wp_top_ten and wp_top_ten_daily sites

    Do you still have the wp_2… and wp_3.. etc tables?

    Thread Starter Be Dark

    (@b_dark)

    yes, i still have wp_2 x wp_3 (top_ten_daily x top_ten)

    Plugin Author Ajay

    (@ajay)

    The counts in wp_2 and wp-3 would not have been touched since the upgrade since the plugin now uses just wp_ with the blog id for each of the sites.

    The base site (wp_) is with blog_id 1 and wasn’t touched in the upgrade since the assumption was that this was always in place.

    e.g. if you have a post ID of 1353 on both site 1 and site 2 with hits of 100 and 500 respectively, then the plugin will save:

    The plugin will record 2 entries:

    Post ID: 1353
    Post count: 100
    Blog ID: 1

    and;
    Post ID: 1353
    Post count: 500
    Blog ID: 2

    On the counts you mentioned above, is this for all posts on all your sites, or specific posts?

    Also, what is your site URL for me to check if the tracking is working?

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

The topic ‘Wrong counter on wp mu setup’ is closed to new replies.