Piwik

From tango.info wiki
Jump to navigation Jump to search

Website time zone

If selecting no value for "website time zone" in the box marked with "Please select city", the following text is shown:

Please fix the following errors:
website time zone is not valid

Tracking code

The generated code for the site https://tango.info is:

<!-- Piwik -->
<script type="text/javascript"> 
  var _paq = _paq || [];
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u=(("https:" == document.location.protocol) ? "https" : "http") + "://tango.info/x/piwik/latest/piwik//";
    _paq.push(['setTrackerUrl', u+'piwik.php']);
    _paq.push(['setSiteId', 1]);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
    g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  })();

</script>
<noscript><p><img src="http://tango.info/x/piwik/latest/piwik/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Code -->

I.e. the noscript part refers to http.

Password change request

No email arrives at the mail inbox.

System check - Database abilities

 LOAD DATA INFILE 

Using LOAD DATA INFILE will greatly speed Piwik's archiving process up. 
To make it available to Piwik, try updating your PHP & MySQL software and 
make sure your database user has the FILE privilege.

If your Piwik server tracks high traffic websites (eg. > 100,000 pages 
per month), we recommend to try fix this problem.

Error: 
Try #1: LOAD DATA INFILE : SQLSTATE[28000]: Invalid authorization specification:
1045 Access denied for user 'piwik'@'localhost' (using password: YES)[28000],

Try #2: LOAD DATA LOCAL INFILE : SQLSTATE[42000]: Syntax error or access violation:
1148 The used command is not allowed with this MySQL version[42000]