Re: 8-) New API call for referer-/referrer-information?
The plugin was renamed in Piwik 2.0 (we fixed the typo) btw the doc is now at [developer.piwik.org]
View ArticleRe: Unable to view 404 error in Actions > Pages Titles
It works for us with the code you can see at: piwik.org/404404
View ArticleRe: Detect Internet Explorer 11
Thanks I fixed it. [github.com] soon we will remove this old code and only use DevicesDetection hopefully!
View ArticleRe: How to translate plugin DevicesDetection?
Thanks for the update! The module is now translated into Russian)
View ArticleRe: Is it possible to include Piwik reports without using iframe?
You can get the full HTML output and then paste it in a new page, but it's bit of work (eg. with php script) ?
View ArticleRe: How do I get LOAD DATA INFILE to work on my server? (no success)
This feature works but your host does not support it apparently, Piwik will work fine without it (just Archive data slightly slower...)
View ArticleRe: line charts are black after 2.02 update
All line charts in the dashboard or also in the sub-reports eg visitors>Overview ?
View ArticleRe: How to translate plugin DevicesDetection?
Thanks for helping to translate Piwik into russian. Your changes will be included in the next automatic update.
View ArticleRe: Detect Internet Explorer 11
Please note that my mentioned new line after line 128 is needed: 'trident' => 'IE', Without that, no browser id would be set (which will be $info['id'] in line 518!) and the lines 516-524 are not...
View ArticleRe: Detect Internet Explorer 11
And please add it NOT as line 131 (which I did first). Then the IE would be called Trident in piwik.
View ArticleRe: After Upgrading to the Latest Version
Sorry there is no solution yet. Can you post your error on [dev.piwik.org] - the more people report the bug the more chance we have to be able to reproduce and fix it! thanks
View ArticleRe: How to change Date Range selection to Year 2013?
Thanks Matt. Clicking anywhere in the calendar worked for me.
View ArticleRe: line charts are black after 2.02 update
Thanks for your reply. It appears to be just the line charts in the dashboard. The visitors>overview chart is showing as red lines on white background. Expanding any of the line charts in the...
View ArticleRe: Multiple Log Files Import
After some googling and reaching deep into the depths of my dos days I was successful doing this using a for loop! for %a in (*.log) DO C:\python27\python import_logs.py --url=http://stats.mysite.com %a
View ArticleRe: Detect Internet Explorer 11
I can't see any fix in https://github.com/piwik/piwik/blob/be3673cf1a7344e3d82cdf1655ed193f3675689e/libs/UserAgentParser/UserAgentParser.php Please just: +128 'trident' => 'IE', Without this it...
View ArticleRe: error with high traffic site and 2.0
have any of these sites been moved from another server recently? what version of python is on the server?
View ArticleRe: error with high traffic site and 2.0
Our Apache log shows two exception faults for each archive.php attempt. The archives of the two low traffic sites are updated properly. I purged all archive tables and all access data older than 30...
View Article