Morning again,
as title says, I once moved my old forum around and made a new one. The "Most users online was x..." counter remained the old one and I cannot reset it in any way.
Anyone know how to fix it?
Thank you so much
Website is
http://musicforums.org
admin panel >> tools & maintenance >> Cache Manager --> run reload cache for mostonline and check
(2015-01-28, 02:03 PM).m. Wrote: [ -> ]admin panel >> tools & maintenance >> Cache Manager --> run reload cache for mostonline and check
Did already but nothing has changed

^ okay. have you also tried recount & rebuild tools
(2015-01-28, 02:16 PM).m. Wrote: [ -> ]^ okay. have you also tried recount & rebuild tools
Yep, nothing

can you try below SQL query (see if required =>
SQL queries guidance)
UPDATE `mybb_datacache` SET `cache` = 'a:2:{s:8:"numusers";i:0;s:4:"time";i: 1422403200;}' WHERE `title` = 'mostonline';
^ did the SQL query run successfully - did it say something like that one row affected / changed ?
once again try reloading the mostonline cache
Yeah, one row changed.
Also reloaded cache but nothing. Is there something I can manually check in my database?
^ can you post result of below SQL query
SELECT cache FROM `mybb_datacache` WHERE `title` = 'mostonline'