Re: Possible bug in piwik 2.04 - plugins management not working
There's no official 2.x release yet... I still see 179 open tickets for 2.x there: [dev.piwik.org] Where did you read about a 2.x release ? Dali
View ArticleAccessing Piwik singleton when using async tracker
I'm testing out the Piwik JS tracker, and wanted to play about with plugins. I've set a test page up using the async tracking code and _paq[] configuration array, and it tracks ok, but when I try to...
View ArticleRe: Accessing Piwik singleton when using async tracker
Loading it as a callback using onload seems to work: //example callback var loadCallback = function(){console.log(Piwik)}; var d=document, g=d.createElement("script"),...
View ArticleRe: LOAD DATA INFILE
@kokdemir, thanks for the update here. What did it fix? The first, or the second attempt? The first one is using LOAD DATA INFILE, but the second one uses LOAD DATA LOCAL INFILE ... I got the second...
View ArticleRe: Possible bug in piwik 2.04 - plugins management not working
Hi Dali, In my piwik server. There was an upgrade alert informing that 2.0a4 was available and it asked me to either download the new version or update automatically. Since I was running only and...
View ArticleRe: New Segment using "Device Type"
Hi., this bug was fixed in piwik 2 (in git). Please wait few weeks for a beta version (or you can use the alpha already which has few bugs)
View ArticleRe: Recoverable Error: Argument 1 passed to Piwik_DataTable::addRow() must be...
Can you delete the piwik_archive_2013_09 table which hopefully will fix this issue?
View ArticleRe: Possible bug in piwik 2.04 - plugins management not working
Thanks for the feedback! Actually it was a bug that you could auto update to it since it is only alpha and not beta yet. Can you delete the file /www/piwik/plugins/ExampleAPI/ExampleAPI.php and try...
View ArticleRe: Possible bug in piwik 2.04 - plugins management not working
Hi matt, I sure can but just so I can understand, should I delete this file from the 2.04 version to see if the errors are gone, or should I delete it from the 1.2 to see if the auto update bug is...
View ArticleRe: New Segment using "Device Type"
Hey matt, glad to hear about piwik 2 beta in just a view weeks :) will it be released within this year as stable?? I can't use alpha / beta states while tracking over thousand (growing) visits a day...
View ArticleRe: can we achieve tracking page generation speed in piwik 1.11 without...
is there any possibility of tracking response time for displaying every keywords searched?
View ArticleRe: what is search results pages column in site search keywords widgets.
hi matt, is this search result pages related to search depth?
View ArticleRe: LOAD DATA INFILE
@SimonSimCity, I actually did 2 things to overcome it. 1 . in mysql command line (this probably overcome LOAD DATA INFILE problem) mysql> grant file on *.* to piwik@localhost 2. the config change...
View ArticleRe: LOAD DATA INFILE
You have to grant the user mysql executable-rights to all the parent-folders of the piwik installation and down to tmp/assets. Read or write doesn't help if it doesn't have executable. In fact, it...
View ArticleRe: LOAD DATA INFILE
I now also got the command "LOAD DATA INFILE" working, what you need, if you want to use the PHP setting open_basedir. Please follow the different statements of this post [forum.piwik.org] and ensure,...
View ArticleRe: Possible bug in piwik 2.04 - plugins management not working
Could you try manually getting [builds.piwik.org] and unzipping over your 2.0-a2 files. This way should fix errors. If you still see any send here, thanks!!
View ArticleRe: Setting gt_ms measure for IE8 users
I finally found a solution. First, on my template page, I add this: <html> <head> <!--[if lte IE 8]> <script src="/public/javascripts/piwik-extension.js'" type="text/javascript"...
View ArticleGot invalid response from API request - once again
Hey there, I did search, I swear, but I can't get some useful Infos: I have an VPS for my Piwik-Instance, over 20 Websites will be tracket, this will grow up. But there are just 4 or 6 Websites who...
View ArticleRe: LOAD DATA INFILE
Be aware of the issues you may now face by not having open_basedir enabled.
View ArticleRe: Timezone problems
Would be nice to have log-output in my own timezone, not just UTC... looks like its a small hobby-programm if this can't be defined. an seriously: piwik isn't a small hobby-programm :)
View Article