Matomo V3.14.0 - No Data for this report

Hi,
I just installed a clean Matomo on my server. At first everything works fine but suddenly, I think after relogin, it displays in various reports only no data for this report, except for real time data which still works.

Currently I’m tracking only two files:
With this Script

<script type="text/javascript">
			var _paq = window._paq = window._paq || [];
			_paq.push(['setDocumentTitle', <?php echo '"'.$code.'"';?>]);
			_paq.push(['trackPageView']);
			_paq.push(['enableLinkTracking']);
			(function() {
				var u="//<URL>/piwik/";
				_paq.push(['setTrackerUrl', u+'matomo.php']);
				_paq.push(['setSiteId', '7']);
				var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
				g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
			})();
		</script>

I’m using Strato Webspace for hosting so I can’t configure a crontab and I think for two files I don’t need external auto archive
I also deactivated MySQL Infile and query optimization.
Previously I had some Permission errors.

[General]
enable_sql_optimize_queries=0
enable_load_data_infile=0

My PHP-Version is 7.2.32
Is this a bug should I downgrade ?

Hi,

Just a really quick check: The date selector by default shows the data of yesterday (as the data of today is not yet complete and therefore not as easy to compare). So make sure you are not accidentally looking at yesterdays data (which is empty if you installed Matomo today)

1 Like

Thank you I overlooked that setting

1 Like

No worries, you are far from the only one:

Might as well suggest an idea.