Can you try to add
define( 'BURST_DONT_USE_SUMMARY_TABLE', true );
to your wp-config.php?
No change. Weird thing is that is does show live stats for today on the Dashboard..
Also the site uses PHP 7.4, which I know is outdated. Would that be an issue?
I just checked your site, and see a javascript error on your site. Javascript errors can break tracking. Can you disable your litespeed plugin to see if this is the issue?
Still no luck. I deactivated the Litespeed plugin, reloaded the website a couple of times and browsed some, but the statistics are still empty. Again it does show visitors and pageviews on the Dashboard though
When I check your website now, the errors are now gone. But if this error has been there for a while, it might be that you don’t have data for the period that the javascript was broken, because the script that tracks hits could not execute.
Please check your data by setting the date filter to “today”.
If visiting your website in private mode now results in visits in the current day, the problem should be solved.
Yes that worked. Will see how I can fix the script error then.
Thanks.