Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all 13117 articles
Browse latest View live

Re: Disable piwik proxy


Re: Piwik Unable to track all request when my website application, behind in the load balancer configuration..

Re: archive.php errors are a mystery

$
0
0
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.

Re: PHP 5.4.4 > Piwik 1.11.1 ouch (PHP 5.3 ok)

$
0
0
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?

$
0
0
This report dos not exist yet. Maybe create a ticket in dev.piwik.org with Milestone "Feature request" to mark this feature request.
Thanks!

Re: Piwik 1.7.1 --url / archive.sh?

$
0
0
When it times out with 503 errors, what are the errors logged in the server error log file?

Re: Working on Apache Logs

$
0
0
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)

Re: Website Privilige Exception after Update to 1.10.1

$
0
0
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

Re: Archiving not working - empty API respopnse

$
0
0
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?

$
0
0
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

$
0
0
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?

Re: An error occured while sending "HTML Email Report"

Re: ignore parameters -> cleanup

$
0
0
Not possible at this stage, sorry!

Re: Database queries for site search usage

$
0
0
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.

Re: Downloading entire Visitor Log?

$
0
0
In the URL set &filter_limit=1000000

Re: Unknow location with geoip

$
0
0
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 ?

$
0
0
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.

Re: Setup failing

$
0
0
Is there any error logged in your server error log?

can you try with a different browser, FF, chrome/ opera ?

Re: API Memory Use

Re: Track same user by JS and PHP

$
0
0
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 the same domain/server as the website being tracked)
Viewing all 13117 articles
Browse latest View live