i recently reset my most users ever online counter using the following code
this worked correctly by setting the counter to 0. but ever since then, the counter has not been updating. i've tried deleting everything from the session table but that didn't do anything.
i'm using 2.3.6 if that matters.
Code:
UPDATE template SET template='0 0' WHERE title='maxloggedin' AND templatesetid=-2;
i'm using 2.3.6 if that matters.
Comment