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

Changing to SSL on an existing site (1 reply)

$
0
0
I've changed the site where Piwik is located to SSL.

After the change only the basic website where Piwik is located shows up with the correct links while hovering the entries. All others show links to the Piwik installation. Did I miss something? I checked the Piwik code, but it didn't change. It covers https and http as well.

I'm kind of clueless on this task. All reading of FAQ and forum threads didn't help in any way.

Cannot add new website (1 reply)

$
0
0
Hi I am totally lost,

I installed Piwik on one of my wordpress sites a few months ago. So today I logged into piwik and tried to enter anther website.


So first I go to Settings and add my new wordpress website url.

I then go to add that url and install the Piwik plugin.

Then I go to Piwik settings in the plugin and enter the Piwik URL (REST API): as http://www.mydomain.com/analytics/piwik/

Then I enter the Auth token: Which I got from clicking on API in my original Piwik login panel

I then get the this An error occured: Please check URL and auth token. You need at least view access to one site. [Support]

Using a string for filter_pattern (3 replies)

$
0
0
Hi there.

I have a database of 4000 video clips and every clip has an uniqe id (1-4000) in my database. On my website I use url parameters like video=13 to get to the video with id 13. I try to use Actions.getPageUrls and filter_pattern but if I use
filter_pattern=13
I will get all videos with 13 in the url. Like 1313, 2413, 137. So I would like to filter using
video=13&
but
filter_pattern=video=13&
will probably not work right?

Error when Checking For Updates (1 reply)

$
0
0
I am getting the following error when I click on About Piwik on the top right and then click on Check For Updates:

Quote
The string CoreHome_YouAreUsingTheLatestVersion_js was not loaded in javascript. Make sure it is suffixed with _js and that you called %7BloadJavascriptTranslations plugins='$YOUR_PLUGIN_NAME'%7D before your javascript code.

I am running Piwik 1.11.1

Tracking time on page doesn't work correctly, only track about 1s for page (1 reply)

$
0
0
Hi,

Please consider and give my advice for my case. Using Piwik version 1.11, tracking time on page works normally if not trigger goal (navigate page to page only). But the problem happens when trigger a goal before loading other page then Piwik only tracks about 1s for time on page of the previous page. Everyone can point me what's happen or how to fix it? Thanks.

Regards,
Software Engineer
Tung Nguyen

Piwik Bulk API Request (no replies)

$
0
0
I am trying to use the bulk API request for php, but I can't find any examples or get it to work. I can get it to work over the REST API, but I can't get it to convert. Here are the two requests I am trying to make for demonstration.



