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'
|
How do I run a query? I did one the other day by tacking it into the address bar, but I also see a place to run queries in the admin panel. It tells me I don't have permission to do that tho. I can fix that part I think, but I just want to be sure I'm doing it in the right place. Thanks in advance for your help.