Re: Error in Pages Widget (PIWIK 1.1.11)
beloko, in theory it should work yes. Problem is that the string is processed with substr() which is not multi-byte safe.
View ArticleRe: Help! I Just Can't Solve This!
I don't really understand what the issue is. The tracking code should be somewhere between <body> and </body>. If you're using the "piwikTracker" code place it before </body>, if you...
View ArticleRe: visitor map
Your data was probably already processed into the archive tables. You can trigger re-processing as described here: [piwik.org]
View ArticleRe: Footprint hide with piwik.php
Hard to tell without further information. Can you post a link to your website?
View ArticleRe: LoginLDAP Plugin Failed on upgrade to 1.11.1
Find the line where default/ie6 is included and just remove it. We removed this file.
View ArticleRe: Error in Pages Widget (PIWIK 1.1.11)
Hi Fabien, Don't see substr() command in the safeDecodeLabel command. If you need to output an UTF8 string value, here is my suggestion : static public function safeDecodeLabel($value) {...
View ArticlePiwik API and ignore user
In the Piwik settings I excluded myself from tracking which works. But when I use the API for tracking, my visits are no longer excluded. I use the API as follows: $piwik = new PiwikTracker(1,...
View ArticleRe: INFILE and Windows problem
It looks indeed a bit confusing and I'm not sure why, sorry, if you want to debug the code you can look in core/Piwik.php function createTableFromCSVFile
View ArticleRe: Small changes in date range produce very different stats
Make sure you setup: [piwik.org]
View ArticleRe: Outlinks not tracked after upgrade to 1.11.1
Sorry works for us on the demo, so not sure the problem, do you see any javascript error on the site ?
View ArticleRe: Patch for Live/Realtime visitors widget to improve GeoIP accuracy with...
Here's a neat and clean website that helped me implement a very good geo ip and zip code distance locator. http://www.ezcmd.com
View ArticleRe: Outlinks not tracked after upgrade to 1.11.1
Is it possible your nginx config is tracking the js via fast-cgi instead of nginx directly? http://www.nodroidsallowed.com/2009/08/11/update-on-nginx-and-piwik/ Also did you have to change any piwik...
View ArticleRe: Not all Websites are porcessed without --force-all-websites
Thanks. can you tell me, what websites IDs were appearing flattened in the all websites (or just a few of them) and also at what time (corresponding UTC in the log file) did you see them with 0 values ?
View ArticleRe: Piwik is not respecting DnT settings, any help?
DNT should work fine in Piwik, and when enabled it should not track the data. Do you see any problem ?
View ArticleRe: Workaround for flash-website-tracking avaiable?
Hello, I have the same problem. I just do not get it. Who can help? getURL("java script:piwikTracker.setDocumentTitle('Downloads/bka.jpg'); void(0)"); Thank you Andreas Hallo, ich habe das gleiche...
View Article