Re-counting doesn’t work
I have tried 5 re-count options and they’re stopping to work after first 50 posts. All the same.
It just stucks like that.
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 :)
Rahul Aryan commented on answer
Imran Chaudry (Buyer) commented
While it help to keep the ajax calls alive, it did not fix my issues. Reputations still at the same level as before.
Rahul Aryan commented
Thanks for suggestion. I will check it.
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?