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"
] | Hi,
I have problem.
Use API Actions.getPageUrls. format CSV or TSV.
http://demo.piwik.org/index.php?module=API&method=Actions.getPageUrls&format=CSV&idSite=7&period=day&date=2015-05-05,2015-06-03&label=&date=2015-05-05%2C2015-06-03&filter_limit=false&disable_queued_filters=1&format_metrics=1&expanded=1&translateCol... | ColumnNames are not translated. | https://api.github.com/repos/matomo-org/matomo/issues/8064/comments | 2 | 2015-06-08T15:52:54Z | 2015-07-10T14:17:30Z | https://github.com/matomo-org/matomo/issues/8064 | 86,231,694 | 8,064 |
[
"matomo-org",
"matomo"
] | Hi!
The mentioned error occurs on [this line](https://github.com/piwik/piwik/blob/2.13.1/plugins/Annotations/javascripts/annotations.js#L579):
```
canvas.position().left
```
I wasn't able to trace conditions which lead to this error though, because breakpoints on minified JS are not very useful.
Maybe someone can fi... | Javascript error "Cannot read property 'left' of undefined" in Piwik 2.13.1 | https://api.github.com/repos/matomo-org/matomo/issues/8063/comments | 4 | 2015-06-08T13:32:17Z | 2024-09-13T09:05:52Z | https://github.com/matomo-org/matomo/issues/8063 | 86,178,404 | 8,063 |
[
"matomo-org",
"matomo"
] | Currently userId match type is restricted to ==, ::NOT_NULL, ::NULL, !=. This creates the following problem:
I am working on creating segments for users on an intranet and have used the users' emails set as userId. I want to create a segment that matches the domain end of that email/userId. for example:
With userId... | userId match type should allow =@ | https://api.github.com/repos/matomo-org/matomo/issues/8062/comments | 1 | 2015-06-08T09:18:22Z | 2015-06-12T08:29:44Z | https://github.com/matomo-org/matomo/issues/8062 | 86,097,121 | 8,062 |
[
"matomo-org",
"matomo"
] | An error message appears after selecting the cities icon on the bottom left of the Visitor Map. Please see:

While using IE9 there's a popup message displayed. While using Chrome I can ... | Popup displayed after changing visualization to cities while using the visitor map | https://api.github.com/repos/matomo-org/matomo/issues/8061/comments | 4 | 2015-06-08T07:18:54Z | 2015-06-23T03:07:28Z | https://github.com/matomo-org/matomo/issues/8061 | 86,060,549 | 8,061 |
[
"matomo-org",
"matomo"
] | Please see:

I can see here several issues:
- [ ] incorrect legend for the bounce rate metric (only 0 and 1 displayed instead of percentages),
- [ ] legend not visible afte... | Visitor map visualization issues | https://api.github.com/repos/matomo-org/matomo/issues/8060/comments | 8 | 2015-06-08T06:58:48Z | 2015-06-24T00:04:05Z | https://github.com/matomo-org/matomo/issues/8060 | 86,055,255 | 8,060 |
[
"matomo-org",
"matomo"
] | When Piwik tells me that there is a new beta available and I click on the Changes link it takes me to the non-beta release notes page, which doesn’t hold any information related to the release in question.
http://forum.piwik.org/read.php?2,127186,page=1#msg-127206
| Link to the wrong Changes page when a new beta is detected | https://api.github.com/repos/matomo-org/matomo/issues/8059/comments | 0 | 2015-06-08T06:55:02Z | 2024-09-13T09:05:52Z | https://github.com/matomo-org/matomo/issues/8059 | 86,054,435 | 8,059 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to mitigate a random test failure, (so we can have green builds ASAP).
Then we will ideally figure out the root cause of this system test random failure.
Example failed CI build: https://travis-ci.org/piwik/piwik/jobs/65829754
Output:
```
1) Piwik\Tests\System\OneVisitorNoKeywordSpecifiedT... | System test randomly failing (due to opcache bug?) | https://api.github.com/repos/matomo-org/matomo/issues/8057/comments | 1 | 2015-06-08T03:33:26Z | 2015-06-11T04:23:48Z | https://github.com/matomo-org/matomo/issues/8057 | 86,008,251 | 8,057 |
[
"matomo-org",
"matomo"
] | Tracking is not working for me with Firefox, however it works well with IE and Chrome
| Problems with Firefox | https://api.github.com/repos/matomo-org/matomo/issues/8053/comments | 5 | 2015-06-07T08:46:20Z | 2015-10-08T15:11:55Z | https://github.com/matomo-org/matomo/issues/8053 | 85,877,175 | 8,053 |
[
"matomo-org",
"matomo"
] | Hi!
Below only my vision of improvements which we can do for better UI.
- [ ] Can we do something with the stripped and overlapped texts ?

- [x] Add border around of details. Something like this
![untit... | Improve visitor log UI | https://api.github.com/repos/matomo-org/matomo/issues/8052/comments | 2 | 2015-06-06T22:18:03Z | 2015-06-08T02:11:54Z | https://github.com/matomo-org/matomo/issues/8052 | 85,817,687 | 8,052 |
[
"matomo-org",
"matomo"
] | Hi,
I currently have the problem that I want to auto-import my log files which didn't work, because the import_logs.py `DynamicResolver` class only looks for 'http://' + host in Piwik, but all my Sites are https only and created in piwik accordingly.
The following change to the `_get_site_id_from_hit_host` function w... | import_logs.py look for https host if http host fails | https://api.github.com/repos/matomo-org/matomo/issues/8051/comments | 2 | 2015-06-06T18:59:20Z | 2015-06-24T07:15:09Z | https://github.com/matomo-org/matomo/issues/8051 | 85,801,579 | 8,051 |
[
"matomo-org",
"matomo"
] | By adding the link to the job ad in the browser console, we will reach plugin developers, developers that use piwik, at least at some point we reach them.
Some projects also show it inside an HTML comment but think rather when they look for frontend people meaning HTML/CSS.
(Idea suggested by @tsteur )
Do you maybe... | Show the "Hiring Software Engineer" message + link to job ad in the browser console | https://api.github.com/repos/matomo-org/matomo/issues/8044/comments | 7 | 2015-06-04T23:32:41Z | 2015-06-24T05:55:47Z | https://github.com/matomo-org/matomo/issues/8044 | 85,327,821 | 8,044 |
[
"matomo-org",
"matomo"
] | I'm currently having issues with Piwik's custom date range functionality.
I'm trying to look at the page URLs for the date range of Jan 01 2015- June 03-2015. After entering this date range I get about 108 Page urls in the results page. However, the page url number should be much higher, this looks incomplete.
I know... | Custom Date range bug on 2.8 Piwik version | https://api.github.com/repos/matomo-org/matomo/issues/8043/comments | 2 | 2015-06-04T23:03:52Z | 2024-09-13T09:05:53Z | https://github.com/matomo-org/matomo/issues/8043 | 85,318,160 | 8,043 |
[
"matomo-org",
"matomo"
] | This is more an idea to reduce our workload for recurring issues such as #8040.
For example if there's any error related to angular, we could link to the FAQ that explains how to configure the server to serve HTML and we could link to the system check like this:
~~
 expects parameter 2 to be resource, string given | https://api.github.com/repos/matomo-org/matomo/issues/8028/comments | 1 | 2015-06-02T06:03:41Z | 2016-10-05T20:38:15Z | https://github.com/matomo-org/matomo/issues/8028 | 83,861,352 | 8,028 |
[
"matomo-org",
"matomo"
] | See the whole discussion in #7895
| HTML <table> should look good by default | https://api.github.com/repos/matomo-org/matomo/issues/8023/comments | 2 | 2015-05-29T19:50:10Z | 2015-08-13T10:26:09Z | https://github.com/matomo-org/matomo/issues/8023 | 82,560,882 | 8,023 |
[
"matomo-org",
"matomo"
] | Since Chrome 43 I am getting this warning in developer tools:
> Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
I noticed especially in Dashboards plugin some sync requests but there might be... | Rewrite all synchronous XHR as they are deprecated | https://api.github.com/repos/matomo-org/matomo/issues/8020/comments | 3 | 2015-05-29T04:16:52Z | 2019-12-09T12:59:39Z | https://github.com/matomo-org/matomo/issues/8020 | 82,251,278 | 8,020 |
[
"matomo-org",
"matomo"
] | Hello!
When I click on "check system" I see next messages:
Entry Piwik\Plugins\Diagnostics\DiagnosticService cannot be resolved: The parameter 'mandatoryDiagnostics' of Piwik\Plugins\Diagnostics\DiagnosticService::__construct has no value defined or guessableFull definition:Object ( class = Piwik\Plugins\Diagnostics\... | Trouble with "check system": Entry Piwik\Plugins\Diagnostics\DiagnosticService cannot be resolved: | https://api.github.com/repos/matomo-org/matomo/issues/8014/comments | 18 | 2015-05-28T07:06:01Z | 2015-08-03T09:20:11Z | https://github.com/matomo-org/matomo/issues/8014 | 81,797,423 | 8,014 |
[
"matomo-org",
"matomo"
] | Hello!
I have a next trouble:
warning: /var/www/html/mypiwik.stat.com/html/core/Url.php(279): Notice - Undefined property: Piwik\Config::$General - Piwik 2.13.1
warning: /var/www/html/mypiwik.stat.com/html/core/Url.php(345): Notice - Undefined property: Piwik\Config::$General - Piwik 2.13.1
warning: /var/www/html/mypiw... | warning: /var/www/html/mypiwik.stat.com/html/core/Url.php(279) and other warnings | https://api.github.com/repos/matomo-org/matomo/issues/8013/comments | 1 | 2015-05-28T06:59:17Z | 2015-05-29T00:18:32Z | https://github.com/matomo-org/matomo/issues/8013 | 81,795,674 | 8,013 |
[
"matomo-org",
"matomo"
] | As title, when the minimum required PHP version is increased to 5.4 since magic quotes does not exist there.
| Remove magic quote hacks before 3.0 is released | https://api.github.com/repos/matomo-org/matomo/issues/8012/comments | 2 | 2015-05-28T04:37:41Z | 2016-09-13T01:01:32Z | https://github.com/matomo-org/matomo/issues/8012 | 81,754,798 | 8,012 |
[
"matomo-org",
"matomo"
] | Hi, after upgrading to 2.13.1 I noticed that full name of day is shown instead the usual short version. It looks bad for me, breaking the lines in the middle of icons:

| Visitors in Real-Time widget: day of week full name shown instead of 3-letter abbreviation | https://api.github.com/repos/matomo-org/matomo/issues/8011/comments | 1 | 2015-05-27T18:00:31Z | 2015-07-15T07:16:14Z | https://github.com/matomo-org/matomo/issues/8011 | 81,556,078 | 8,011 |
[
"matomo-org",
"matomo"
] | Its struck at the following steps, unable to move forward.
Please help me ASAP
707521 lines parsed, 700371 lines recorded, 1 records/sec (avg), 0 records/sec (current)
707521 lines parsed, 700371 lines recorded, 1 records/sec (avg), 0 records/sec (current)
707521 lines parsed, 700371 lines recorded, 1 records/sec (av... | Piwik is unable to load the logs, its struck after processing 707521 records | https://api.github.com/repos/matomo-org/matomo/issues/8010/comments | 7 | 2015-05-27T17:46:29Z | 2015-06-11T04:57:05Z | https://github.com/matomo-org/matomo/issues/8010 | 81,550,684 | 8,010 |
[
"matomo-org",
"matomo"
] | Relevant details already included in piwik/piwik-php-tracker#8. I'm not clear if this issue hasn't gotten attention because it's low priority or because it's on a related (less trafficked) repo. I'm cross-listing here in case it's the latter.
P.S. I assume most of the related repos have this problem. Perhaps we shou... | PHP Tracker Namespace Branch | https://api.github.com/repos/matomo-org/matomo/issues/8009/comments | 3 | 2015-05-27T16:26:31Z | 2015-05-29T00:37:31Z | https://github.com/matomo-org/matomo/issues/8009 | 81,519,416 | 8,009 |
[
"matomo-org",
"matomo"
] | Steps to reproduce:
- On Piwik master, go to Administration > Plugins
- Deactivate Provider plugin
- Got: The Provider plugin is disabled as expected. But there is a full page with warning message `The plugin 'Provider' has not been loaded.`:
- Expected: the Plugins page reloads the Plugins listing and this message is ... | Deactivating a plugin works but display a warning message "The plugin XYZ has not been loaded." | https://api.github.com/repos/matomo-org/matomo/issues/8007/comments | 0 | 2015-05-27T01:50:43Z | 2015-06-05T15:27:22Z | https://github.com/matomo-org/matomo/issues/8007 | 81,223,353 | 8,007 |
[
"matomo-org",
"matomo"
] | The goal of this issue is that, before we release 2.14.0 release, we must check that the [WhiteLabel plugin](https://plugins.piwik.org/WhiteLabel) screenshot tests (and others) are passing and that it has not regressed.
Why is this important?
We are making many design improvements in this release 2.14.0. As part... | Verify that WhiteLabel plugin still work as expected after all redesigns (before releasing Piwik 2.14.0) | https://api.github.com/repos/matomo-org/matomo/issues/8006/comments | 4 | 2015-05-27T01:10:16Z | 2017-01-22T06:17:30Z | https://github.com/matomo-org/matomo/issues/8006 | 81,210,927 | 8,006 |
[
"matomo-org",
"matomo"
] | Maybe even hide the "All Websites Dashboard" link.
| Dashboard: Do not show site selector if there is only one site | https://api.github.com/repos/matomo-org/matomo/issues/8005/comments | 10 | 2015-05-26T23:11:45Z | 2024-09-13T09:05:55Z | https://github.com/matomo-org/matomo/issues/8005 | 81,177,729 | 8,005 |
[
"matomo-org",
"matomo"
] | It seems that lessphp is not parsing well less files. If I use &:extend i get parser error. Is it possible to use another parser or solve this problem please.
Thanks
| Error parsing less file when using &:extend | https://api.github.com/repos/matomo-org/matomo/issues/8004/comments | 1 | 2015-05-26T22:16:29Z | 2015-05-28T14:59:48Z | https://github.com/matomo-org/matomo/issues/8004 | 81,161,267 | 8,004 |
[
"matomo-org",
"matomo"
] | I have been getting the following in my Cron reports for a very long time now:
> Traceback (most recent call last):
> File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
> File "/usr/lib/python2.7/threading.py", line 504, in run
> File ".../piwik/misc/log-analytics/import_logs.py", line 1472, ... | Cron reports: Exception in thread Thread-1 (most likely raised during interpreter shutdown) | https://api.github.com/repos/matomo-org/matomo/issues/8003/comments | 1 | 2015-05-26T17:35:55Z | 2015-05-26T23:06:27Z | https://github.com/matomo-org/matomo/issues/8003 | 81,062,226 | 8,003 |
[
"matomo-org",
"matomo"
] | Goal of this issue is to fix following bug:
- install latest MetaSites plugin,
- create one MetaSite, assign some websites to it,
- go to websites management tab,
- edit MetaSite (for ex. name)
- validator will ask to fill page url and currency,
- after save in database type of this site will be changed to "website" in... | SitesManager overrides current site type and breaks down MetaSites plugin | https://api.github.com/repos/matomo-org/matomo/issues/8000/comments | 2 | 2015-05-26T12:13:24Z | 2024-09-13T09:05:55Z | https://github.com/matomo-org/matomo/issues/8000 | 80,935,010 | 8,000 |
[
"matomo-org",
"matomo"
] | Hi,
We are using Piwik for Data Analysis, we have our website hosted in ZettaHost, we track the analysis using, Log Action, Log Visit, Log Link Visit Action tables in mysql in Piwik cloud, we found that the entry for country is showing as Hongkong. We are accesing the url from Chennai, Tamil Nadu, India
| Wrong Location Entry | https://api.github.com/repos/matomo-org/matomo/issues/7999/comments | 1 | 2015-05-26T05:57:31Z | 2015-05-26T20:43:29Z | https://github.com/matomo-org/matomo/issues/7999 | 80,809,335 | 7,999 |
[
"matomo-org",
"matomo"
] | As a User i want to be able to track my Single Page Application.
It uses a URL hash as "Page Identifier", like "xyz.com/#links", "xyz.com/#welcome" and so on.
| How to track Single Page Applications? | https://api.github.com/repos/matomo-org/matomo/issues/7998/comments | 9 | 2015-05-26T05:38:50Z | 2024-09-13T09:05:56Z | https://github.com/matomo-org/matomo/issues/7998 | 80,802,808 | 7,998 |
[
"matomo-org",
"matomo"
] | Translating string is wrong at this line:
https://github.com/piwik/piwik/blob/master/plugins/UserCountry/Columns/Longitude.php#L35
Please change it to: UserCountry_Longitude
| Translate of Longitude column dimension is wrong | https://api.github.com/repos/matomo-org/matomo/issues/7995/comments | 1 | 2015-05-25T21:20:46Z | 2015-05-25T21:35:03Z | https://github.com/matomo-org/matomo/issues/7995 | 80,671,581 | 7,995 |
[
"matomo-org",
"matomo"
] | Go to referrers -> all referrers -> open row evolution -> export dataset in other format -> xml
xml is without data (all format, not just xml)
Bug xml in demo ->
http://demo.piwik.org/index.php?module=API&method=Referrers.getReferrerType&format=XML&idSite=7&period=day&date=2015-04-25,2015-05-24&label=&date=2015-04... | Metrics for Referrer Type: Websites - xml empty data | https://api.github.com/repos/matomo-org/matomo/issues/7993/comments | 1 | 2015-05-25T10:24:49Z | 2015-05-25T22:18:32Z | https://github.com/matomo-org/matomo/issues/7993 | 80,485,915 | 7,993 |
[
"matomo-org",
"matomo"
] | Segmented Visitor Log icon does not show data when Page URL contains HTML entities. Expected: the Segmented Visitor Log should show data even when Page URLs contains `"` or `<` etc.
Reproduce: open Segmented Visitor Log eg.
 after data loading only Event Name and Total Events columns are visible. After clicking on the (already selected) table icon (bottom-left area of the widget) the missed Total Value column... | Event Names widget: Total Value column is missing | https://api.github.com/repos/matomo-org/matomo/issues/7988/comments | 12 | 2015-05-24T23:58:50Z | 2024-09-13T09:05:56Z | https://github.com/matomo-org/matomo/issues/7988 | 80,312,130 | 7,988 |
[
"matomo-org",
"matomo"
] | - Got: scheduled report name is double encoded within the scheduled report `"at a glance"`

- Expected: scheduled report name should not be double encoded in both PDF and HTML sche... | Scheduled report name is double encoded | https://api.github.com/repos/matomo-org/matomo/issues/7987/comments | 6 | 2015-05-24T23:57:35Z | 2017-05-08T08:41:10Z | https://github.com/matomo-org/matomo/issues/7987 | 80,311,722 | 7,987 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to improve the update mechanism so that when outdated files cannot be deleted, an error or warning should be reported to the user so that the user knows to manually delete those files. This will help prevent bug reports and user frustration.
Imagine a user upgrades from Piwik version A to Piw... | Deleting outdated files may not work during the upgrade and 1) fail silently, 2) not executed during manual updates | https://api.github.com/repos/matomo-org/matomo/issues/7986/comments | 5 | 2015-05-24T22:35:40Z | 2024-09-13T09:05:57Z | https://github.com/matomo-org/matomo/issues/7986 | 80,292,249 | 7,986 |
[
"matomo-org",
"matomo"
] | This bug can be seen on demo-log-analytics at: http://demo-log-analytics.piwik.org/
Hover on "Visitors" menu and notice the submenu appears un-translated:
This issue does not occur on the other demo.piwik.org or in most other Piwik setups. Only some Piwik are affected.
| Provider submenu label may appear untranslated (Provider_SubmenuLocationsProvider) | https://api.github.com/repos/matomo-org/matomo/issues/7985/comments | 5 | 2015-05-24T22:15:57Z | 2015-09-03T09:13:39Z | https://github.com/matomo-org/matomo/issues/7985 | 80,288,171 | 7,985 |
[
"matomo-org",
"matomo"
] | Hi
Some page titles in our Page title report are hierarchical and others are not. When we export this to excelsheet, we get leading whitespaces for all those pages which are not having hierarchy (looks like its trying to align with the + sign). Attaching a similar report.
The problem is that, if we sort page titles... | White spaces in Page title report export | https://api.github.com/repos/matomo-org/matomo/issues/7984/comments | 0 | 2015-05-24T14:48:43Z | 2024-09-13T09:05:57Z | https://github.com/matomo-org/matomo/issues/7984 | 80,180,134 | 7,984 |
[
"matomo-org",
"matomo"
] | Reproducible on demo:
- Go to http://demo.piwik.org
- Click through "Referrers" -> "All referrers"
- Expand e.g. "Search engines" in "Referrer Types" Report
- Click on "Row Evolution" Icon of any row.
| Row Evolution at Referrer Reports shows 0 visitors on subdatatables | https://api.github.com/repos/matomo-org/matomo/issues/7983/comments | 2 | 2015-05-24T09:39:13Z | 2015-08-13T15:58:00Z | https://github.com/matomo-org/matomo/issues/7983 | 80,109,896 | 7,983 |
[
"matomo-org",
"matomo"
] | Hello,
I would like to increase the default custom variables values from 5 to 25 so that I can have enough to use for both 'page' and 'visits' as I apply segmentation to my analytic report work.
I read somewhere that to do that you would need to be connected to the server hosting piwik through ssh.
"First you need to... | Increasing the default custom variables slots without access to SSH or command line | https://api.github.com/repos/matomo-org/matomo/issues/7982/comments | 2 | 2015-05-23T23:14:03Z | 2015-06-24T05:09:39Z | https://github.com/matomo-org/matomo/issues/7982 | 79,981,902 | 7,982 |
[
"matomo-org",
"matomo"
] | Our Piwik got a 30GB DB and everytime I try to load the PrivacyManager Admin Page our MySQL stalls because this Page tries to figure out the Size of the DB ... (MySQL Process 100% CPU Usage)
DB size should only be shown if requested by User - as it brings Problems for big installations.
thx
Andreas Schnederle-Wagner
| Don't show DB Size on PrivacyManager Admin Page | https://api.github.com/repos/matomo-org/matomo/issues/7981/comments | 4 | 2015-05-23T21:51:09Z | 2024-09-13T09:05:58Z | https://github.com/matomo-org/matomo/issues/7981 | 79,962,826 | 7,981 |
[
"matomo-org",
"matomo"
] | I had configured the following string under the Websites -> Global list of user agents to exclude:
> "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0"

