Quote:
Originally Posted by warnmar10
Thanks and you are correct.
So, I uninstalled who is in flashchat, updated both 'Members who have visited Today' and 'Visitors/Posters/Chatters'. The counters are still stuck at 12/31/69 and 1.
Any suggestions?
|
Make sure you have the 3.6 version of the add-on installed, then run this query.
Code:
update datastore set unserialize = 1 where title = 'maxloggedin'
See if that fixes the stats, if not then run this to reset them completely.
Code:
update datastore set unserialize = 1,data = ' ' where title = 'maxloggedin'