$request = new Piwik_API_Request('
method=API.getPiwikVersion&format=json&token_auth=xxx&
method=API.getLogoUrl&format=json&token_auth=xxx');


$result = $request->process();
echo $result;

Week date range not working (no replies)

$
0
0
Hi,

We are using PIWIK version 1.9.2. The week date range is not working. Even if we select 7 days of a week using the custom date range, still the reports are not showing data although the individual dates have data in them

How to make Piwik treat IPv4-in-IPv6 notation as IPv4 addresses? (no replies)

$
0
0
This is very annoying to me. Piwik is treating IPv4-in-IPv6 notated IPv4 addresses as IPv6 addresses. This causes that some functionality of Piwik is leaking. For example the usermap/location.

Is there a chance to make Piwik treat IPv4-in-IPv6 notation as IPv4 addresses? Some kind of hidden config option?

It not a "vodoo" patch. It's ony something like an RegEx and Piwik is working proper again:
s/^::ffff:([0-9\.]+)$/$1/

popup onclick action (no replies)

$
0
0
Hi,

I installed Piwik a few weeks ago, and it works great.
Nevertheless, I installed recently a popup that works with an onclick instancy. It's javascript en php based if i understand it well.
My problem is that when a visitor clicks on it, there is no record of it.
How can I solve that issue with the piwik plugin?

Thx

E

archive.php errors are a mystery (no replies)

$
0
0
We're running piwik tracking 700+ sites with something like 200-300,000 hits/day, evaluating it alongside another analytics software to decide which we will use for the long run. We're running archive.php from cron every hour, and for the most part it runs without error.

But 2 or 3 times a day archive.php will have an error like this:

Error: Got invalid response from API request: http://mydomain/index.php?module=API&method=VisitsSummary.getVisits&idSite=778&period=day&date=last2&format=php&token_auth=token&trigger=archivephp. Response was '<br /> <b>Fatal error</b>:  Exception thrown without a stack frame in <b>Unknown</b> on line <b>0</b><br />'
[2013-04-26 10:15:50] [17123131] 1 total errors during this script execution, please investigate and try and fix these errors

I have browser archiving turned off and reports processing set to 3600 in Settings. A few things I've noticed:

*archive.php sometimes has date=last2 and sometimes date=last52
*The error, when it happens, always happens for the first 1 or 2 sites, which in our case is 778 and 779.
*Looking at 'ps', I see sleeping archive.php processes from long ago which never finished/exited. For example:
root      2226  0.0  0.0   2516   884 ?        Ss   00:05   0:00 /bin/sh -c /usr/bin/php /var/www/html/piwik/misc/cron/archive.php --url=http://mydomain/ >> /var/log/piwik-archive.log
root      2230  0.0  0.3  32592 14688 ?        S    00:05   0:00 /usr/bin/php /var/www/html/piwik/misc/cron/archive.php --url=http://mydomain/
root     17524  0.0  0.0   2516   880 ?        Ss   Apr25   0:00 /bin/sh -c /usr/bin/php /var/www/html/piwik/misc/cron/archive.php --url=http://mydomain/ >> /var/log/piwik-archive.log
root     17525  0.0  0.3  32592 14688 ?        S    Apr25   0:00 /usr/bin/php /var/www/html/piwik/misc/cron/archive.php --url=http://mydomain/
root     19478  0.0  0.0   2516   884 ?        Ss   01:05   0:00 /bin/sh -c /usr/bin/php /var/www/html/piwik/misc/cron/archive.php --url=http://mydomain/ >> /var/log/piwik-archive.log
root     19483  0.0  0.3  32928 15044 ?        S    01:05   0:00 /usr/bin/php /var/www/html/piwik/misc/cron/archive.php --url=http://mydomain/
root     32245  0.0  0.0   2516   888 ?        Ss   Apr25   0:00 /bin/sh -c /usr/bin/php /var/www/html/piwik/misc/cron/archive.php --url=http://mydomain/ >> /var/log/piwik-archive.log
root     32246  0.0  0.3  32592 14780 ?        S    Apr25   0:00 /usr/bin/php /var/www/html/piwik/misc/cron/archive.php --url=http://mydomain/

Can anyone offer an idea about what may be happening here and why we get these intermittent errors? My first thought was that maybe the first site(s) sometimes takes a long time to archive. But the archive.php log shows that less than a second goes by:

[2013-04-26 10:09:03] [17123131] ---------------------------
[2013-04-26 10:09:03] [17123131] START[2013-04-26 10:09:03] [17123131] Starting Piwik reports archiving... 
[2013-04-26 10:09:03] [17123131] ERROR: Got invalid response from API request: http://mydomain/index.php?module=API&method=VisitsSummary.getVisits&idSite=778&period=day&date=last2&format=php&token_auth=token&trigger=archivephp. Response was '<br /> <b>Fatal error</b>:  Exception thrown without a stack frame in <b>Unknown</b> on line <b>0</b><br />'
[2013-04-26 10:09:03] [17123131] WARNING: Empty or invalid response '' for website id 778, Time elapsed: 0.123s, skipping
[2013-04-26 10:09:07] [17123131] Archived website id = 779, period = day, Time elapsed: 4.127s
[2013-04-26 10:09:10] [17123131] Archived website id = 779, period = week, 1860 visits, Time elapsed: 3.351s

So the mysteries are:

(1) Why the intermittent errors on the first site
(2) Why are some archive.php processes not exiting but sleeping forever
(3) Why is date sometimes last2 and sometimes last52
(4) Most importantly, are these errors and sleeping archive.php processes causing data to be lost for the affected sites?

PageViews vs. Downloads Reporting (no replies)

$
0
0
We imported a log with PDF entries only and the only report that showed metrics for this was the (Actions > Downloads) Downloads report. Are static files, e.g., PDF, XLS, TXT etc., counted ONLY as downloads and NOT PageViews in Piwik? Does Piwik have a report the includes PageViews for static files?

Download Report: In this report, you can see which files your visitors have downloaded.
What Piwik counts as a download is the click on a download link. Whether the download was completed or not isn't known to Piwik.

Real-Time Map not working well (1 reply)

$
0
0
I love the new real-time maps. I've tried both embedding on a webpage, and providing a link. In both cases there's strange behavior.

1. after about 10 seconds I get the message "there is no data for this report" at the top left corner. Is this something I can fix?

2. hovering over bubbles on the right-hand side shows the tooltips as expected. hovering on the left-hand side, after about 15 seconds, results in no more tooltips.

You can see both the embedded version, and link to external page, here:
http://mathewmitchell.net/extras/

I don't know if this is a bug (since it's a new feature), or if there's something I can do on my end to correct this behavior.

For That Extra Power (no replies)

$
0
0
Attaining healthy muscle is not a very farfetched dream now as Max Thermo Burn is all set to blow your mind with its inherent benefits which gives an immediate power to your muscles.
http://maxthermoburn.ca/