It belongs to the Monitor.us service.... | Excluded User Agent still tracked | https://api.github.com/repos/matomo-org/matomo/issues/7978/comments | 13 | 2015-05-23T08:58:12Z | 2024-09-13T09:05:58Z | https://github.com/matomo-org/matomo/issues/7978 | 79,786,634 | 7,978 |
[
"matomo-org",
"matomo"
] | In this page: http://developer.piwik.org/api-reference/tracking-javascript let's document the Ecommerce JavaScript functions:
- `setEcommerceView`
- `addEcommerceItem`
- `trackEcommerceCartUpdate`
- `trackEcommerceOrder`
| Document Ecommerce JavaScript Tracking API functions in API reference | https://api.github.com/repos/matomo-org/matomo/issues/7977/comments | 0 | 2015-05-22T23:46:25Z | 2015-05-29T03:12:22Z | https://github.com/matomo-org/matomo/issues/7977 | 79,657,302 | 7,977 |
[
"matomo-org",
"matomo"
] | There is no way to retrieve sites without group using the reporting API method _SitesManager.getSitesFromGroup_.
I tried providing an empty parameter or an empty string as a parameter (single and double-quoted)
I get the error _Please specify a value for 'group'._ or an emty array.
| No way to get sites without group using the reporting API | https://api.github.com/repos/matomo-org/matomo/issues/7975/comments | 3 | 2015-05-22T09:55:27Z | 2015-06-24T05:44:22Z | https://github.com/matomo-org/matomo/issues/7975 | 79,385,568 | 7,975 |
[
"matomo-org",
"matomo"
] | I try to search my huge user base (40000+ entries) using the reporting API with the following parameters:
- **filter_column**: _login_
- **filter_limit**: _20_
- **filter_pattern**: _^publ_
- **module**: _API_
- **method**: _UsersManager.getUsers_
- **token_auth**: _XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX_
but I always get a... | No way to search for a user with the reporting API | https://api.github.com/repos/matomo-org/matomo/issues/7974/comments | 5 | 2015-05-22T09:30:19Z | 2024-09-13T09:05:59Z | https://github.com/matomo-org/matomo/issues/7974 | 79,376,059 | 7,974 |
[
"matomo-org",
"matomo"
] | The screenshots with a paperclip at http://piwik.org/docs/user-profile/#feature-overview seem to no longer reflect the current UI.
BTW, is the visitor profile picture a placeholder, perhaps for later integration with FullContact, Rapporto, Ark or the like? I didn't see anything in the docs about changing the visitor p... | Visitor profile picture doc uses old screenshots | https://api.github.com/repos/matomo-org/matomo/issues/7973/comments | 2 | 2015-05-22T08:55:19Z | 2015-07-15T06:51:25Z | https://github.com/matomo-org/matomo/issues/7973 | 79,362,512 | 7,973 |
[
"matomo-org",
"matomo"
] | 
This is an automated uptime monitoring service.
| Detect monitor.us as a bot | https://api.github.com/repos/matomo-org/matomo/issues/7972/comments | 4 | 2015-05-22T08:48:16Z | 2015-05-24T15:01:34Z | https://github.com/matomo-org/matomo/issues/7972 | 79,360,041 | 7,972 |
[
"matomo-org",
"matomo"
] | When I go to the Visitors Log, for some reason the display is from yesterday. This confused me enough that I posted on the forums:
http://forum.piwik.org/read.php?2,126894
| Make the Visitors Log default to the *latest* visits | https://api.github.com/repos/matomo-org/matomo/issues/7971/comments | 2 | 2015-05-22T08:46:59Z | 2015-05-24T21:09:29Z | https://github.com/matomo-org/matomo/issues/7971 | 79,359,565 | 7,971 |
[
"matomo-org",
"matomo"
] | Hi,
We would like to use Live.getLastVisitsDetails with a set of parameters.
We run into the following problem:
The structure of the output of a CSV file is not consistent, because the number of columns changes with the amount of actions in a visit, or custom variables etc..
A lot of BI tools are not able to handle X... | Provide export of all Actions in Piwik (one row for each action in the CSV) to use it as import data for BI tools | https://api.github.com/repos/matomo-org/matomo/issues/7970/comments | 4 | 2015-05-22T08:45:52Z | 2024-09-13T09:05:59Z | https://github.com/matomo-org/matomo/issues/7970 | 79,359,264 | 7,970 |
[
"matomo-org",
"matomo"
] | I created a goal `Click "Let me in!"` and got this:

