Re-counting doesn’t work

8.63K viewsIssues
0

I have tried 5 re-count options and they’re stopping to work after first 50 posts. All the same.

View post on imgur.com

It just stucks like that.

Hello,
I did not tested counter with that huge numbers of posts but counter can handle any numbers of posts. Do you see any error in log while running re-count?

0

Open anspress-question-answer/admin/views/recount.php

Find line around 192

if(currentRequest > 5) change it to if(currentRequest > 5000)

And the recounting worked successfully all of the sudden :)
commented on answer

While it help to keep the ajax calls alive, it did not fix my issues. Reputations still at the same level as before.

Thanks for suggestion. I will check it.

You are viewing 1 out of 3 answers, click here to view all answers.