MyBB Community Forums

Full Version: Stats recounter doesn't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having problems that my statistics won't refresh very often. For example, a new member registers but it doesn't increase members value and doesn't show last registered user. However, posts and threads work. The only problem is that I have to go to ACP to resynchronize statistics to make it show new users which it does after it. Is there any option that will make this automatic? I'm new to MyBB.
It runs code to recount it so should be doing it. Have you got any plugins installed??
I have plugins. I'll list them:

SignHeightLimit (1.0)
Activate users from Mod CP (2.0.1)
Akismet (1.2.1)
Awards (2.0)
Boardstats-Online Users Image (1.0)
Download Emails (1.0 Stable)
Fit on Page (2.3)
Usergroup Legend by HSC Community (2.0)
Hello World! (1.0)
Profile Images (1.0)
User IP Log (1.1)
Index Top Posters (1.0.1)
Show Todays/Weekly/Monthly/Forum Top Posters in Index
Last Visitors in Profile (1.1)
Limit number of PMs (2.0.2)
Login Password Conversion (1.0)
MyShoutbox (1.4)
NewPoints (1.7)
Show the users that has been online today (2.0)
Page Manager (1.5.2)
Allows you to manage additional pages.
Profile Buddies (1.4.1)
Profile Comments (0.6.0)
ProStats (1.7.6)
Quick Reply PM (1.3)
Resend Activation Code (3.0)
Thanks (3.9)
Valid Referrals (1.0)

ANY HELP?
Please don't delete posts and repost them to bump the thread.

In ./inc/init.php, find:

define("TIME_NOW", time());

after, add:

define("NO_PLUGINS", 1);

Register a new account, does it recount then??

If it doesn't, reupload a new copy of ./member.php from a fresh download and try again.