Re: Installing Piwik with 5.3.23-1~dotdeb.0
are you sure in your php.ini file you have uncommented everything you need to, such as the mysqli.so line and so on? Just because it says you have Mysql does not mean mysqli is available. Or you can...
View ArticleRe: Tracking Method Comparison :Javascript vs Image vs PHP?
use the Javascript version, if you don't know the other ones mean
View ArticleRe: Hide URL issues with piwik.php
@Matt is the only way to solve it too run the entire beta version or just take out the piwik.php file? Thank you for your time!
View ArticleRe: Installing Piwik with 5.3.23-1~dotdeb.0
Load up a phpinfo(); Probably it will not contain mysql ?
View ArticleRe: piwiik allways send me to certain date
For me no bookmark, just always goes to the day before even with clearing cache, cookies and so on. Its no biggie too me though.
View ArticleRe: Hide URL issues with piwik.php
Sadly that was the version I had already pulled from GitHub thinking mine was out of date and I still have that error in my logs. I DL'd piwik-1.12-b9.tar.gz took the file from...
View ArticleRe: Installing Piwik with 5.3.23-1~dotdeb.0
Quotevwyoda are you sure in your php.ini file you have uncommented everything you need to, such as the mysqli.so line and so on? Just because it says you have Mysql does not mean mysqli is available....
View ArticleRe: Installing Piwik with 5.3.23-1~dotdeb.0
Most things you will have to uncomment in your php.ini even you install some php-* package. It depends on your distro what is "enabled" by default past the vanilla .ini that comes from upstream.
View ArticleRe: Tracking Method Comparison :Javascript vs Image vs PHP?
can u give me the link of article for more info?
View ArticleRe: # Web Analytics Date format must be: YYYY-MM-DD, or 'today' or...
I did a "test installation" in another directory and ir work fine. If I install it in the old directory, using the same database, Will I lost my previous data? At least, this should be ok as...
View ArticleRe: # Web Analytics Date format must be: YYYY-MM-DD, or 'today' or...
Well I have installed the new beta version and pointed to the old database, but data is not showed, even it no register new visits... (in my previous test, new installation of the beta and new...
View ArticleRe: Tracking Method Comparison :Javascript vs Image vs PHP?
Have you even tried googling for it? The answers are in the docs. I would agree with Matt though if you dont know what the 3 are go JS.
View ArticleRe: Hide URL issues with piwik.php
Well left it to run for the entire night and still have those errors, seems as though roughly 90% of my traffic triggers this, so I see no improvement using the one in GitHub master.
View ArticleRe: Hide URL issues with piwik.php
You mentioned you updated php, how about nginx itself could there be an update to it that might help?
View ArticleUsing PiwikTracker.php and Setting Keyword
I am using the PiwikTracker.php to manually send data over to Piwik. Everything is fine (I can set the client's IP, etc) but I want to send over the keyword they used when a user accesses the site....
View ArticleRe: Using PiwikTracker.php and Setting Keyword
Dont you just set the keyword with setUrl() ? I do not use this method myself but if I remember the docs right that should be correct. HTH
View Article