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 ?
5 posts - 2 participants