issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 262k ⌀ | issue_title stringlengths 1 1.02k | issue_comments_url stringlengths 53 116 | issue_comments_count int64 0 2.49k | issue_created_at stringdate 1999-03-17 02:06:42 2025-06-23 11:41:49 | issue_updated_at stringdate 2000-02-10 06:43:57 2025-06-23 11:43:00 | issue_html_url stringlengths 34 97 | issue_github_id int64 132 3.17B | issue_number int64 1 215k |
|---|---|---|---|---|---|---|---|---|---|
[
"matomo-org",
"matomo"
] | "Action -> Page titles" shows the avg. page generation time. With language set to english the numbers are displayed correctly. With language german numbers are displayed with two decimal points.
 icons for browsers, operating systems, device types, device plugins | https://api.github.com/repos/matomo-org/matomo/issues/10587/comments | 42 | 2016-09-27T20:01:15Z | 2017-01-07T13:43:11Z | https://github.com/matomo-org/matomo/issues/10587 | 179,597,513 | 10,587 |
[
"matomo-org",
"matomo"
] | Follows up https://github.com/piwik/piwik/issues/8689
Some work was done in https://github.com/piwik/piwik/pull/9858 and can be re-used.
We need help for this one, if someone is keen to carry on the work... :8ball:
| Run our automated tests suite also on PHP7 | https://api.github.com/repos/matomo-org/matomo/issues/10586/comments | 1 | 2016-09-27T19:49:45Z | 2024-09-13T09:01:52Z | https://github.com/matomo-org/matomo/issues/10586 | 179,594,780 | 10,586 |
[
"matomo-org",
"matomo"
] | Similarly to uniques visitors, unique users and unique page views, we could process and report unique events metrics, for each of the events dimensions name, category, action.
This was added to google analytics last week: https://analytics.googleblog.com/2016/09/improving-google-analytics-events-with.html?m=1
| process unique events metrics | https://api.github.com/repos/matomo-org/matomo/issues/10584/comments | 2 | 2016-09-27T19:21:15Z | 2022-11-07T16:09:33Z | https://github.com/matomo-org/matomo/issues/10584 | 179,588,058 | 10,584 |
[
"matomo-org",
"matomo"
] | # Problem
After few day on lab with how to archive high speed and volume with Piwik. I have many DB choice to run
- MariaDB Cassandra
- MariaDB Spider Storage
- TokuDB
Both Cassandra and Spider Storage engine are problem with schema table that difficult to change although you can do it manually database shell. ... | Ability to easily change database engine | https://api.github.com/repos/matomo-org/matomo/issues/10583/comments | 4 | 2016-09-27T17:36:54Z | 2024-09-13T09:01:52Z | https://github.com/matomo-org/matomo/issues/10583 | 179,561,844 | 10,583 |
[
"matomo-org",
"matomo"
] | Hi!
While I try to access to piwik I got "The directory "/var/www/piwik/tmp/cache/tracker/" does not exist and could not be created." error, but I even grant 777 rught either to piwik/tmp and piwik/config directories.
| An error occurred | https://api.github.com/repos/matomo-org/matomo/issues/10582/comments | 3 | 2016-09-27T13:54:05Z | 2024-09-13T09:01:53Z | https://github.com/matomo-org/matomo/issues/10582 | 179,499,533 | 10,582 |
[
"matomo-org",
"matomo"
] | Hi,
I have integrated the [Tracking HTTP API](http://developer.piwik.org/api-reference/tracking-api) using the [PHP Client](http://developer.piwik.org/api-reference/PHP-Piwik-Tracker) into my Symfony 2.7 WebApp.
To track a page view I simply call clients `doTrackPageView($documentTitle)` method from within the page c... | Tracking HTTP API: Server IP is tracked instead of user IP | https://api.github.com/repos/matomo-org/matomo/issues/10581/comments | 1 | 2016-09-27T05:25:53Z | 2016-10-02T22:53:40Z | https://github.com/matomo-org/matomo/issues/10581 | 179,400,118 | 10,581 |
[
"matomo-org",
"matomo"
] | ### Reproduce
- In Piwik 3, open the dahsboard
- while the dashboard is loading, click on a top menu link
- the dashboard cancels loading the widget, as expected... However
- Got: a red error notification message
- Expected instead: no red notification message, as I just clicked away and this is not an error
### sc... | Display the "oops" red error message, only when there was an error, do not show it when user clicks away to load another menu or page | https://api.github.com/repos/matomo-org/matomo/issues/10578/comments | 7 | 2016-09-27T01:59:10Z | 2024-09-13T09:01:53Z | https://github.com/matomo-org/matomo/issues/10578 | 179,379,796 | 10,578 |
[
"matomo-org",
"matomo"
] | When clicking on the website selector, let's put the focus in the search field form, as it will make it easy to directly type a website name and avoid user having to aim & click in the small search box.
| Clicking on the website selector, should put the focus in the search box | https://api.github.com/repos/matomo-org/matomo/issues/10577/comments | 2 | 2016-09-27T01:54:51Z | 2016-09-30T22:39:13Z | https://github.com/matomo-org/matomo/issues/10577 | 179,379,235 | 10,577 |
[
"matomo-org",
"matomo"
] | as suggested by @tsteur in https://github.com/piwik/piwik/pull/9684#issuecomment-243579422
> If we do not merge this and keep the idsite in there, we could actually improve the performance of this query in most cases by using ORDER BY idsite $filterSortOrder , visit_last_action_time $filterSortOrder.
| Improve performance of Visitor Log by tweaking the MySQL query | https://api.github.com/repos/matomo-org/matomo/issues/10567/comments | 0 | 2016-09-26T20:24:35Z | 2016-10-05T05:21:58Z | https://github.com/matomo-org/matomo/issues/10567 | 179,328,090 | 10,567 |
[
"matomo-org",
"matomo"
] | Currently the Login form errors don't use the material design notifications.
Our goal is to be consistent in the UI and so it would look much nicer to use the material error notification.
## Current look

#... | Login form errors should use the nice material design look | https://api.github.com/repos/matomo-org/matomo/issues/10563/comments | 2 | 2016-09-26T04:52:00Z | 2016-10-05T21:29:08Z | https://github.com/matomo-org/matomo/issues/10563 | 179,139,178 | 10,563 |
[
"matomo-org",
"matomo"
] | this is optional to fix, in case it's not trivial...
- When viewing Insights report, the select lists with the text `same day in the previous week` and `Increaser & decreaser` are truncated
- is it possible to make the select lists wider so the whole text is viewable?
![is it possible to make the select lists wider so... | When viewing Insights report, the select boxes are not wide enough for the whole text to be readable at once | https://api.github.com/repos/matomo-org/matomo/issues/10562/comments | 2 | 2016-09-26T04:31:45Z | 2024-09-13T10:57:03Z | https://github.com/matomo-org/matomo/issues/10562 | 179,137,637 | 10,562 |
[
"matomo-org",
"matomo"
] | When adding/editing a website, the select lists "Currency" and "Time zone" sometimes/often do not display:
- only the `Currency` and `Time zone` website settings seem affected
- sometimes the select list are visible, but most of the time the select lists are not visible
- reproducible in both FF and Chrome
### screensh... | When adding/editing a website, the select lists "Currency" and "Time zone" sometimes/often do not display | https://api.github.com/repos/matomo-org/matomo/issues/10561/comments | 0 | 2016-09-26T04:25:43Z | 2016-10-03T04:18:51Z | https://github.com/matomo-org/matomo/issues/10561 | 179,137,201 | 10,561 |
[
"matomo-org",
"matomo"
] | Reproduce URL is: `index.php?module=CoreAdminHome&action=home&showaddsite=1&period=day&date=yesterday&idSite=1`
Marketplace request URL is `http://plugins.piwik.org/api/2.0/plugins?keywords=&php=7.0.9-1%2Bdeb.sury.org%7Etrusty%2B1&piwik=3.0.0-b1&prefer_stable=1&query=&sort=newest`
My PHP version is `PHP 7.0.9-1+deb.s... | in General Settings dashboard, getting "Invalid PHP version" | https://api.github.com/repos/matomo-org/matomo/issues/10560/comments | 4 | 2016-09-26T04:17:03Z | 2016-10-03T04:19:08Z | https://github.com/matomo-org/matomo/issues/10560 | 179,136,495 | 10,560 |
[
"matomo-org",
"matomo"
] | Reproducible in FF and Chrome

- `Visits` is not fully visible
- the selector appears not to use the material design
| All websites dashboard: the metrics selector's text is partially hidden | https://api.github.com/repos/matomo-org/matomo/issues/10559/comments | 1 | 2016-09-26T04:08:19Z | 2016-10-03T04:19:19Z | https://github.com/matomo-org/matomo/issues/10559 | 179,135,732 | 10,559 |
[
"matomo-org",
"matomo"
] | Reproduce example:
- [Visitors>Overview](https://demo.piwik.org/index.php?module=CoreHome&action=index&date=today&period=month&idSite=1#?module=VisitsSummary&action=index&date=today&period=month&idSite=1)
- In some cases, the clicked sparkline will load in the evolution graph two metric at once. Eg. when you click on... | When clicking on a Sparkline, the top evolution graph should load the historical data for this sparkline's metric | https://api.github.com/repos/matomo-org/matomo/issues/10555/comments | 0 | 2016-09-25T22:02:51Z | 2016-10-03T04:19:22Z | https://github.com/matomo-org/matomo/issues/10555 | 179,111,933 | 10,555 |
[
"matomo-org",
"matomo"
] | On Goals > Overview page listing all goals, when clicking on a Goal name title, it should open the goal report.
(regression from 2.x)
| On Goals > Overview, the Goal names titles should link to the Goal report | https://api.github.com/repos/matomo-org/matomo/issues/10554/comments | 0 | 2016-09-25T21:59:42Z | 2016-10-03T04:19:30Z | https://github.com/matomo-org/matomo/issues/10554 | 179,111,781 | 10,554 |
[
"matomo-org",
"matomo"
] | The full message is `Error in Piwik: Action 'lostPassword' not found in the module 'Login'`.
I am using Apache 2.4 on Windows 2008 R2, but could not find any entry in the access log that matches the time of the PHP error_log entry. Maybe it was a CLI process? While we do have scheduled cron.php runs, but the time does... | PHP error_log contains "Action 'lostPassword' not found" | https://api.github.com/repos/matomo-org/matomo/issues/10553/comments | 8 | 2016-09-25T09:23:47Z | 2024-09-13T09:01:54Z | https://github.com/matomo-org/matomo/issues/10553 | 179,077,014 | 10,553 |
[
"matomo-org",
"matomo"
] | In order to better manage user-accounts for Piwik it would be great if the lastSeen variable was added as a new column that is returned with the API method UsersManager.getUsers. We currently use these API-calls to export the list of users and manage access to Piwik via an external tool.
| Add field lastSeen in the API for the UsersManager | https://api.github.com/repos/matomo-org/matomo/issues/10550/comments | 7 | 2016-09-23T14:05:34Z | 2024-09-13T09:01:54Z | https://github.com/matomo-org/matomo/issues/10550 | 178,886,433 | 10,550 |
[
"matomo-org",
"matomo"
] | Its is impossible to use the real-time map (zoom step 2). To zoom in it requires the user to click on the country. However if the country is small (like the netherlands) the yellow circles will completely cover it. Resulting in the fact that you cant zoom in any further.
<img width="374" alt="screen shot 2016-09-23 a... | Real-time Map difficult to use / unusable with higher traffic | https://api.github.com/repos/matomo-org/matomo/issues/10549/comments | 6 | 2016-09-23T14:00:11Z | 2016-09-26T21:23:53Z | https://github.com/matomo-org/matomo/issues/10549 | 178,885,170 | 10,549 |
[
"matomo-org",
"matomo"
] | Here https://github.com/piwik/piwik/blob/master/core/DbHelper.php#L201 instead of
```
return (0 !== preg_match('/(^[a-zA-Z0-9]+([a-zA-Z_0-9.-\+]*))$/D', $dbname));
```
should be
```
return (0 !== preg_match('/(^[a-zA-Z0-9]+([a-zA-Z_0-9.\-\+]*))$/D', $dbname));
```
('-' was not escaped).
| Allow to install Piwik in database name containing a hyphen "-" | https://api.github.com/repos/matomo-org/matomo/issues/10547/comments | 7 | 2016-09-23T11:36:09Z | 2016-11-11T00:52:05Z | https://github.com/matomo-org/matomo/issues/10547 | 178,854,499 | 10,547 |
[
"matomo-org",
"matomo"
] | - Website names do not appear on first load, when there is no data yet. On Firefox 48

| No data has been recorded screen -> no website name is displayed | https://api.github.com/repos/matomo-org/matomo/issues/10546/comments | 0 | 2016-09-23T11:20:48Z | 2016-09-27T04:27:10Z | https://github.com/matomo-org/matomo/issues/10546 | 178,851,602 | 10,546 |
[
"matomo-org",
"matomo"
] | Currently, Piwik restricts the naming of plugins using the following regular expression: `'/^[a-zA-Z]([a-zA-Z0-9]*)$/D'`. I propose that any valid PHP class name be a valid plugin name. According to the PHP documentation, a valid class name is defined as,
> The class name can be any valid label, provided it is not a... | Allow for underscores in plugin names | https://api.github.com/repos/matomo-org/matomo/issues/10541/comments | 3 | 2016-09-22T17:20:05Z | 2016-10-26T03:41:59Z | https://github.com/matomo-org/matomo/issues/10541 | 178,670,011 | 10,541 |
[
"matomo-org",
"matomo"
] | dear all
I'm using version 2.16.2 and use also new Tracking-code. I will attached tracking-code ( all my sides use same code ) and a report Sep.2016.
on Report you see only visitis nothing else.
Many Thx for your support
Best regards
Willi
[Report_piwik_sep_2016.txt](https://github.com/piwik/piwik/files/487403/Repor... | count visits but no visitors or other things | https://api.github.com/repos/matomo-org/matomo/issues/10540/comments | 1 | 2016-09-22T13:49:59Z | 2016-09-26T20:55:34Z | https://github.com/matomo-org/matomo/issues/10540 | 178,615,206 | 10,540 |
[
"matomo-org",
"matomo"
] | AMP (Accelerated Mobile Pages) sites are gaining traction, and tracking data with this technology is a bit more complicated than with pure HTML/JS: https://www.ampproject.org/docs/reference/extended/amp-analytics.html
Sure we can use the pixel image fallback method for basic tracking, but what about becoming an AMP An... | Becoming an AMP Analytics vendor | https://api.github.com/repos/matomo-org/matomo/issues/10539/comments | 20 | 2016-09-22T10:05:03Z | 2024-01-03T07:04:25Z | https://github.com/matomo-org/matomo/issues/10539 | 178,568,994 | 10,539 |
[
"matomo-org",
"matomo"
] | Hi All,
I need to upgrade PIWIK to version 2.16.2 from 2.16.0 without losing the data that I have collected in the last 6 months can you please guide me on this
| help required to upgardePIWIK from version 2.16.0 to 2.16.2 without losing already present data | https://api.github.com/repos/matomo-org/matomo/issues/10538/comments | 2 | 2016-09-22T09:47:27Z | 2016-09-26T20:55:18Z | https://github.com/matomo-org/matomo/issues/10538 | 178,565,411 | 10,538 |
[
"matomo-org",
"matomo"
] | Often the visitor log UI tests, and overlay UI tests, are randomly failing. as we need to have a green build for UI tests, for now we must disable these tests. It's bad practise to disable UI tests but we have no choice if we want to see a green build for other practical reasons.
Ideally in the future phantomjs2 will... | Random UI test failures (due to bug in phantomjs2) | https://api.github.com/repos/matomo-org/matomo/issues/10536/comments | 3 | 2016-09-22T02:21:15Z | 2024-09-13T09:01:55Z | https://github.com/matomo-org/matomo/issues/10536 | 178,504,817 | 10,536 |
[
"matomo-org",
"matomo"
] | Referrers: When Graph value is selected, it is redirecting to blank page
Please refer: https://youtu.be/bxNofrG7vVU
| Referrers: When Graph value is selected, it is redirecting to blank page. | https://api.github.com/repos/matomo-org/matomo/issues/10535/comments | 7 | 2016-09-21T15:20:39Z | 2024-09-13T09:01:55Z | https://github.com/matomo-org/matomo/issues/10535 | 178,379,132 | 10,535 |
[
"matomo-org",
"matomo"
] | The tracking code produced by default doesn't include this line :
`_paq.push(['setCustomUrl', location.href.toLowerCase()]);`
I don't know why someone would want **/mydirectory/** and **/mYDirectorY/** be ever separate... I had to include Piwik on a Windows server for the first time and now we got to manually add st... | In Tracking code, add an option to make page URL tracking case insensitive (useful for sites hosted on Windows) | https://api.github.com/repos/matomo-org/matomo/issues/10534/comments | 9 | 2016-09-21T13:37:24Z | 2024-01-03T07:04:24Z | https://github.com/matomo-org/matomo/issues/10534 | 178,349,097 | 10,534 |
[
"matomo-org",
"matomo"
] | Use case: I prefer using Piwik in English because of documentation, support and forums BUT I need to produce PDF reports in French to my end users.
Feature request: Add a setting for language being used in each report setting.
It would probably be ok to select user'general preference by default.
| Make PDF Reports language independent of personal preferences | https://api.github.com/repos/matomo-org/matomo/issues/10531/comments | 1 | 2016-09-20T12:42:15Z | 2024-09-13T09:01:56Z | https://github.com/matomo-org/matomo/issues/10531 | 178,048,778 | 10,531 |
[
"matomo-org",
"matomo"
] | I have found some discrepancies in the page statistics of piwik. (Dashboard -> Actions/Pages)
If I sort on the pageviews ascending:

If I sort on the pageviews descending:

- [ ] Forum General questions: look for bugs & regressions in [General questions forum](http:... | Release 2.16.3 | https://api.github.com/repos/matomo-org/matomo/issues/10526/comments | 1 | 2016-09-19T22:45:16Z | 2016-10-02T23:39:50Z | https://github.com/matomo-org/matomo/issues/10526 | 177,917,970 | 10,526 |
[
"matomo-org",
"matomo"
] | Piwik could greatly help to make websites better by providing a new plugin which provides a new menu point: "Find the bad"
and contains the functions:
1) List of 404 urls and the referes used to go there #6580 and #3563
2) "Inverse" page tracking - to find bad pages #10519
3) "Inverse" Custom Event tracking - to find b... | new plugin: "find the bad" | https://api.github.com/repos/matomo-org/matomo/issues/10521/comments | 1 | 2016-09-19T18:50:02Z | 2024-09-13T09:01:56Z | https://github.com/matomo-org/matomo/issues/10521 | 177,865,541 | 10,521 |
[
"matomo-org",
"matomo"
] | If you have a page with some different pieces content on it
like
- ads
- top-Menu
- site menu
- crossselling items
etc.
The usage of these content pieces could be tracked via https://piwik.org/docs/content-tracking/
To make your website better it would be not only interesting which content pieces are a) seen and b)... | "Inverse" Content tracking - to find bad pieces of content | https://api.github.com/repos/matomo-org/matomo/issues/10520/comments | 2 | 2016-09-19T15:58:06Z | 2024-09-13T09:01:57Z | https://github.com/matomo-org/matomo/issues/10520 | 177,824,499 | 10,520 |
[
"matomo-org",
"matomo"
] | To make your website better it would be not only interesting which pages are visited, but on the other site:
pages are never or only very rarely visited.
This may have several reasons:
- they are not visible to the user (design problem)
- there could be a technical problem (technical problem: maybe only in some browse... | "Inverse" page tracking - to find bad pages | https://api.github.com/repos/matomo-org/matomo/issues/10519/comments | 7 | 2016-09-19T15:46:59Z | 2024-09-13T09:01:57Z | https://github.com/matomo-org/matomo/issues/10519 | 177,821,540 | 10,519 |
[
"matomo-org",
"matomo"
] | Since not only "number of visits" is a global goal for a page but also time spent on,
it would be nice to show in action/pages: also "total time on page"
so one do not have to manually multiply number of visits with the average duration...
 list of pages visited repeatedly
e.g. with number of repetition e.g. in brackets:
/at-home/green-dogs.html [4]
/outsite/white-cats.htm [2]
(see also #8912)
2) list of pages with most time spent on (sum of all visits)
e.g.
/in-town/r... | visitor profile/summary: show what visitor likes | https://api.github.com/repos/matomo-org/matomo/issues/10516/comments | 2 | 2016-09-19T14:43:28Z | 2024-09-13T09:01:59Z | https://github.com/matomo-org/matomo/issues/10516 | 177,804,241 | 10,516 |
[
"matomo-org",
"matomo"
] | I updated from 2.16.1 to 2.16.2 manually.
Piwik is hosted on a Windows Server 2012 R2 Standard. It runs ony PHP 5.6.23 and is hosted by IIS 8.5. After the update I get a 500 when I either access my personal settings or the administration section.
Here are the corresponding error-logs from IIS:
Personal Settings:
`20... | Error 500 when accessing personal settings or Administration after update to 2.16.2 | https://api.github.com/repos/matomo-org/matomo/issues/10515/comments | 1 | 2016-09-19T10:11:38Z | 2016-09-26T21:00:51Z | https://github.com/matomo-org/matomo/issues/10515 | 177,747,646 | 10,515 |
[
"matomo-org",
"matomo"
] | is there any possiblity to find out if the visitor of my website has enabled or disabled javascript?
thanks in advance!
cheers
| How do I track which visits have Javascript enabled/disabled? | https://api.github.com/repos/matomo-org/matomo/issues/10509/comments | 4 | 2016-09-16T08:01:08Z | 2024-09-13T09:02:00Z | https://github.com/matomo-org/matomo/issues/10509 | 177,366,132 | 10,509 |
[
"matomo-org",
"matomo"
] | Piwik 2.16.1, Chrome 51 under Windows 8.1.
PHP 5.5.x , Apache 2.4.x
After letting a tab open over a period of time > 20 minutes, some red graphics disappear when switching to Piwik's tab like in this screenshot:
 in the directory
tmp/cache/tracker on the files swap??????. There was about 250.000 files. Most with zero size.
After deleting them all, changing user set... | 100% CPU when changing user password with manage access | https://api.github.com/repos/matomo-org/matomo/issues/10505/comments | 3 | 2016-09-14T11:59:41Z | 2024-09-13T10:57:02Z | https://github.com/matomo-org/matomo/issues/10505 | 176,888,472 | 10,505 |
[
"matomo-org",
"matomo"
] | Hello
I'm new to latest version Piwik 2.6.12 and installed in ubuntu 14.04 server with nginx and PHP7.
But I feel Piwik is not track all visits. Visit stats is very lower than our tests and visitors.
Also Visitors in Real-time displays zero visit, but it's not!
I've checked the error log and there's no error in error l... | Piwik Visitors in Real-Time displays nothing | https://api.github.com/repos/matomo-org/matomo/issues/10504/comments | 1 | 2016-09-14T09:29:38Z | 2016-09-27T02:06:02Z | https://github.com/matomo-org/matomo/issues/10504 | 176,858,760 | 10,504 |
[
"matomo-org",
"matomo"
] | See title.
I mean especially UI but also the actual API call that returns the tracking code
| Let other plugins enrich the tracking code generator | https://api.github.com/repos/matomo-org/matomo/issues/10503/comments | 1 | 2016-09-14T04:07:03Z | 2024-09-13T09:02:01Z | https://github.com/matomo-org/matomo/issues/10503 | 176,809,789 | 10,503 |
[
"matomo-org",
"matomo"
] | ErrorException (E_WARNING)
HELP
number_format() expects parameter 1 to be double, array given
(line 180 of app/src/Analytics/Controller/WebAnalyticsController.php) which contains):
```
$visits = number_format($visits, 0, trans('i18n.dec_point'), trans('i18n.thousands_sep'));
```
If it helps, for reference, $visits v... | number_format() expects parameter 1 to be double, array given | https://api.github.com/repos/matomo-org/matomo/issues/10495/comments | 1 | 2016-09-13T14:41:44Z | 2016-09-27T02:08:52Z | https://github.com/matomo-org/matomo/issues/10495 | 176,659,302 | 10,495 |
[
"matomo-org",
"matomo"
] | When there are several plugin updates available, it would be handy to not have to do the update procedure step by step for each available update but all in one with a Button/Link "update all"
at the end of the procedure there should be summary shown e.g. "x plugins were updated"
| several plugin updates available: "update all"-Button | https://api.github.com/repos/matomo-org/matomo/issues/10488/comments | 3 | 2016-09-12T19:48:35Z | 2019-03-07T02:24:04Z | https://github.com/matomo-org/matomo/issues/10488 | 176,466,978 | 10,488 |
[
"matomo-org",
"matomo"
] | I have some Piwik JS code embedded in my SharePoint sites. I am submitting a username using the 'setUserId' command and that works perfectly everytime. When I added in a Visit Dimension to submit a user's Department (userDepartment) the value only gets added to the dimension about 50% of the time, the other 50% is list... | Dimensions not always pulling in information from site | https://api.github.com/repos/matomo-org/matomo/issues/10487/comments | 7 | 2016-09-12T18:31:40Z | 2024-09-13T09:02:02Z | https://github.com/matomo-org/matomo/issues/10487 | 176,449,302 | 10,487 |
[
"matomo-org",
"matomo"
] | Hi,
We are having some issues with tracking Site search keywords after upgrading to 2.16.2 version:
This is before the upgrade:
[https://cdn-standard.discourse.org/uploads/piwik/original/2X/1/1878a4cbb2c8e3f95fb8f68d599c7a51316059da.png](https://cdn-standard.discourse.org/uploads/piwik/original/2X/1/1878a4cbb2c8e3f... | Some issues with Site Search Keywords in 2.16.2 | https://api.github.com/repos/matomo-org/matomo/issues/10486/comments | 5 | 2016-09-12T06:08:00Z | 2024-09-13T09:02:02Z | https://github.com/matomo-org/matomo/issues/10486 | 176,300,810 | 10,486 |
[
"matomo-org",
"matomo"
] | I have tried to Install Piwki on a Cpanel Server with follows all Requirements (Php5.5 PDO extensions installed)

Any thoughts?
| Issues installing Piwki (Blank Screen) | https://api.github.com/repos/matomo-org/matomo/issues/10485/comments | 5 | 2016-09-11T18:06:02Z | 2024-09-13T09:02:03Z | https://github.com/matomo-org/matomo/issues/10485 | 176,256,239 | 10,485 |
[
"matomo-org",
"matomo"
] | So I want to make sure none of my visitors ever get any cookies at all. I use the following code:
``` html
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['disableCookies']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//<?php ech... | Stop Piwik from setting any cookies for visitors | https://api.github.com/repos/matomo-org/matomo/issues/10484/comments | 4 | 2016-09-11T12:01:17Z | 2016-10-05T20:52:50Z | https://github.com/matomo-org/matomo/issues/10484 | 176,240,517 | 10,484 |
[
"matomo-org",
"matomo"
] | Hello,
I recently discovered that numbers from Incoming traffic report (Transitions) often does not match.
Good example can be found at piwik.pro demo instance: demo.piwik.pro/index.php?module=CoreHome&action=index&idSite=1&period=day&date=2016-09-07#?module=Actions&action=menuGetPageUrls&idSite=1&period=day&date=2... | Transitions - numbers from Incoming Traffic don't match | https://api.github.com/repos/matomo-org/matomo/issues/10482/comments | 6 | 2016-09-08T14:25:56Z | 2024-09-13T09:02:03Z | https://github.com/matomo-org/matomo/issues/10482 | 175,768,037 | 10,482 |
[
"matomo-org",
"matomo"
] | When opening a modal confirm for a specific element, the element is currently moved into the modal box. Closing the box, doesn't move it back, so recreating won't work, as the content can't be found anymore.
To reproduce the failure, simply try to remove a segment, click no, and try it again.
Cloning the content befo... | Some confirms are broken in 3.x | https://api.github.com/repos/matomo-org/matomo/issues/10479/comments | 3 | 2016-09-07T18:59:32Z | 2016-10-05T21:13:25Z | https://github.com/matomo-org/matomo/issues/10479 | 175,579,877 | 10,479 |
[
"matomo-org",
"matomo"
] | After updating to 2.16.2, every site dashboard displays the following error:
Class Piwik\PiwikPro\Advertising does not exist

From the error_log:
`Error in Piwik: Class Piwik\\PiwikPro\\Advertising does not e... | Error: Class Piwik\PiwikPro\Advertising does not exist | https://api.github.com/repos/matomo-org/matomo/issues/10477/comments | 1 | 2016-09-07T16:56:23Z | 2016-09-27T03:11:12Z | https://github.com/matomo-org/matomo/issues/10477 | 175,554,534 | 10,477 |
[
"matomo-org",
"matomo"
] | When hosting Piwik behind cloudflare the IP reporting is off. This is correct behaviour, but it would be preferred to make use of the cloudflare header that's reporting the real IP for clients.
This could be an easy fix or option:
if (isset($_SERVER["HTTP_CF_CONNECTING_IP"])) {
$_SERVER['REMOTE_ADDR'] = $_SERVER["H... | Piwik using CLoudflare IPs instead of real user IPs | https://api.github.com/repos/matomo-org/matomo/issues/10476/comments | 2 | 2016-09-07T15:57:48Z | 2016-09-27T03:12:07Z | https://github.com/matomo-org/matomo/issues/10476 | 175,540,941 | 10,476 |
[
"matomo-org",
"matomo"
] | There are two very similar functions listed in this document
https://developer.piwik.org/api-reference/Piwik/Plugin#getlisthooksregistered
`registerEvents()`
`getListHooksRegistered()`
If you by mistake implement both in same plugin the latter one will override the former one and events registered in first one will ... | Add explicit warning to docs about event registering logic | https://api.github.com/repos/matomo-org/matomo/issues/10475/comments | 3 | 2016-09-07T12:23:23Z | 2016-09-29T19:16:49Z | https://github.com/matomo-org/matomo/issues/10475 | 175,488,812 | 10,475 |
[
"matomo-org",
"matomo"
] | I am seeing exactly the same behavior as described here: https://github.com/piwik/piwik/issues/4562.
DB is on version 2.16.1. I tries to install 2.16.2 and 2.16.1, but option to "Reuse the tables" is not present.
Environment:
Hosting: DreamHost with CloudFlare CDN
PHP version 7.0.9
Installation System Check passe... | Can't reuse/migrate DB from other hosting | https://api.github.com/repos/matomo-org/matomo/issues/10474/comments | 1 | 2016-09-07T08:14:32Z | 2024-09-13T09:02:04Z | https://github.com/matomo-org/matomo/issues/10474 | 175,439,870 | 10,474 |
[
"matomo-org",
"matomo"
] | I installed the latest piwik version under IIS on windows server 2012 R2. Every few hours the piwik site goes down and I see the following in the log:
> [05-Sep-2016 21:53:31 UTC] PHP Warning: require_once(C:\inetpub\wwwroot): failed to open stream: Permission denied in C:\inetpub\wwwroot\core\bootstrap.php on line 4... | Piwik site crashes intermittently | https://api.github.com/repos/matomo-org/matomo/issues/10473/comments | 4 | 2016-09-06T18:28:50Z | 2016-11-11T23:36:14Z | https://github.com/matomo-org/matomo/issues/10473 | 175,317,361 | 10,473 |
[
"matomo-org",
"matomo"
] | It fails due to MySQL "feature" of silently defaulting CHAR(X) not null values to '' (empty string)
So on Distrib 5.5.35, it worked and inserted empty strings silently
and started failing on Distrib 5.7.13 with:
`Error query: SQLSTATE[HY000]: General error: 1364 Field 'location_country' doesn't have a default value
... | Disabled UserCountry plugin fails on some MySQL versions | https://api.github.com/repos/matomo-org/matomo/issues/10472/comments | 2 | 2016-09-06T08:56:34Z | 2016-09-27T03:43:29Z | https://github.com/matomo-org/matomo/issues/10472 | 175,194,417 | 10,472 |
[
"matomo-org",
"matomo"
] | > I found out why plugins/marketplace times out for me. I have allow_url_include set to off in php.ini. You should add this to system file check page and let users know why they need it.
from https://forum.piwik.org/t/cron-archive-doesnt-work-plugins-timeout/20578/2
-> we could add a new system check to help users co... | New system check diagnostic for allow_url_include=on | https://api.github.com/repos/matomo-org/matomo/issues/10471/comments | 7 | 2016-09-06T01:17:55Z | 2024-09-13T09:02:04Z | https://github.com/matomo-org/matomo/issues/10471 | 175,142,604 | 10,471 |
[
"matomo-org",
"matomo"
] | Hi,
I just upgraded (a test env) from piwik 2 to 3.x-dev branch, and the migration said everything went find, but when I login, I get this infinite nested ui (which crash my browser). I tried to find other users with the same issue, but no luck (I'm kind of new to github issue tracker). Any idea on how to debug is welc... | inifinite nested ui [3.x-dev] | https://api.github.com/repos/matomo-org/matomo/issues/10470/comments | 5 | 2016-09-05T16:54:09Z | 2016-09-13T03:03:02Z | https://github.com/matomo-org/matomo/issues/10470 | 175,105,433 | 10,470 |
[
"matomo-org",
"matomo"
] | In the visitor map, if we drill down by city, is it possible to add the average generation time - per city? We feel some of the offices of our customers have slow internet speed and they usually complain our application being slow while many of their offices in other cities do not have this complaint.
| Average Generation Time Per City | https://api.github.com/repos/matomo-org/matomo/issues/10466/comments | 1 | 2016-09-02T14:44:58Z | 2024-09-13T09:02:05Z | https://github.com/matomo-org/matomo/issues/10466 | 174,776,730 | 10,466 |
[
"matomo-org",
"matomo"
] | During the database setup portion of the installation process, I see an error message.
`.../Installation/FormDatabaseSetup.php(44): Deprecated - Non-static method Piwik\Db\Adapter::isRecommendedAdapter() should not be called statically, assuming $this from incompatible context - Piwik 2.16.3-b2 - Please report this me... | Deprecated - Non-static method Piwik\Db\Adapter::isRecommendedAdapter() should not be called statically, | https://api.github.com/repos/matomo-org/matomo/issues/10463/comments | 1 | 2016-09-01T19:27:47Z | 2016-09-16T19:46:29Z | https://github.com/matomo-org/matomo/issues/10463 | 174,605,547 | 10,463 |
[
"matomo-org",
"matomo"
] | Feature: Being able to "zoom in" on a single hour
Use case: By looking at a yesterday I see there's an unexpected spike around 20h/8PM as in the graphic. I need to know what cause the spike so having some kind of "instant" segment with Top 10 pages, 10 users with the most actions and the pages they visit, I would be a... | Zoom in on the hour | https://api.github.com/repos/matomo-org/matomo/issues/10462/comments | 2 | 2016-09-01T13:50:11Z | 2024-09-13T09:02:05Z | https://github.com/matomo-org/matomo/issues/10462 | 174,528,649 | 10,462 |
[
"matomo-org",
"matomo"
] | Hi,
Is there a way I could edit the iframe template? I'd like to include [iFrameResizer](https://github.com/davidjbradshaw/iframe-resizer) but I don't want to touch the source code. I was thinking in something like a plugin I could develop if you point me in the right direction (still didn't found something in the doc... | when embedding reports, iframe to resize automatically to fit | https://api.github.com/repos/matomo-org/matomo/issues/10460/comments | 9 | 2016-09-01T07:58:10Z | 2024-09-13T10:57:01Z | https://github.com/matomo-org/matomo/issues/10460 | 174,459,792 | 10,460 |
[
"matomo-org",
"matomo"
] | At the moment the custom dimension report displays a fixed set of metrics (e.g. VISITS, UNIQUE VISITORS, USERS ACTIONS etc.).
It would be very desirable if we could add/remove metrics to the data table just like "Metrics to plot" functionality. We are especially interested in adding custom events.
 in C:\phpEnv\Apache24\htdocs\piwik\core\Tracker\RequestSet.php on line 38
I use piwik 2.16.1,php5.5.36,how to resolve this problem,does this warning affect collecting data?
| Invalid argument supplied for foreach() | https://api.github.com/repos/matomo-org/matomo/issues/10453/comments | 19 | 2016-08-30T05:38:12Z | 2024-09-13T09:02:06Z | https://github.com/matomo-org/matomo/issues/10453 | 173,934,067 | 10,453 |
[
"matomo-org",
"matomo"
] | I tested for install on server with PHP7 not works when i installed.
When is support.
Regards thanks
| [tested] PHP7.0.* not yet supported on Stable version 2.16.2 | https://api.github.com/repos/matomo-org/matomo/issues/10451/comments | 4 | 2016-08-29T16:31:24Z | 2016-10-02T22:54:23Z | https://github.com/matomo-org/matomo/issues/10451 | 173,815,630 | 10,451 |
[
"matomo-org",
"matomo"
] | Hi,
I have been using piwik for so long. Lately, piwik got automatically updated from 2.16.0 to 2.16.2. Earlier, I could easly access custom dashboard by sending token_auth=xyx with idDashboard=xyz with url without login. But now after piwik updation it got stopped. It is only opning the defaul dashboard. But, when I h... | token_auth is not working properly | https://api.github.com/repos/matomo-org/matomo/issues/10450/comments | 1 | 2016-08-29T11:28:23Z | 2016-11-11T04:37:42Z | https://github.com/matomo-org/matomo/issues/10450 | 173,753,386 | 10,450 |
[
"matomo-org",
"matomo"
] | Hello! Please see attached code – I have implemented this in my Piwik to make the Overlay reports more useful, but not sure if they meet Piwik coding standards...
(it is a replacement for /plugins/Overlay/client/followingpages.js)
[followingpages.js.txt](https://github.com/piwik/piwik/files/439268/followingpages.js.t... | Make it easier to analyze overlay reports. | https://api.github.com/repos/matomo-org/matomo/issues/10447/comments | 7 | 2016-08-26T12:38:15Z | 2016-10-30T23:10:16Z | https://github.com/matomo-org/matomo/issues/10447 | 173,443,677 | 10,447 |
[
"matomo-org",
"matomo"
] | It seems that Piwik using "Verdana, sans-serif" as base Font Family. But its better to use Syetem default font for "-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif" for optimal rendering.
Or we can use any other font which matched with Piwik branding like as the font used in "Piwi... | Change font to System Default or Something which match with Piwik Branding | https://api.github.com/repos/matomo-org/matomo/issues/10446/comments | 4 | 2016-08-26T06:00:39Z | 2017-01-08T05:58:16Z | https://github.com/matomo-org/matomo/issues/10446 | 173,376,106 | 10,446 |
[
"matomo-org",
"matomo"
] | My total database size was 130 MB but after the update it reached more than 1GB overnight. Changing the "Delete old archived reports" settings and "Purge DB now" didn't do a thing.
Due to database size limitations of my host provider I deleted the piwik_archive_blob and piwik_archive_numeric tables except for the last... | After updating the 2019_01 archive blob tables are gaining size | https://api.github.com/repos/matomo-org/matomo/issues/10439/comments | 20 | 2016-08-25T08:10:18Z | 2019-11-22T20:52:04Z | https://github.com/matomo-org/matomo/issues/10439 | 173,139,309 | 10,439 |
[
"matomo-org",
"matomo"
] | See

The last sentence is actually a link but it is not possible to detect it as such.
Latest Chrome under Mac OS
| Links in report documentation inline help are not really visible | https://api.github.com/repos/matomo-org/matomo/issues/10438/comments | 0 | 2016-08-25T03:59:10Z | 2017-02-28T23:29:35Z | https://github.com/matomo-org/matomo/issues/10438 | 173,109,258 | 10,438 |
[
"matomo-org",
"matomo"
] | When there's a proxy between client and Piwik and ssl is handled by the proxy, Piwik serves all images via http instead of https (because there's no secure connection between proxy and Piwik). Piwik currently uses `piwikUrl` entry from `piwik_option` table to generate image URL. Even when Piwik is accessed via https, t... | No compatibility with CloudFlare and similar solutions regarding SSL | https://api.github.com/repos/matomo-org/matomo/issues/10437/comments | 2 | 2016-08-24T08:44:56Z | 2016-10-02T22:55:08Z | https://github.com/matomo-org/matomo/issues/10437 | 172,896,924 | 10,437 |
[
"matomo-org",
"matomo"
] | I'm trying to automate a deployment of piwik, but unless I specify a tag my only other option for what to deploy is master.
I don't want to download a zip, I want to be able to go a git pull! :-)
| Create a stable branch that is updated after every tagged stable release | https://api.github.com/repos/matomo-org/matomo/issues/10436/comments | 3 | 2016-08-23T23:46:31Z | 2016-08-23T23:54:12Z | https://github.com/matomo-org/matomo/issues/10436 | 172,833,593 | 10,436 |
[
"matomo-org",
"matomo"
] | https://forum.piwik.org/t/custom-variables-paging-page-size-export/19270
When using Custom Variables (Paging/Page Size/Export),
There is not a way to set the page size or see all data for the Custom Variables when the number of rows are beyond 10. Also, exporting only exports the Page Size which I believe is always 2... | Custom Variable values does not allow Page Size change | https://api.github.com/repos/matomo-org/matomo/issues/10434/comments | 6 | 2016-08-23T17:31:26Z | 2016-10-03T23:59:20Z | https://github.com/matomo-org/matomo/issues/10434 | 172,759,406 | 10,434 |
[
"matomo-org",
"matomo"
] | Hello,
I have just set up a new Blog ([https://nresch.de](https://nresch.de) - empty right now) and added my Piwik Tracking Code. But it seems to not track anything.
Can anybody help me? I am using Version 2.16.2 and a jekyll template
Thanks
| Not tracking anything | https://api.github.com/repos/matomo-org/matomo/issues/10433/comments | 0 | 2016-08-23T14:13:49Z | 2016-08-24T21:06:42Z | https://github.com/matomo-org/matomo/issues/10433 | 172,710,400 | 10,433 |
[
"matomo-org",
"matomo"
] | This:
https://github.com/piwik/piwik/blob/master/plugins/CoreHome/tests/Integration/Tracker/VisitRequestProcessorTest.php#L113
should rather be
`$dim = $this->getMock('Piwik\\Plugin\\Dimension\\VisitDimension', array('shouldForceNewVisit', 'getColumnName'));`
| CoreHome Integration tests error | https://api.github.com/repos/matomo-org/matomo/issues/10432/comments | 1 | 2016-08-23T12:14:06Z | 2016-08-24T04:37:58Z | https://github.com/matomo-org/matomo/issues/10432 | 172,683,385 | 10,432 |
[
"matomo-org",
"matomo"
] | Hi,
the smallest granularity for the "average generation time" seems to be one day. Could you provide a possibility to see the average over 1 hour or less? This would help visualizing website issues under heavy load.
Thanks and best regards
| Hourly average for generation time | https://api.github.com/repos/matomo-org/matomo/issues/10429/comments | 2 | 2016-08-23T10:10:14Z | 2024-09-13T09:02:06Z | https://github.com/matomo-org/matomo/issues/10429 | 172,660,712 | 10,429 |
[
"matomo-org",
"matomo"
] | When the DNT request header value is set to 1, the response header from Piwik is set to 1
Example request header:
Accept:image/webp,image/*,/;q=0.8
Accept-Encoding:gzip, deflate, sdch, br
Accept-Language:en-US,en;q=0.8
Cache-Control:no-cache
Connection:keep-alive
DNT:1
Host:myhost.co.uk
Pragma:no-cache
Referer:hmyhost... | DoNotTrack: Tk response header value wrong | https://api.github.com/repos/matomo-org/matomo/issues/10427/comments | 1 | 2016-08-23T09:11:15Z | 2016-10-02T23:02:07Z | https://github.com/matomo-org/matomo/issues/10427 | 172,648,587 | 10,427 |
[
"matomo-org",
"matomo"
] | ### Given that:
- we won't make many more changes in LTS,
- the Piwik core team does not have available resource to work on these issues,
- there are too few contributions from other people and companies to solve these LTS issues,
-> we would like to remove the [2.16.x LTS](https://github.com/piwik/piwik/milestone/90... | issue tracker: remove the LTS milestone on Github | https://api.github.com/repos/matomo-org/matomo/issues/10425/comments | 4 | 2016-08-23T04:28:56Z | 2016-08-25T04:10:00Z | https://github.com/matomo-org/matomo/issues/10425 | 172,610,006 | 10,425 |
[
"matomo-org",
"matomo"
] | I made a test on my webpage and started tracking with the php and js clients separately. I recognized that I have about 3 times more visits with the php client (probably mainly due to tracking blockers). That's why I want to combine both methods.
Now, when I track the first page view with the php client and the follow... | Track a pageview with php and update user info and actions with javascript | https://api.github.com/repos/matomo-org/matomo/issues/10422/comments | 4 | 2016-08-22T10:20:59Z | 2020-03-25T22:52:35Z | https://github.com/matomo-org/matomo/issues/10422 | 172,416,959 | 10,422 |
[
"matomo-org",
"matomo"
] | `setUserId:function(cA){if(!A(cA)||!cA.length){return} ...`
If you're doing arg validation, then do it properly and check for all possibly acceptable types.
Ints should definitely be acceptable here.
And it is extremely stupid idea to silently return on invalid argument. Is it really that hard to throw a TypeError?
| JS API setUserId() ignores numeric ids | https://api.github.com/repos/matomo-org/matomo/issues/10421/comments | 3 | 2016-08-22T04:17:14Z | 2016-11-11T04:47:08Z | https://github.com/matomo-org/matomo/issues/10421 | 172,366,828 | 10,421 |
[
"matomo-org",
"matomo"
] | I've just started using Piwik on a cloud server, and it appears that the installation did not create the needed `.htaccess` files. As a result, all directories are indexable.
The public folder has all the necessary permissions where my user (owner) and the `apache` user (group) can write.
Is there any way I can have... | .htaccess files not being generated? | https://api.github.com/repos/matomo-org/matomo/issues/10420/comments | 2 | 2016-08-20T06:15:57Z | 2016-08-23T04:55:07Z | https://github.com/matomo-org/matomo/issues/10420 | 172,256,419 | 10,420 |
[
"matomo-org",
"matomo"
] | As reported [in forums](https://forum.piwik.org/t/error-at-visits-over-time-and-visitor-logs/20478)
```
Error: Argument 1 passed to Piwik\DataAccess\LogQueryBuilder\JoinTables::__construct() must be an instance of Piwik\Plugin\LogTablesProvider, null given, called in ....\core\DataAccess\LogQueryBuilder.php on line 46... | Argument passed to Piwik\DataAccess\LogQueryBuilder\JoinTables must be an instance of Piwik\Plugin\LogTablesProvider, null given | https://api.github.com/repos/matomo-org/matomo/issues/10419/comments | 3 | 2016-08-20T03:53:23Z | 2024-09-13T09:02:07Z | https://github.com/matomo-org/matomo/issues/10419 | 172,251,664 | 10,419 |
[
"matomo-org",
"matomo"
] | Last week i completed a format and reinstall of Ubuntu Server 16.04.01 LTS and Piwik is having some very strange problems.
When i run the archive cron, for all my sites i get the errors:
Error: Empty or invalid response '' for website id
Also, whenever i go to the plugins or marketplace pages the page just times out... | Cron Archive Doesn’t Work & Plugins Timeout Support & Bugs | https://api.github.com/repos/matomo-org/matomo/issues/10418/comments | 0 | 2016-08-20T03:34:47Z | 2016-08-22T23:13:51Z | https://github.com/matomo-org/matomo/issues/10418 | 172,251,137 | 10,418 |
[
"matomo-org",
"matomo"
] | Especially this part:
> lastN where N is an integer (eg "last10" to archive for 10 days before the segment creation date)
I've created a segment Browser == Safari. `process_new_segments_from` set to `last16`
What's the outcome? One year of data archived for this segment.
See below:
<img width="1132" alt="screensho... | `process_new_segments_from` does not work correctly with lastN setting | https://api.github.com/repos/matomo-org/matomo/issues/10417/comments | 2 | 2016-08-18T15:47:40Z | 2024-09-13T09:02:08Z | https://github.com/matomo-org/matomo/issues/10417 | 171,934,638 | 10,417 |
[
"matomo-org",
"matomo"
] | I need to track users even if the tab is not focused.
I already set a heartbeattimer, but If a user change the Tab, piwik lose the real-time-state for this user..
Any Idea to make this possible?
| Tracking non-focused Tabs? | https://api.github.com/repos/matomo-org/matomo/issues/10416/comments | 3 | 2016-08-18T08:01:32Z | 2024-09-13T09:02:08Z | https://github.com/matomo-org/matomo/issues/10416 | 171,840,474 | 10,416 |
[
"matomo-org",
"matomo"
] | It would be nice if the hook isExcludedVisit would give more information the the plugins using it.
For example the Plugin BotTracker has no possibility to get the useragent when the log-import script with the --enable-bots options is used. So the Bottracker tables stay empty. Other plugins could use the additional info... | Give plugins using isExcludedVisit hook more information | https://api.github.com/repos/matomo-org/matomo/issues/10415/comments | 9 | 2016-08-18T07:27:58Z | 2016-10-03T16:14:32Z | https://github.com/matomo-org/matomo/issues/10415 | 171,835,095 | 10,415 |
[
"matomo-org",
"matomo"
] | Hi there,
I try to track two different domains, which both use the same Joomla. I pasted both tracking codes to joomla and now want to track only the special domain for the website in Piwik.
But when I tick "Only track visits and actions when the action URL starts with one of the above URLs", save and reopen the websi... | "Only track visits and actions when the action URL starts with one of the above URLs" does not get saved | https://api.github.com/repos/matomo-org/matomo/issues/10412/comments | 9 | 2016-08-17T09:22:48Z | 2016-12-06T09:16:37Z | https://github.com/matomo-org/matomo/issues/10412 | 171,612,168 | 10,412 |
[
"matomo-org",
"matomo"
] | eg.
```
$ ./console tests:run plugins/MultiSites/tests/Integration/MultiSitesTest.php
Did you know? You can run tests faster by disabling xdebug (if you need xdebug, speed up tests by setting xdebug.coverage_enable=0)
Executing command: cd /home/matt/dev/piwik-master/tests/PHPUnit && /home/matt/dev/piwik-master/vendo... | Running the tests on PHP7 may result in "PHP Fatal error: Cannot use 'Null' as class name as it is reserved" | https://api.github.com/repos/matomo-org/matomo/issues/10411/comments | 1 | 2016-08-17T00:27:48Z | 2024-09-13T09:02:09Z | https://github.com/matomo-org/matomo/issues/10411 | 171,548,653 | 10,411 |
[
"matomo-org",
"matomo"
] | Hi
I want to log data in search keyword with no results field of site Search.
Below is my code
var searchKey = false;
if($('#backHaulEstCost').val().trim().length>0){
searchKey = true;
_paq.push(['trackSiteSearch',$('#backHaulEstCost').val().trim(),'Back Haul Est Cost']);
}
if(!searchKey){
//_paq.push([ 'trackSiteSe... | Not able to log data in Search Keyword with no results | https://api.github.com/repos/matomo-org/matomo/issues/10405/comments | 1 | 2016-08-16T06:41:42Z | 2016-11-11T03:58:23Z | https://github.com/matomo-org/matomo/issues/10405 | 171,336,454 | 10,405 |
[
"matomo-org",
"matomo"
] | Follows up https://github.com/piwik/piwik/issues/7834
See @tsteur comment here: https://github.com/piwik/piwik/issues/7834#issuecomment-238130825
| Work always on one idSite in API.getSegmentsMetadata | https://api.github.com/repos/matomo-org/matomo/issues/10403/comments | 0 | 2016-08-16T03:55:05Z | 2024-09-13T10:57:00Z | https://github.com/matomo-org/matomo/issues/10403 | 171,319,937 | 10,403 |
[
"matomo-org",
"matomo"
] | See example in http://developer.piwik.org/guides/distributing-your-plugin#pluginjson-file
eg
``` json
"support": {
"email": "hello@...",
"issues": "https://github.com/piwik/piwik/issues",
"forum": "https://forum.piwik.org",
"source": "https://github.com/piwik/piwik/",
"wiki": "... | Add support info to plugin json for all of our marketplace plugins | https://api.github.com/repos/matomo-org/matomo/issues/10402/comments | 0 | 2016-08-16T00:49:41Z | 2024-09-13T09:02:09Z | https://github.com/matomo-org/matomo/issues/10402 | 171,296,048 | 10,402 |
[
"matomo-org",
"matomo"
] | We link to this report from the developer documentation:
http://demo.piwik.org/?module=API&method=MultiSites.getOne&idSite=7&period=day&date=last10&format=rss&token_auth=anonymous&translateColumnNames=1
| Fatal error when requesting RSS format: Call to a member function getTimezone() on boolean | https://api.github.com/repos/matomo-org/matomo/issues/10399/comments | 0 | 2016-08-15T21:16:49Z | 2016-08-23T01:17:56Z | https://github.com/matomo-org/matomo/issues/10399 | 171,263,989 | 10,399 |
[
"matomo-org",
"matomo"
] | Within the PHP error logs I see a lot of the following alerts :
`ALERT - script tried to increase memory_limit to 805306368 bytes which is above the allowed value (attacker 'xx.xx.xx.xx', file '/piwik/core/SettingsServer.php', line 183`
It would be great if Piwik would first try to get the allowed memory_limit before... | setting memory_limit above allowed value results in false attacker identification | https://api.github.com/repos/matomo-org/matomo/issues/10396/comments | 5 | 2016-08-13T19:45:21Z | 2016-10-02T22:58:21Z | https://github.com/matomo-org/matomo/issues/10396 | 171,024,281 | 10,396 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.