Re: Piwik Unable to track all request when my website application, behind in...
It should work with Piwik, maybe you need to configure it a bit: [piwik.org]
View ArticleRe: archive.php errors are a mystery
Can you check that mod_security plugin is not enabled on your apache? Appart from that not sure, but strange that the error is not logged in your apache/error.log, this could be misconfiguration.
View ArticleRe: PHP 5.4.4 > Piwik 1.11.1 ouch (PHP 5.3 ok)
Not sure what youre talking about. Piwik should work 100% well on PHP 5.4 and 5.5. Send more details if you found some bugs. See also: [piwik.org]
View ArticleRe: Bandwidth Reports?
This report dos not exist yet. Maybe create a ticket in dev.piwik.org with Milestone "Feature request" to mark this feature request. Thanks!
View ArticleRe: Piwik 1.7.1 --url / archive.sh?
When it times out with 503 errors, what are the errors logged in the server error log file?
View ArticleRe: Working on Apache Logs
Import the NEW logs, every 3 hours or so. (Piwik cant detect duplicate logs <- missing feature, hopefully someone could sponsor this in the future) Then setup Auto archiving (archive.php), see:...
View ArticleRe: Website Privilige Exception after Update to 1.10.1
Hi Thom, that's very surprising, if few users have experienced it maybe there is a way for some code to update this setting unexpectedly. If you can somehow reproduce this, let us know, as I'd love to...
View ArticleRe: Archiving not working - empty API respopnse
You forgot to paste the first two lines or so which would contain the error itself ;)
View ArticleRe: Can we use Piwik framework for custom analytics?
We hope with Piwik 2.0 to make it much easier for you to re-use the Piwik framework for other purposes! Piwik will become the ultimate platform for your analytics. Stay tuned...
View ArticleRe: Visitor Log
It should only create one visit with several page views. Can you post a screenshot of the Vistior Log showing multiple visits with one action ? Have you modified manually the config.ini.php file ?...
View ArticleRe: An error occured while sending "HTML Email Report"
please try using the latest beta: [builds.piwik.org] where this bug should be fixed ?
View ArticleRe: Database queries for site search usage
Hi Staffan search keywords are stored as Actions in piwik_log_action They have a type = 8 Searches are stored as Page views in log_link_visit_actions Search categories are stored as custom variable on...
View ArticleRe: Unknow location with geoip
Maybe your IP address is not part of the GeoIP database, since the accuracy is not perfect. Maybe you can suggest the improvements to Maxmind directly?
View ArticleRe: not tracking https webpage. http page ok. why ?
For SSL tracking to work, Piwik must work when called on SSL. Have you checked that [example.org] works without warning? If it loads without warning in firefox or chrome or opera, then tracking should...
View ArticleRe: Setup failing
Is there any error logged in your server error log? can you try with a different browser, FF, chrome/ opera ?
View ArticleRe: Track same user by JS and PHP
In the PHP you should actually be able to write $_p->setVisitorId( $_p->getVisitorId() ); the getVisitorId() will actually fetch the visitor ID from the cookie (this will work if the PHP runs on...
View Article