Hi,
First of all, I really love Piwik.
It is a great follow-up for PhpMyVisites.
A customer of mine has a strange problem.
When he visits the site I’ve build for him (http://www.dirkbosfonds.nl/) Piwik starts Adobe Acrobat on his computer. It is definately Piwik that causes it, because we have also tried it without Piwik and in that case there is no problem.
Any ideas what causes this ??
Thanks in advance.
Rowdy Rabouw
double-R webdevelopment
Please clarify what you mean by “starts Adobe Acrobat”?
Piwik tries to detect the visitor’s browser plugins. On Internet Explorer that involves loading the ActiveXControl. Piwik does not load any .pdf files.
Due to security concerns, some versions of Internet Explorer will pop up an alert the first time an ActiveXControl is loaded in the browser.
Hi,
Thanks for your reply.
It literally starts Adobe Acrobat. No pop-up is shown, but the Acrobat-software starts up outside the browser without a document.
Just like you would start Acrobat from the start menu.
I think I’ve heard this issue before, when running acrobat reader 5 or another old version. we may want to change the call to test the adobe plugin in piwik.js, like vipsoft suggested… It should affect only a tiny tiny number of users but that would still be an issue…
Try changing progid to PdfCtrl.PdfCtrl (without the version specified) and PdfCtrl.PdfCtrl.6 to see if either exhibit different behaviour.
The alternative is to manually disable the plugin check on IE (in piwik.js’s VBScript code, comment out the IsObject(CreateObject()) ) or reinstall as I suggested earlier.
We’ll make it easier to disable plugin detection in an upcoming release.
A properly installed Adobe Reader won’t exhibit this problem. Piwik has no way of knowing that the activex object is opening a window. (We don’t specify any file to open.)
When we implement first party cookies, we’ll only do the plugin check once per session.