Quote:
Originally Posted by Paul M
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'
|
As it happens, the second of the above queries fixed a long LONG standing problem I had with standard "Most Users Online" feature, as well as obviously enabling me to use Paul's Most Ever addon.