Piwik multiple domains - tracking on one but not another (no replies)

$
0
0
Hi guys,

I have two domains I want to track. One hast ID 1 (www.computerhilfe-eppelheim.de) the other one 3 (klanzeiger.de). 1 gets tracked without any issues, but 3 does not get tracked at all. Both times I use the same piwik installation to track.

I have no idea how such a thing can happen.

any suggestions are highly welcomed!

Not tracking (no replies)

$
0
0
I just installed Piwik and added my new website into it and I put the code into footer.php but still it won't track, why not?

How To Avoid Getting Your Adsense Account Terminated (no replies)

$
0
0
Google, being the undisputable leader in search engines from then until now, is placing a high importance on the quality and relevancy of its search engines. Most especially now that the company is public property. In order to keep the shareholders and users of its engines happy, the quality of the returned results are given extreme importance.

For this same reason, doing the wrong things in the Ad-sense and other forms of advertisements, whether intentionally or unintentionally, will result in a severe penalty, may get you banned and even have your account terminated. Nothing like a good action taken to keep wrongdoers from doing the same things over again.

So for those who are thinking of getting a career in Adsense, do not just think of the strategies you will be using to generate more earnings. Consider some things first before you actually get involved.

Hidden texts. Filling your advertisement page with texts to small to read, has the same color as the background and using css for the sole purpose of loading them with rich keywords content and copy will earn you a penalty award that is given to those who are hiding links.

Page cloaking. There is a common practice of using browser or bot sniffers to serve the bots of a different page other than the page your visitors will see. Loading a page with a bot that a human user will never see is a definite no-no. This is tricking them to click on something that you want but they may not want to go to.

Multiple submissions. Submitting multiple copies of your domain and pages is another thing to stay away from. For example, trying to submit a URL of an Ad sense as two separate URL’s is the same as inviting trouble and even termination. Likewise, this is a reason to avoid auto submitter s for those who are receiving submissions. Better check first if your domain is submitted already an a certain search engine before you try to submit to it again. If you see it there, then move on. No point contemplating whether to try and submit there again.

Link farms. Be wary of who and what are you linking your Adsense to. The search engines know that you cannot control your links in. But you can certainly control what you link to. Link farming has always been a rotten apple in the eyes of search engines, especially Google. That is reason enough to try and avoid them. Having a link higher than 100 on a single page will classify you as a link farm so try and not to make them higher than that.

Page rank for sale. If you have been online for quite some time, you will notice that there are some sites selling their PR links or trading them with other sites. If you are doing this, expect a ban anytime in the future. It is okay to sell ads or gain the link. But doing it on direct advertisement of your page rank is a way to get on search engines bad side.

Doorways. This is similar to cloaking pages. The common practice of a page loaded with choice keyword ads aimed at redirecting visitors to another “user-friendly” page is a big issue among search engines. There are many seo firms offering this kind of services. Now that you know what they actually are, try to avoid them at all costs.

Multiple domains having the same content. In case you are not aware of it, search engines look at domains IP’s, registry dates and many others. Having multiple domains having the same exact content is not something you can hide from them. The same goes with content multiplied many times on separate pages, sub domains and forwarding multiple domains to the same content.

Many of the above techniques apply to most search engines and is not entirely for Google only. By having a mind set that you are building your Adsense together with your pages for the human users and not for bots, you can be assured of the great things for your ads and sites.

Not to mention avoiding the wrath of the search engines and getting your Adsense and site account terminated altogether.

delete (no replies)

Disable piwik proxy (no replies)

$
0
0
Hello, how disable piwik proxy to prevent:
https://XXXXXXX/index.php?module=Proxy&action=getJs&cb=5e9b984bffd63da5eb589c867f90f0e7
It bug in my case and generate lot of extra trafic.
Cheer,

Piwik Unable to track all request when my website application, behind in the load balancer configuration.. (no replies)

$
0
0
Hi, i'm facing now a problem regarding to my piwik, it cant detect any traffic/hits/request when my application website is behind in load balancer setup.. i can telnet both server, i can access the js and piwik.php file via url, but no traffic detects in my piwik..
but when i use google analytics, i got no issue even if my application behind in load balancer..
my piwik is working with my 15 high traffic web application which is running in vm server, thats why im thinking why is it piwik wont work when the application is behind in the load balancer? is there any configuration that i missed out? or any settings that will work when your application that you would like to track all traffic is in behind the load balancer...

hope this issue will adress to all devs and support team..

thanks in advance..

Zeros as filter_pattern (no replies)

$
0
0
Hi there. I need to use filter_pattern to find strings with zeros in the begining: 000001234
I can't get it to work. But if I use only 1234 it works. But I need the zeros too.

Help!
Viewing all 4243 articles
Browse latest View live