see; [piwik.org]
↧
Re: Disable piwik proxy
↧
Re: Piwik Unable to track all request when my website application, behind in the load balancer configuration..
It should work with Piwik, maybe you need to configure it a bit: [piwik.org]
↧
↧
Re: 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.
Appart from that not sure, but strange that the error is not logged in your apache/error.log, this could be misconfiguration.
↧
Re: 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]
↧
Re: 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!
Thanks!
↧
↧
Re: 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?
↧
Re: 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: [piwik.org] (this is important to pre-process reports)
Then setup Auto archiving (archive.php), see: [piwik.org] (this is important to pre-process reports)
↧
Re: 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 fix it
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 fix it
↧
Re: Archiving not working - empty API respopnse
You forgot to paste the first two lines or so which would contain the error itself ;)
↧
↧
Re: 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...
↧
Re: 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 ?
what version of piwik do you use?
Have you modified manually the config.ini.php file ?
what version of piwik do you use?
↧
Re: An error occured while sending "HTML Email Report"
please try using the latest beta: [builds.piwik.org]
where this bug should be fixed ?
where this bug should be fixed ?
↧
Re: ignore parameters -> cleanup
Not possible at this stage, sorry!
↧
↧
Re: 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 this "page view" row.
Hope it helps! we will update our "Piwik core" documentation in the next 4 months as we plan to document better the Piwik Platform.
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 this "page view" row.
Hope it helps! we will update our "Piwik core" documentation in the next 4 months as we plan to document better the Piwik Platform.
↧
Re: Downloading entire Visitor Log?
In the URL set &filter_limit=1000000
↧
Re: 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?
↧
Re: 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 work as expected.
Have you checked that [example.org] works without warning?
If it loads without warning in firefox or chrome or opera, then tracking should work as expected.
↧
↧
Re: Setup failing
Is there any error logged in your server error log?
can you try with a different browser, FF, chrome/ opera ?
can you try with a different browser, FF, chrome/ opera ?
↧
Re: API Memory Use
Are you using PHP 5.4 ?
↧
Re: Track same user by JS and PHP
In the PHP you should actually be able to write
the getVisitorId() will actually fetch the visitor ID from the cookie (this will work if the PHP runs on the same domain/server as the website being tracked)
$_p->setVisitorId( $_p->getVisitorId() );
the getVisitorId() will actually fetch the visitor ID from the cookie (this will work if the PHP runs on the same domain/server as the website being tracked)
↧