| Quotes in goal names are over-escaped | https://api.github.com/repos/matomo-org/matomo/issues/7969/comments | 2 | 2015-05-22T08:39:08Z | 2015-07-12T18:36:19Z | https://github.com/matomo-org/matomo/issues/7969 | 79,356,512 | 7,969 |
[
"matomo-org",
"matomo"
] | When no config file exist (in the Plugin Manager):
``` php
$plugins = @Config::getInstance()->Plugins['Plugins'];
// $plugins is null
$this->makePluginsToLoad($plugins);
```
``` php
// null is passed in the parameter, the catchable fatal error is somehow silenced because suppressed
private function makePluginsToLoad(... | Console init failure when no config exist | https://api.github.com/repos/matomo-org/matomo/issues/7968/comments | 2 | 2015-05-22T08:02:24Z | 2024-09-13T09:06:00Z | https://github.com/matomo-org/matomo/issues/7968 | 79,343,625 | 7,968 |
[
"matomo-org",
"matomo"
] | 1. Broken link - http://piwik.org/docs/tracking-goals-web-analytics/ links at the end to http://developer.piwik.org/api-reference/tracking-javascript#manually-trigger-a-conversion-for-a-goal but the anchor doesn't exist on that page.
2. What is the type of the first parameter to trackGoal? Apparently it's a numeric ID ... | Goal tracking documentation needs updates | https://api.github.com/repos/matomo-org/matomo/issues/7966/comments | 2 | 2015-05-22T04:10:45Z | 2015-07-15T06:45:51Z | https://github.com/matomo-org/matomo/issues/7966 | 79,274,456 | 7,966 |
[
"matomo-org",
"matomo"
] | I've been using Piwik for a few days now, and whenever I look at the _Visitors in Real-time_ widget, I'm confused by the header of that table:

The problem is that the first visitor has the same background as th... | Add a divider after the Visitors in Real-time header | https://api.github.com/repos/matomo-org/matomo/issues/7965/comments | 1 | 2015-05-22T04:03:29Z | 2015-06-19T02:54:00Z | https://github.com/matomo-org/matomo/issues/7965 | 79,272,502 | 7,965 |
[
"matomo-org",
"matomo"
] | Currently i need to copy the whole "OptOut Action" and logic to change the "OptOut View".
https://github.com/Zeichen32/PiwikCustomOptOut/blob/master/Controller.php#L108
I think, it would be a much cleaner way if we can trigger a event just befor the view is render to change the "OptOut View".
https://github.com/piwik... | Add Hook to OptOut Action (CustomOptOut) | https://api.github.com/repos/matomo-org/matomo/issues/7962/comments | 5 | 2015-05-21T10:52:15Z | 2015-06-24T04:34:43Z | https://github.com/matomo-org/matomo/issues/7962 | 78,941,207 | 7,962 |
[
"matomo-org",
"matomo"
] | Hi!
A link attached to a page-view action is invalid in link fragment encoding part. In particular, quotes are escaped. for example:
```
http://6000.ru/#!housings/filter?filter={"place":{"place":"0c5b2444-70a0-4932-980c-b4dc0d3f02b5"}}
```
So, instead of URL-encoding we have XML-escapin... | Invalid URL fragment encoding | https://api.github.com/repos/matomo-org/matomo/issues/7961/comments | 2 | 2015-05-21T10:43:45Z | 2015-05-25T03:03:15Z | https://github.com/matomo-org/matomo/issues/7961 | 78,938,698 | 7,961 |
[
"matomo-org",
"matomo"
] | Hi,
I would like to suggest to detect the running version of Java, as a part of plugin detection.
You could use the JavaScript parts of deployJava.js from java.
```
<script src="http://www.java.com/js/deployJava.js"></script>
<script>
var versions = deployJava.getJREs();
alert(versions);
</script>
```
| Detect Java version | https://api.github.com/repos/matomo-org/matomo/issues/7959/comments | 1 | 2015-05-21T07:14:56Z | 2024-09-13T09:06:00Z | https://github.com/matomo-org/matomo/issues/7959 | 78,867,555 | 7,959 |
[
"matomo-org",
"matomo"
] | Goal of this ticket is to fix following bug:
- Piwik instnace is tracking content (using ContentTracking feature),
- also instance has historical data purging enabled to save some space,
- on daily basis Content reports are corrupted as for ex. content names are missing (displays "-", yet content name is mandatory para... | When using old data purger, content tracking names are being deleted. | https://api.github.com/repos/matomo-org/matomo/issues/7958/comments | 13 | 2015-05-21T07:14:34Z | 2015-06-17T04:44:04Z | https://github.com/matomo-org/matomo/issues/7958 | 78,867,527 | 7,958 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to discuss how, as the Piwik Product engineering team, we can make it possible to review and merge Pull Requests faster.
- Currently our Pull requests get merged after 2-10 days on average (I don't have exact metric).
- Ideally, we would like to review (and possibly merge) Pull Requests with... | How can we merge Pull Requests faster? | https://api.github.com/repos/matomo-org/matomo/issues/7953/comments | 21 | 2015-05-20T22:18:24Z | 2015-10-13T09:27:42Z | https://github.com/matomo-org/matomo/issues/7953 | 78,721,983 | 7,953 |
[
"matomo-org",
"matomo"
] | I pulled the following data from Piwik using the API, the current time is only 14:00 but Piwik returned stats for 23:00. Something is wrong.
date label nb_uniq_visitors nb_visits nb_actions nb_users max_actions sum_visit_length bounce_count nb_visits_converted metadata_segment
2015-05-20 0h 52 6... | Piwik API - returns visitor stats for the future! | https://api.github.com/repos/matomo-org/matomo/issues/7952/comments | 2 | 2015-05-20T18:14:32Z | 2015-05-20T22:45:27Z | https://github.com/matomo-org/matomo/issues/7952 | 78,631,860 | 7,952 |
[
"matomo-org",
"matomo"
] | Hi,
i seem to have a weird problem with the graphs in Email-reports.
For a couple of websites the graphs for entry-/exitsites stop a couple of days ago.
E.g. from the top5 entrysites 1 graph is up2date, 1 stops 10 days ago and another one 14 days ago...
I already tried dropping the archives and regenerating the re... | Graphs break up in scheduled email reports | https://api.github.com/repos/matomo-org/matomo/issues/7948/comments | 10 | 2015-05-20T09:39:26Z | 2015-10-13T09:46:24Z | https://github.com/matomo-org/matomo/issues/7948 | 78,452,351 | 7,948 |
[
"matomo-org",
"matomo"
] | Since the 30th of April (Piwik 2.13.0) no ecommerce metrics are aggregated anymore (like amount of orders, amount left in cart, etc.).
I first thought it could be related to #6986 but the config values mentioned there make no difference. Even with browser-based archiving enabled all ecommerce values keep 0.
Of course ... | Ecommerce metrics not aggregated | https://api.github.com/repos/matomo-org/matomo/issues/7945/comments | 13 | 2015-05-20T05:53:05Z | 2015-06-23T22:59:32Z | https://github.com/matomo-org/matomo/issues/7945 | 78,386,216 | 7,945 |
[
"matomo-org",
"matomo"
] | When displaying a Notification of type Warning, the color used does not have high enough contrast. This results in a hard to read notification text requiring eyes to focus more than normal. If using Piwik outside with the sun, it may be impossible to read the message.
Screenshot:
![warning color has too low contrast]... | Notification messages have too low contrast after redesign | https://api.github.com/repos/matomo-org/matomo/issues/7943/comments | 2 | 2015-05-20T05:09:29Z | 2015-06-03T20:55:03Z | https://github.com/matomo-org/matomo/issues/7943 | 78,374,147 | 7,943 |
[
"matomo-org",
"matomo"
] | Possible follow-up to #3962. I'm a new Piwik user and had disabled the UserSettings plugin.

My device is a Samsung Galaxy S5 and the actual resolution is 1080 x 1920.
| Incorrect screen resolution detected for devices with device pixel ratio > 1 | https://api.github.com/repos/matomo-org/matomo/issues/7941/comments | 5 | 2015-05-19T20:25:49Z | 2024-09-13T09:06:01Z | https://github.com/matomo-org/matomo/issues/7941 | 78,238,582 | 7,941 |
[
"matomo-org",
"matomo"
] | 
Related to #6821?
| Map labels truncated for countries with no visits | https://api.github.com/repos/matomo-org/matomo/issues/7940/comments | 3 | 2015-05-19T20:16:59Z | 2015-06-19T22:21:05Z | https://github.com/matomo-org/matomo/issues/7940 | 78,235,228 | 7,940 |
[
"matomo-org",
"matomo"
] | Hi Mattab,
Thank you for your reply,
I have attached a screenshot from my piwik insttalation where I am checking the campaign status.
I am using a magento site for ecommerce activities , and we are sending newlstters to our customers.
I need to get the revenue I got from each newsletter , when they came to the site... | Revenue from campaigns is not getting | https://api.github.com/repos/matomo-org/matomo/issues/7938/comments | 2 | 2015-05-19T12:26:36Z | 2015-05-20T15:28:25Z | https://github.com/matomo-org/matomo/issues/7938 | 78,066,983 | 7,938 |
[
"matomo-org",
"matomo"
] | Are you guys aware of this and if so, do you recommend a workaround?
| _paq global variable name collision with hubspot analytics | https://api.github.com/repos/matomo-org/matomo/issues/7935/comments | 3 | 2015-05-18T21:41:48Z | 2024-09-13T09:06:01Z | https://github.com/matomo-org/matomo/issues/7935 | 77,816,079 | 7,935 |
[
"matomo-org",
"matomo"
] | All the conversions that have multiple visits with different campaigns are attributed to the last visit's campaign name.
My tracking code is below. Added setConversionAttributionFirstReferrer but it doesn't seem to change anything.
<!-- START PIWIK TRACKING CODE -->
<script type="text/javascript">
//<![CDATA[
va... | setConversionAttributionFirstReferrer not working | https://api.github.com/repos/matomo-org/matomo/issues/7933/comments | 0 | 2015-05-18T17:21:49Z | 2015-07-07T10:15:49Z | https://github.com/matomo-org/matomo/issues/7933 | 77,734,817 | 7,933 |
[
"matomo-org",
"matomo"
] | Admins should be able to hide the "Update Notification" from Users. Update Notifications will make normal Users a bit queasy ;-)
Boards: http://forum.piwik.org/read.php?2,126434,126728#msg-126728
Andreas Schnederle-Wagner
| Hide update Notification from Users | https://api.github.com/repos/matomo-org/matomo/issues/7930/comments | 1 | 2015-05-18T13:54:25Z | 2017-12-05T09:25:47Z | https://github.com/matomo-org/matomo/issues/7930 | 77,665,973 | 7,930 |
[
"matomo-org",
"matomo"
] | We currently have a couple of classes under `Piwik\Plugin\*` classes. Eg `Piwik\Plugin\Report`, `Piwik\Plugin\Widget`, `Piwik\Plugin\Controller`. We put there classes that can be extended by plugins to create new entities, eg Widgets, Reports, ...
It is quite nice to have all those classes under `Piwik\Plugin` and to ... | Organisation of \Piwik\Plugin\* classes | https://api.github.com/repos/matomo-org/matomo/issues/7929/comments | 7 | 2015-05-18T06:42:12Z | 2015-07-30T09:41:01Z | https://github.com/matomo-org/matomo/issues/7929 | 77,526,379 | 7,929 |
[
"matomo-org",
"matomo"
] | My site is running Piwik 2.13.1. Under Chrome (well, Chromium) 42 the dashboard loads fine, but under Firefox 36 (my preferred browser) I get the following error:
```
ReferenceError: $ is not defined index.php:68:8
ReferenceError: $ is not defined index.php:739:0
ReferenceError: $ is not defined index.php:764:0
```
... | Dashboard fails to load in Firefox with 'Adblock Plus' extension | https://api.github.com/repos/matomo-org/matomo/issues/7928/comments | 15 | 2015-05-18T04:51:52Z | 2015-10-13T10:46:37Z | https://github.com/matomo-org/matomo/issues/7928 | 77,500,008 | 7,928 |
[
"matomo-org",
"matomo"
] | ## How to reproduce
Initialize a new installation of Piwik, follow the installation steps. On "Database setup" step, fill in the form with new table prefix in order to get the use-case of "tablesCreated".
## Expected result
The layout of the page and the message are fully translated to the current language.
## Real r... | Step "Create tables" of new installation appears untranslated | https://api.github.com/repos/matomo-org/matomo/issues/7926/comments | 3 | 2015-05-17T16:26:52Z | 2015-08-13T15:25:40Z | https://github.com/matomo-org/matomo/issues/7926 | 77,343,129 | 7,926 |
[
"matomo-org",
"matomo"
] | Hi Folks,
I have a file with some login details that I want to use to connect to an external database. But when I try to use the code below, I get some funny error messages. Can someone tell me what I am doing wrong inside piwik, please? Is it possible to connect to a file inside piwik? If yes, how do you normally do ... | Can't open a file within piwik | https://api.github.com/repos/matomo-org/matomo/issues/7925/comments | 2 | 2015-05-17T12:29:30Z | 2015-05-18T22:07:06Z | https://github.com/matomo-org/matomo/issues/7925 | 77,300,122 | 7,925 |
[
"matomo-org",
"matomo"
] | In the great welcome screen that will launch when I access `/piwik` the first time, I will be able to specify which database I want to use for piwik.
The database was successfully reused, however, I got a message saying this:
`The database was successfully updated from 2.14.0-b1 to 2.14.0-b1!`
I like the positivenes... | Reusing a piwik database created a report that it had been updated to the same version | https://api.github.com/repos/matomo-org/matomo/issues/7924/comments | 2 | 2015-05-17T09:59:02Z | 2015-05-22T16:09:45Z | https://github.com/matomo-org/matomo/issues/7924 | 77,270,276 | 7,924 |
[
"matomo-org",
"matomo"
] | In windows 7, using wampserver, I installed composer with the link I had been given in the error page that I get when I try access the `/piwik` web page the first time.
Here I can read that after the composer installation, I should run `php composer.phar update`.
`This will initialize composer for Piwik and download l... | Cannot just run php composer.phar update | https://api.github.com/repos/matomo-org/matomo/issues/7923/comments | 15 | 2015-05-17T09:50:26Z | 2015-05-24T17:17:41Z | https://github.com/matomo-org/matomo/issues/7923 | 77,268,713 | 7,923 |
[
"matomo-org",
"matomo"
] | Detection of the Mozilla Thunderbird e-mail client (used e.g. for RSS/Atom feed reading) was introduced in https://github.com/piwik/piwik/issues/3252 and worked with Piwik 1.12. After updating from Piwik 1.12 straight to 2.13.0 (and later 2.13.1), Thunderbird is not recognized.
Note: The Piwik update was actually a com... | Thunderbird detection not working | https://api.github.com/repos/matomo-org/matomo/issues/7921/comments | 1 | 2015-05-16T21:40:52Z | 2015-05-17T18:14:50Z | https://github.com/matomo-org/matomo/issues/7921 | 77,139,174 | 7,921 |
[
"matomo-org",
"matomo"
] | I have a list of 11 devices in the list in "visitors". If I click the pagers "next" button, the list will show the last device. The number of items is so low so there is no need for a pager. In another piwik web, I have 12 devices in the list so the situation is similar. The pager feature will only cause irritation.
| List of devices under "visitors" is very near to 10 and does not require a pager | https://api.github.com/repos/matomo-org/matomo/issues/7920/comments | 1 | 2015-05-16T16:31:18Z | 2015-06-08T02:27:55Z | https://github.com/matomo-org/matomo/issues/7920 | 77,075,642 | 7,920 |
[
"matomo-org",
"matomo"
] | Hello.
After update piwik to 2.13.1, tracking stop write first entry on site from refferer which has params described in next screenshot.
Maybe this bug because referrer has long url.
Reloading the page and events no logging.
When click by any link on this first page, only then piwik start write activity.
![piwi... | After update to 2.13.1 not write activity | https://api.github.com/repos/matomo-org/matomo/issues/7919/comments | 4 | 2015-05-16T13:10:14Z | 2015-07-15T06:01:06Z | https://github.com/matomo-org/matomo/issues/7919 | 77,035,087 | 7,919 |
[
"matomo-org",
"matomo"
] | Hello !
Thanks for Piwik ! you guys rock !
We have an issue with piwik though... I had to de activate it because every time I activate it my Yoast SEO plugin does not work, nothing happens when I click quickedit and nothing happens when I try to add a link.
This is all inside wordpress by the way.
Cheers
Raul
| 3 problems - SEO - quickedit - link | https://api.github.com/repos/matomo-org/matomo/issues/7916/comments | 3 | 2015-05-15T16:37:33Z | 2015-05-20T21:15:20Z | https://github.com/matomo-org/matomo/issues/7916 | 76,782,252 | 7,916 |
[
"matomo-org",
"matomo"
] | WP 4.2.2, gravity form Version 1.9.8 and piwik Version 0.10.0.6
when gravity form and wp and enable, everything work fine, form can be edit with javascript (jquery), IF you enable wp-piwik, the form still word but CANNOT be edit because javascript jquery conflict and all javascript for gravity form are disable...
| piwik disable gravity form conflict | https://api.github.com/repos/matomo-org/matomo/issues/7914/comments | 2 | 2015-05-15T15:00:07Z | 2015-05-18T22:46:31Z | https://github.com/matomo-org/matomo/issues/7914 | 76,752,876 | 7,914 |
[
"matomo-org",
"matomo"
] | Goal of this issue is to make recognition of queries easier by marking queries with name of plugin which launched them.
In some cases, when archiving is slow or unefficient we end up having actual MySQL query that timed out or took DB down.
Currently there is no easy way to find which plugin caused this (sometimes it's... | In SQL queries, print out the name of the plugin in a SQL comment for troubleshooting which plugin triggered query | https://api.github.com/repos/matomo-org/matomo/issues/7913/comments | 8 | 2015-05-15T13:03:09Z | 2015-10-13T20:13:04Z | https://github.com/matomo-org/matomo/issues/7913 | 76,721,021 | 7,913 |
[
"matomo-org",
"matomo"
] | Goal of this issue is to give ability of processing only certain segments when running CLI archiver.
There are some cases when only couple of segments need to be re-processed (due to archiving failure or so). For this purpose it would be ideal to have new parameter for ex. --force-idsegments, that will allow passing id... | Allow CLI archiving for only specific segments | https://api.github.com/repos/matomo-org/matomo/issues/7912/comments | 5 | 2015-05-15T12:56:25Z | 2015-06-16T23:38:28Z | https://github.com/matomo-org/matomo/issues/7912 | 76,720,082 | 7,912 |
[
"matomo-org",
"matomo"
] | Goal of this issue is to implement new core metric computed for every plugin using LogAggregator class to pull out report data. Metric can be number of unique config_id's across given timespan (similarily to unique visitors).
Business case for this metric is when instance isn't using cookies for some reasons, and uniqu... | Implement new core metric "unique_configs_nb" | https://api.github.com/repos/matomo-org/matomo/issues/7911/comments | 1 | 2015-05-15T12:36:56Z | 2024-09-13T09:06:02Z | https://github.com/matomo-org/matomo/issues/7911 | 76,715,057 | 7,911 |
[
"matomo-org",
"matomo"
] | Hi,
I have moodle_analytics and piwik installed successfully. They are working well together. Piwik is able to report form my moodle site. My problem now is this. There are some data in my moodle mysql database table that I want to display on a page in piwik. Is it possible to do this please? Or what it the best way ... | Pulling data from moodle mysql database into piwik | https://api.github.com/repos/matomo-org/matomo/issues/7910/comments | 1 | 2015-05-15T09:25:01Z | 2015-05-18T20:25:51Z | https://github.com/matomo-org/matomo/issues/7910 | 76,664,745 | 7,910 |
[
"matomo-org",
"matomo"
] | Follow up for #7812
Current problems are for example:
- Text is often cut off as each column is not that wide
- There is sometimes a lot of whitespace eg when there are many actions
- It doesn't look really nice in general. The current design is probably many years old
- While fixing this we can also fix the HTML/CSS... | Redesign visitor log | https://api.github.com/repos/matomo-org/matomo/issues/7909/comments | 4 | 2015-05-15T04:37:19Z | 2015-07-09T18:28:02Z | https://github.com/matomo-org/matomo/issues/7909 | 76,589,597 | 7,909 |
[
"matomo-org",
"matomo"
] | I am using Blue Host as my Host. Im currently hosting 8 different sites (All Wordpress) on the same server account. i have used wp-piwik as the plugin to configure all of them. of the 8 sites I am hosting with Blue host. 3 of them workk just fine with Piwik. The rest I get this error: http://screencast.com/t/9yYCta6R3u... | WP-Piwik Not tracking my stie at all | https://api.github.com/repos/matomo-org/matomo/issues/7906/comments | 2 | 2015-05-14T20:17:38Z | 2015-07-15T05:31:57Z | https://github.com/matomo-org/matomo/issues/7906 | 76,476,517 | 7,906 |
[
"matomo-org",
"matomo"
] | Hello,
Help with this question please. I am analysing some result data in piwik. When I go to the link Action, Pages and Page url, I see the results with some web urls. But I want to be able to check who those id, etc owners are.
Actions > Pages > Page url
https://www.mywebsite.org/school/view.php?id=15
https://www... | Showing the values of a url | https://api.github.com/repos/matomo-org/matomo/issues/7905/comments | 2 | 2015-05-14T10:20:34Z | 2015-05-19T15:09:24Z | https://github.com/matomo-org/matomo/issues/7905 | 76,311,135 | 7,905 |
[
"matomo-org",
"matomo"
] | Let's create a new FAQ to document how to monitor that a Piwik server is running smoothly.
What do you think?
### How do I monitor that Piwik service is up?
To monitor for Piwik service, setup the following checks:
- Tracker API: request to /piwik.php should return http status 200
- Core platform: request to /index.... | How do I monitor that Piwik service is up? | https://api.github.com/repos/matomo-org/matomo/issues/7904/comments | 8 | 2015-05-14T03:27:40Z | 2017-12-12T22:29:52Z | https://github.com/matomo-org/matomo/issues/7904 | 76,214,644 | 7,904 |
[
"matomo-org",
"matomo"
] | When Piwik cannot connect to the database, the API should return a valid response.
Reproduce:
- Edit config.ini.php and set a wrong username for the database eg. `xyytueyeat`
- Open `index.php?module=API&method=API.getPiwikVersion&format=xml`
- Got: HTML error output
- Expected:
- HTTP error code 500,
- and the... | When the connection to database fails, the API should return a valid response | https://api.github.com/repos/matomo-org/matomo/issues/7903/comments | 4 | 2015-05-13T23:40:57Z | 2015-08-21T17:36:10Z | https://github.com/matomo-org/matomo/issues/7903 | 76,163,538 | 7,903 |
[
"matomo-org",
"matomo"
] | When Piwik sourcecode file have been upgraded to a new version, and user has still not executed the `core:update` command (or clicked in the UI on `Continue` to execute the DB upgrades), then the API in the meantime should return a valid API response error.
Reproduce:
- Increase Piwik version number in Version.php
- C... | When Piwik DB needs to be upgraded, the API should return a valid response | https://api.github.com/repos/matomo-org/matomo/issues/7902/comments | 0 | 2015-05-13T23:37:41Z | 2015-08-14T07:56:15Z | https://github.com/matomo-org/matomo/issues/7902 | 76,162,871 | 7,902 |
[
"matomo-org",
"matomo"
] | When Piwik is in maintenance mode, the API should return a valid response.
Reproduce:
- Set Piwik [in maintenance mode](https://piwik.org/faq/how-to/faq_111/) with maintenance_mode=1
- Open `index.php?module=API&method=API.getPiwikVersion&format=xml`
- Got: the API call returns the HTML page of the maintenance mode
-... | When Piwik is in maintenance mode, the API should return a valid response | https://api.github.com/repos/matomo-org/matomo/issues/7901/comments | 6 | 2015-05-13T23:34:39Z | 2024-09-13T10:56:21Z | https://github.com/matomo-org/matomo/issues/7901 | 76,162,163 | 7,901 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.