@ikt wrote:
Dear Community,
I´ve contacting you regarding an issue within our piwik installation.
We are using Piwik (currently Version is 2.16.1) on Centos 6 a couple of years.
We are tracking 7 public websites. Their total site views from jan 2016 until 25.7 are 6.2 millions.Now we have the problem that since 25th July 2016 07:57 no further visitors on ALL websites are tracked.
The last update has been done on the 13th July. Since this date nothing has been changed and piwik still tracks unit 25th July. At this date nothing has been tracked any more.There are no httpd and mysql error logs in /var/log/...
At the httpd access logs there you can see further access to our piwik installation. The Piwik URL (https://piwik.vor.at) is available from outside. Also piwik.php and piwik.js is available.Our piwik website tracking code has not been changed..
Example:Tracking code used inside Piwik:
script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setDomains", [".www.vor.at",".vor.at"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.vor.at/";
_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.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
Tracking code for one of our website you can find on https://www.vor.at:
Also we have checked the available disk space on the sever (maybe we ran out of space) but thats also not the problem. 25GB free space should be enough.
We have no clue why it stops working at all.
It would be great if you can help us.
Thank you!
Regards
Wilhelm
Posts: 1
Participants: 1