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'
|
I had to use the second one so it reset everything but it is working now. Thank you for outstanding support.