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"
] | Getting below error on latest Matomo:
> Error: {"message":"count(): Argument #1 ($value) must be of type Countable|array, null given","file":"\/core\/DataTable.php","line":1036,"request_id":"b3807","backtrace":" on \/core\/DataTable.php(1036)\n#0 \/core\/DataTable.php(1036): count(NULL)\n#1 \/core\/DataTable\/Render... | Fatal error: Argument #1 ($value) must be of type Countable|array, null given in DataTable.php | https://api.github.com/repos/matomo-org/matomo/issues/20333/comments | 1 | 2023-02-07T21:07:58Z | 2023-02-09T13:31:40Z | https://github.com/matomo-org/matomo/issues/20333 | 1,575,023,805 | 20,333 |
[
"matomo-org",
"matomo"
] | Perhaps it is possible already, I just haven't figured it out, how to add custom subtables that has different layout then the parent table.
So I have a table with rows, every row has a subtable but the layout is different.
Normally with html, I would do something like this:
```html
<table class="table" colspan=""... | Add colspan support for DataTables | https://api.github.com/repos/matomo-org/matomo/issues/20329/comments | 4 | 2023-02-07T11:06:05Z | 2024-01-03T07:03:58Z | https://github.com/matomo-org/matomo/issues/20329 | 1,574,125,905 | 20,329 |
[
"matomo-org",
"matomo"
] | Hi team,
When you want to compare a week period with a custom date range, it appears that the selection of the custom date range can only be made by inserting the dates within the fields, not by using the calendar. As a result, users are in fact using the calendar, which is making weeks compared to weeks and not fitti... | [Bug] UX/Usability issue with date comparison (week against custom date range) | https://api.github.com/repos/matomo-org/matomo/issues/20328/comments | 4 | 2023-02-07T08:45:09Z | 2024-08-20T22:43:55Z | https://github.com/matomo-org/matomo/issues/20328 | 1,573,916,779 | 20,328 |
[
"matomo-org",
"matomo"
] | I use to define my own PIWIK_USER_PATH in /bootstrap.php to alter the path of the config.ini.php-file. But when calling /misc/cron/archive.php PIWIK_USER_PATH is already set BEFORE /bootstrap.php is called.
## Expected Behavior
/bootstrap.php should be called before PIWIK_USER_PATH is set in /misc/cron/archive.php... | /misc/cron/archive.php ignoring PIWIK_USER_PATH set in /bootstrap.php | https://api.github.com/repos/matomo-org/matomo/issues/20327/comments | 2 | 2023-02-07T06:41:17Z | 2024-09-13T08:58:29Z | https://github.com/matomo-org/matomo/issues/20327 | 1,573,772,187 | 20,327 |
[
"matomo-org",
"matomo"
] | A customer has reached out as their having trouble disabling the tracking in their website for a period of time.
There are ways to do this, removing the tracking code, entering an invalid URL etc but is it possible to have a simple '**pause**' icon added to the UI that would pause/stop all tracking for that website un... | Ability to Pause tracking | https://api.github.com/repos/matomo-org/matomo/issues/20326/comments | 2 | 2023-02-07T01:53:13Z | 2025-06-17T20:18:19Z | https://github.com/matomo-org/matomo/issues/20326 | 1,573,551,466 | 20,326 |
[
"matomo-org",
"matomo"
] | _A user has made his instance integrate well with OpenLiteSpeed by adding three lines to Matomo.
They suggest adding these same lines so that all OpenLiteSpeed users can benefit._
> Hello, I am using your excellent product on a dedicated server running the http server "openlitespeed".
> openlitespeed (open source... | Make .htaccess play nicely with OpenLiteSpeed servers | https://api.github.com/repos/matomo-org/matomo/issues/20325/comments | 2 | 2023-02-07T00:56:57Z | 2024-10-10T08:48:12Z | https://github.com/matomo-org/matomo/issues/20325 | 1,573,512,389 | 20,325 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
One of the plugin user has a Fatal error in Matomo.
```
PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /nas/content/live/careatprod/wp-content/plugins/matomo/app/core/Filesy... | PHP8: PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given | https://api.github.com/repos/matomo-org/matomo/issues/20323/comments | 2 | 2023-02-06T23:17:35Z | 2023-02-07T10:21:23Z | https://github.com/matomo-org/matomo/issues/20323 | 1,573,439,865 | 20,323 |
[
"matomo-org",
"matomo"
] | ## Expected Behavior
When I select a date comparison other than **Previous period**, then change the selected site, I would like the comparison selector stays at the one selected (and displayed).
## Current Behavior / Steps to Reproduce (for Bugs)
1. Go to your favorite Matomo instance: https://demo.matomo.cloud/i... | Date comparison selector should stay when changing site | https://api.github.com/repos/matomo-org/matomo/issues/20321/comments | 4 | 2023-02-06T10:02:35Z | 2023-09-19T14:26:44Z | https://github.com/matomo-org/matomo/issues/20321 | 1,572,267,149 | 20,321 |
[
"matomo-org",
"matomo"
] | I am using this code in my project and I got an error saying
"count(): Argument #1 ($value) must be of type Countable|array, null given"
...... This is relating to the first line.
for ( $product_id = 0; $product_id < count($request->product_id); $product_id++) {
$order_details = new Order... | "count(): Argument #1 ($value) must be of type Countable|array, null given"..... I need help | https://api.github.com/repos/matomo-org/matomo/issues/20320/comments | 1 | 2023-02-04T08:48:11Z | 2023-02-06T10:31:59Z | https://github.com/matomo-org/matomo/issues/20320 | 1,570,839,770 | 20,320 |
[
"matomo-org",
"matomo"
] | lox/xhprof is an abandoned project, and have no updates since 2015.
There should be documentation why this still is needed as a prod requirement.
| Xhprof is abonond, document why is still a prod requirement | https://api.github.com/repos/matomo-org/matomo/issues/20317/comments | 9 | 2023-02-03T09:33:42Z | 2024-05-08T23:12:23Z | https://github.com/matomo-org/matomo/issues/20317 | 1,569,526,734 | 20,317 |
[
"matomo-org",
"matomo"
] | Hi,
I'm kinda stuck.
I followed the examples in: [Developers guide](https://developer.matomo.org/guides/datatable)
I'm trying to add a Subtable to a DataTable but when I try to open the Subtable I only get the same row over and over again.
What am I doing wrong here?
```php
$table = new DataTabl... | Add subtable to DataTable | https://api.github.com/repos/matomo-org/matomo/issues/20316/comments | 2 | 2023-02-03T09:05:36Z | 2023-02-03T09:37:49Z | https://github.com/matomo-org/matomo/issues/20316 | 1,569,473,269 | 20,316 |
[
"matomo-org",
"matomo"
] | When a user adds a product to the website, but then removes the product, and then leaves the site when the shopping cart is empty, it is regarded as a abandoned shopping cart,
which bothers me
My site will update the shopping cart when it is opened, which makes my site a abandoned shopping cart every time I visit it ... | The empty shopping cart is used as an abandonedCart, which bothers me | https://api.github.com/repos/matomo-org/matomo/issues/20315/comments | 8 | 2023-02-03T07:20:54Z | 2023-07-21T12:47:42Z | https://github.com/matomo-org/matomo/issues/20315 | 1,569,349,053 | 20,315 |
[
"matomo-org",
"matomo"
] | When I view the product page, I need to submit the product page view.
When the user switches variants, I want to submit the SKU page view,
but use setEcommerceView it must be followed by a call to trackPageView,
:
- [ ] WARNING: /plugins/UsersManager/Repository/UserRepository.php(252): Deprecated - Creation of dynamic property Piwik\Plugins\UsersManager\Repository\UserReposit... | 2FA plugin: Depreciation in PHP 8.2 | https://api.github.com/repos/matomo-org/matomo/issues/20307/comments | 1 | 2023-02-02T13:12:48Z | 2023-02-03T00:25:44Z | https://github.com/matomo-org/matomo/issues/20307 | 1,568,038,307 | 20,307 |
[
"matomo-org",
"matomo"
] | Currently, when someone is invited, then we show their username in the `Username or email` field.
<img width="345" alt="image" src="https://user-images.githubusercontent.com/273120/216178334-88a2ffc9-ce0c-4d4d-b961-e8e535316f76.png">
However, it makes people think they need to remember their username in order to ... | In accept invitation screen show the email instead of the username | https://api.github.com/repos/matomo-org/matomo/issues/20306/comments | 2 | 2023-02-01T22:31:41Z | 2023-02-07T23:26:24Z | https://github.com/matomo-org/matomo/issues/20306 | 1,566,946,546 | 20,306 |
[
"matomo-org",
"matomo"
] | When a user has the following setting enabled:
`enable_processing_unique_visitors_range = 1`
They expect to be able to see the Unique Visitor metrics for already processed report periods.
However, when Raw Data deletion is configured and the Date Range period includes a date where Raw Data exists and a period wh... | Unique Visitors metrics for deleted RAW data doesn't increase for Date Range periods | https://api.github.com/repos/matomo-org/matomo/issues/20305/comments | 0 | 2023-02-01T21:55:27Z | 2023-02-03T02:33:28Z | https://github.com/matomo-org/matomo/issues/20305 | 1,566,892,229 | 20,305 |
[
"matomo-org",
"matomo"
] | When using PHP via command to update with
`console core:update`
following deprecation notices are returned:
`PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /(...)/vendor/symfony/console/Symfony/Component/Console/Helper/DialogHelper.php on line 52`
and
`PHP Deprecated: Usin... | console core:update - PHP Deprecated: Using ${var} in strings | https://api.github.com/repos/matomo-org/matomo/issues/20304/comments | 1 | 2023-02-01T20:22:26Z | 2023-03-16T01:29:10Z | https://github.com/matomo-org/matomo/issues/20304 | 1,566,771,329 | 20,304 |
[
"matomo-org",
"matomo"
] | Matomo 4.13.3 asked me about my main concern in relation to Matomo. My answer: My main concern is that automatic updates do not complete and generate error messages that send me to the desert. My tip: Set up automatic updates so that the cache or, even better, the entire "tmp" folder is emptied at the same time. This c... | Automatic updates should be supplemented | https://api.github.com/repos/matomo-org/matomo/issues/20301/comments | 5 | 2023-02-01T13:01:00Z | 2023-03-16T01:28:17Z | https://github.com/matomo-org/matomo/issues/20301 | 1,566,071,879 | 20,301 |
[
"matomo-org",
"matomo"
] | This refs CLOUD-1231.
When a user was invited and hasn't accepted their invite yet and then goes to the login page, then they won't be able to log in yet as they haven't set their password yet. A user may be clicking on "Lost your password" then because they don't have a password. This user would then currently see ... | When going through "Lost your password" process and an invite is pending, then send activation link instead of error | https://api.github.com/repos/matomo-org/matomo/issues/20297/comments | 0 | 2023-02-01T01:21:49Z | 2025-02-27T14:25:57Z | https://github.com/matomo-org/matomo/issues/20297 | 1,565,254,149 | 20,297 |
[
"matomo-org",
"matomo"
] | **Customers Response**: "What I want is a global view of all the sites. Would it be possible to add the column "hits/actions" in the page "all websites"?"
Is it possible to display a column for 'Hits' in the **All Websites** section of the Matomo UI, so customers can easily see the total number of hits per site base... | Global View of all 'Hits' | https://api.github.com/repos/matomo-org/matomo/issues/20295/comments | 5 | 2023-02-01T00:37:18Z | 2024-12-02T13:30:37Z | https://github.com/matomo-org/matomo/issues/20295 | 1,565,209,526 | 20,295 |
[
"matomo-org",
"matomo"
] | Customer has asked about the possibility of being able to adjust the text that is displayed in the **Email Reports**. Basically the ability to type a brief custom message, displayed in the email report, for the recipients of these emails.
"Is it possible to customize the text in the e-mail itself? So we can write a ... | Customize Email Reports | https://api.github.com/repos/matomo-org/matomo/issues/20294/comments | 5 | 2023-02-01T00:32:31Z | 2023-08-01T14:38:22Z | https://github.com/matomo-org/matomo/issues/20294 | 1,565,205,759 | 20,294 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
<!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ -->
<!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@innocraft.com instead of c... | php-fpm segfault | https://api.github.com/repos/matomo-org/matomo/issues/20290/comments | 3 | 2023-01-30T18:58:40Z | 2023-10-19T09:09:46Z | https://github.com/matomo-org/matomo/issues/20290 | 1,563,021,982 | 20,290 |
[
"matomo-org",
"matomo"
] | ## Acceptance criteria
- on the "Manage Goals" page, there is a new column, in first position, with a "Star" icon
- it appears empty by default for all goals eg. ⚝
- and any Write or Admin or Super User can click the star icon to star a Goal and then the star appears yellow: ⭐
- this is not a per-user preferenc... | Ability to "Star" Goals + Starred Goals shown first in all goals lists & goals columns | https://api.github.com/repos/matomo-org/matomo/issues/20287/comments | 0 | 2023-01-30T07:29:28Z | 2024-11-25T02:23:07Z | https://github.com/matomo-org/matomo/issues/20287 | 1,561,897,831 | 20,287 |
[
"matomo-org",
"matomo"
] | In reference to #PG-2560: Collate list for all dropdowns that need alphabetical order, can we sort the filter values as ascending and list the same

![Screenshot from 2023-0... | Transition report filters "page URL" and "page title" values to be listed alphabetically - sort by value ascending | https://api.github.com/repos/matomo-org/matomo/issues/20286/comments | 0 | 2023-01-30T05:01:06Z | 2023-01-31T01:57:05Z | https://github.com/matomo-org/matomo/issues/20286 | 1,561,749,447 | 20,286 |
[
"matomo-org",
"matomo"
] | Issue reported internally:
A user reported that tabbing is not working well on our dashboard. And I reproduced this.
The current version of Matomo cannot tab navigate. If you click tab, you get as far as the menu-search-box in the upper left and that’s the end. None of the functions on the dashboard are reachabl... | Tabbing (tab navigation with keyboard) is not working in Matomo 4.13 (regression) | https://api.github.com/repos/matomo-org/matomo/issues/20285/comments | 2 | 2023-01-29T23:38:59Z | 2023-01-31T08:13:02Z | https://github.com/matomo-org/matomo/issues/20285 | 1,561,510,579 | 20,285 |
[
"matomo-org",
"matomo"
] | When there is a new "what's new" entry we already show a slightly different icon in the top menu. However, it's barely visible.
Maybe we could make this stand out a bit more eg by directly opening the "What's new" popup when there is a new entry and show the information and people can click it away? This worked real... | Improve our "What's new" feature to increase visibility | https://api.github.com/repos/matomo-org/matomo/issues/20283/comments | 0 | 2023-01-29T20:10:36Z | 2023-10-30T14:07:06Z | https://github.com/matomo-org/matomo/issues/20283 | 1,561,441,748 | 20,283 |
[
"matomo-org",
"matomo"
] | See eg the readonly username field when accepting an invitation
<img width="591" alt="image" src="https://user-images.githubusercontent.com/273120/215308144-b76ce790-5b64-42da-8729-246518ad9480.png">
The field looks just like other fields and it isn't clear that it's read only making it appear buggy when you can't ... | Readonly text field isn't possible to identify as such | https://api.github.com/repos/matomo-org/matomo/issues/20282/comments | 0 | 2023-01-29T06:03:06Z | 2023-01-30T10:39:46Z | https://github.com/matomo-org/matomo/issues/20282 | 1,561,140,814 | 20,282 |
[
"matomo-org",
"matomo"
] | Hi there,
We are implementing 'content tracking' by following developer-matomo guide. Here is the reference URL for that guide. https://developer.matomo.org/guides/content-tracking
Here is my website url, https://vanlifemagazin.eu/
We have added "**data-content-target, data-track-content, data-content-name and da... | Help! To fix missing content-interactions and interaction-rate in content tracking. | https://api.github.com/repos/matomo-org/matomo/issues/20281/comments | 4 | 2023-01-27T12:28:52Z | 2023-02-03T11:35:04Z | https://github.com/matomo-org/matomo/issues/20281 | 1,559,686,971 | 20,281 |
[
"matomo-org",
"matomo"
] | In a Goals page, or on the Goal Overview page, all Reports under "Goal by X" headings, currently don't have the Cog icon option to "Show totals row"
All these reports:

Should have the option:
![ima... | Reports under "Goals > Goals by X" should have the useful option to "Show totals row" | https://api.github.com/repos/matomo-org/matomo/issues/20280/comments | 1 | 2023-01-27T10:58:53Z | 2024-09-13T10:56:01Z | https://github.com/matomo-org/matomo/issues/20280 | 1,559,558,266 | 20,280 |
[
"matomo-org",
"matomo"
] | Row selector overflows over the icon when the limit has 3+ digits


... | Row selector overflows over the icon when the limit has 3+ digits | https://api.github.com/repos/matomo-org/matomo/issues/20279/comments | 0 | 2023-01-27T09:48:56Z | 2024-12-05T22:51:03Z | https://github.com/matomo-org/matomo/issues/20279 | 1,559,464,426 | 20,279 |
[
"matomo-org",
"matomo"
] | We're getting this error with Matomo 4.13.2. This looks like a regression
Uncaught exception: Error: Cannot access private property Piwik\DataAccess\ArchiveWriter::$idArchive in plugins/SearchEngineKeywordsPerformance/Importer/Google.php:388
Stack trace:
#0 plugins/SearchEngineKeywordsPerformance/Importer/Google.p... | Uncaught exception: Error: Cannot access private property Piwik\DataAccess\ArchiveWriter::$idArchive | https://api.github.com/repos/matomo-org/matomo/issues/20276/comments | 6 | 2023-01-27T04:50:42Z | 2023-01-31T10:20:09Z | https://github.com/matomo-org/matomo/issues/20276 | 1,559,172,150 | 20,276 |
[
"matomo-org",
"matomo"
] | Depricated Error Message after upgrading to 4.13.2
OS: Debian 11
Webserver: Apache 2.4.54
PHP: 8.2.1
Matomo: 4.13.2
Error Message:
WARNING: /plugins/CoreVisualizations/Visualizations/HtmlTable.php(293): Deprecated - Creation of dynamic property Piwik\Plugins\CoreVisualizations\Visualizations\HtmlTable::$site... | Update to version 4.13.2 | https://api.github.com/repos/matomo-org/matomo/issues/20271/comments | 2 | 2023-01-26T08:40:03Z | 2023-05-16T09:05:11Z | https://github.com/matomo-org/matomo/issues/20271 | 1,557,786,472 | 20,271 |
[
"matomo-org",
"matomo"
] | Hi,
I'm currently using Matomo 4.13.1 and I'm having an issue while enabling the plugin "Performance Audit", it seems to prevent the cron tasks to work properly, here is the error when I navigate to the "Plugin check" section :
WARNING: /plugins/PerformanceAudit/vendor/symfony/process/Process.php(612): Deprecate... | PerformanceAudit - Functions deprecated | https://api.github.com/repos/matomo-org/matomo/issues/20267/comments | 1 | 2023-01-25T14:39:47Z | 2023-01-25T16:20:50Z | https://github.com/matomo-org/matomo/issues/20267 | 1,556,768,074 | 20,267 |
[
"matomo-org",
"matomo"
] | I use a monthly email report selecting "Visits by day of week" but the report, for this category, shows only the data for the day before and not for all the previous month (it's ok for the others graphics). | Monthly email report : visits by day of week only for the day before | https://api.github.com/repos/matomo-org/matomo/issues/20266/comments | 1 | 2023-01-25T13:41:55Z | 2023-01-31T01:55:42Z | https://github.com/matomo-org/matomo/issues/20266 | 1,556,680,689 | 20,266 |
[
"matomo-org",
"matomo"
] | ## Expected Behavior
The **Frequency Overview** (in **Behavior > Engagement** report) should display the same number of bounced visits than displayed in **Visits per number of pages** (also in **Behavior > Engagement** report).
## Current Behavior
I cannot explain that the number bounced visits is really higher th... | Inconsistancy in Engagement values: bounced visits vs Visits with only one page | https://api.github.com/repos/matomo-org/matomo/issues/20265/comments | 2 | 2023-01-25T10:48:40Z | 2023-03-16T01:23:53Z | https://github.com/matomo-org/matomo/issues/20265 | 1,556,432,034 | 20,265 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
<!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ -->
<!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@innocraft.com instead of c... | Cant access marketplace, request was blocked by WAF. | https://api.github.com/repos/matomo-org/matomo/issues/20259/comments | 7 | 2023-01-24T08:15:22Z | 2023-01-24T22:36:25Z | https://github.com/matomo-org/matomo/issues/20259 | 1,554,511,194 | 20,259 |
[
"matomo-org",
"matomo"
] | Hi, I can get a widget code like this for embedding on a website:
_`https://domain.de/matomo/index.php?module=API&format=HTML&idSite=1&period=day&date=2022-12-24,2023-01-22&method=API.get&filter_limit=100&format_metrics=1&expanded=1&token_auth=ENTER_YOUR_TOKEN_AUTH_HERE`_
I found the instruction funny:
The "Do ... | Export report instructions are unclear about public use of URL with token | https://api.github.com/repos/matomo-org/matomo/issues/20258/comments | 3 | 2023-01-23T22:20:03Z | 2023-02-02T00:49:15Z | https://github.com/matomo-org/matomo/issues/20258 | 1,553,923,790 | 20,258 |
[
"matomo-org",
"matomo"
] | Hello;
I am getting such an error.
can you help me ?
Deprecated: Return type of Minwork\Helper\ArrObj::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in/libraries/minwork/A... | Deprecated 8.1 | https://api.github.com/repos/matomo-org/matomo/issues/20257/comments | 0 | 2023-01-23T20:11:53Z | 2023-01-24T22:35:25Z | https://github.com/matomo-org/matomo/issues/20257 | 1,553,721,644 | 20,257 |
[
"matomo-org",
"matomo"
] | Users who are testing their API with Postman or setting up security or other tasks sometimes ask for a definition file for our APIs. | Create a config file for Open API and/or Swagger | https://api.github.com/repos/matomo-org/matomo/issues/20255/comments | 12 | 2023-01-23T15:51:04Z | 2024-11-24T22:49:01Z | https://github.com/matomo-org/matomo/issues/20255 | 1,553,336,664 | 20,255 |
[
"matomo-org",
"matomo"
] | Matomo Version: 4.13.1
Latest Available Version: 4.13.1
Hello,
i think the settings in the Page "Global websites settings" are confusing by his functions. There are functions mixed to exclude parts from tracking or prevent tracking. Its also misunderstandable by this was is needed by the users. Example: The user ... | Global websites settings confusion | https://api.github.com/repos/matomo-org/matomo/issues/20254/comments | 1 | 2023-01-21T10:54:52Z | 2023-01-23T02:57:51Z | https://github.com/matomo-org/matomo/issues/20254 | 1,551,766,074 | 20,254 |
[
"matomo-org",
"matomo"
] | Not every one uses credit cards to pay for hosting or would prefer to have their names not tied to their free speech. It would be amazing for this app to be able to give the option to do so. | Be Able To Pay For Plugins in Marketplace With Bitcoin or Other Cryptocurrencies | https://api.github.com/repos/matomo-org/matomo/issues/20253/comments | 0 | 2023-01-20T19:14:17Z | 2024-01-03T05:03:55Z | https://github.com/matomo-org/matomo/issues/20253 | 1,551,326,494 | 20,253 |
[
"matomo-org",
"matomo"
] | trying to open my website, where Matomo code installed and here is what it shows:

after deleting Matomo code, everything works okay.
| Document how to troubleshoot when the Matomo instance is showing a warning Chrome due to being added to safe browsing list (or other reasons) | https://api.github.com/repos/matomo-org/matomo/issues/20246/comments | 29 | 2023-01-19T17:26:20Z | 2024-11-25T21:08:04Z | https://github.com/matomo-org/matomo/issues/20246 | 1,549,615,472 | 20,246 |
[
"matomo-org",
"matomo"
] | Hi Team, hopefully this is right place to ask, if not, I'd appreciate if you can direct me.
I'm the founder of [cloudquery.io](https://www.cloudquery.io/), a high performance open source ELT framework.
Our users are interested in an Matomo plugin, but as we cannot maintain all the plugins ourselves, I was curiou... | CloudQuery Matomo Plugin? | https://api.github.com/repos/matomo-org/matomo/issues/21668/comments | 0 | 2023-01-19T11:10:24Z | 2023-12-11T03:36:35Z | https://github.com/matomo-org/matomo/issues/21668 | 2,034,758,587 | 21,668 |
[
"matomo-org",
"matomo"
] | _From a Shopify E-Commerce user:_
I work for an agency whose clients are 100% on Shopify or Shopify Plus.
I think your tool is great, but I've seen that merchants on Shopify can encounter problems when integrating with your tool, especially in the checkout process where **the data doesn't seem to be coming out,** b... | Make a plugin for integrating Shopify and Shopify Plus | https://api.github.com/repos/matomo-org/matomo/issues/20243/comments | 3 | 2023-01-18T23:17:58Z | 2024-05-31T12:55:44Z | https://github.com/matomo-org/matomo/issues/20243 | 1,548,266,334 | 20,243 |
[
"matomo-org",
"matomo"
] | Matomo Version: 4.13.1
Matomo Update History: 4.11.0,4.10.1,4.9.1,4.7.0,4.6.2,4.6.1
Matomo Install Version: Unknown - pre 3.8.
Latest Available Version: 4.13.1
JavaScript Tracking
Tracking code in the HTML head
How is it possible, that the pagename is missing? It is not the only one. I know the pagename and b... | pagename is missing | https://api.github.com/repos/matomo-org/matomo/issues/20242/comments | 6 | 2023-01-18T22:34:39Z | 2023-06-22T21:48:45Z | https://github.com/matomo-org/matomo/issues/20242 | 1,548,227,897 | 20,242 |
[
"matomo-org",
"matomo"
] | Matomo Version: 4.13.1
Matomo Update History: 4.11.0,4.10.1,4.9.1,4.7.0,4.6.2,4.6.1
Matomo Install Version: Unknown - pre 3.8.
Latest Available Version: 4.13.1
Hello, i observe my matomo tracking over a long time. What i don't like is the tracking of so called web-hopper. This viewer visit the page only few secon... | Prevent website-hopper tracking | https://api.github.com/repos/matomo-org/matomo/issues/20239/comments | 4 | 2023-01-18T19:03:06Z | 2023-01-23T16:47:31Z | https://github.com/matomo-org/matomo/issues/20239 | 1,538,535,283 | 20,239 |
[
"matomo-org",
"matomo"
] | Matomo Version: 4.13.1
Matomo Update History: 4.11.0,4.10.1,4.9.1,4.7.0,4.6.2,4.6.1
Matomo Install Version: Unknown - pre 3.8.
Latest Available Version: 4.13.1
Hello, i think it is better when in the Real-time page and widget the interval reload button for pause and start is on the to top of the page, or top _and... | Real-time page interval reload button to top | https://api.github.com/repos/matomo-org/matomo/issues/20238/comments | 1 | 2023-01-18T17:34:14Z | 2023-01-19T13:13:23Z | https://github.com/matomo-org/matomo/issues/20238 | 1,538,399,002 | 20,238 |
[
"matomo-org",
"matomo"
] | Matomo Version: 4.13.1
Matomo Update History: 4.11.0,4.10.1,4.9.1,4.7.0,4.6.2,4.6.1
Matomo Install Version: Unknown - pre 3.8.
Latest Available Version: 4.13.1
Hello, i have seen, that on the "All website" page is a interval reload of the page, but seemly not on all date ranges. The problem is, there is no pause ... | All websites interval reload pause | https://api.github.com/repos/matomo-org/matomo/issues/20237/comments | 1 | 2023-01-18T17:31:00Z | 2023-01-19T13:11:28Z | https://github.com/matomo-org/matomo/issues/20237 | 1,538,395,272 | 20,237 |
[
"matomo-org",
"matomo"
] | From https://forum.matomo.org/t/core-archive-datacollection-php-123-deprecated/48979/9
- [x] WARNING /home/analytics/www/core/CronArchive.php(251): Deprecated - Creation of dynamic property Piwik\CronArchive::$rawLogDao is deprecated - Matomo 4.13.1
- [x] WARNING /home/analytics/www/core/Console.php(135): Deprecate... | PHP 8.2 deprecation warnings | https://api.github.com/repos/matomo-org/matomo/issues/20236/comments | 25 | 2023-01-18T16:32:06Z | 2023-07-24T06:16:14Z | https://github.com/matomo-org/matomo/issues/20236 | 1,538,312,783 | 20,236 |
[
"matomo-org",
"matomo"
] | From forum: https://forum.matomo.org/t/redis-cache-with-unix-socket-and-php-8-1/46757
> [whocarez](https://forum.matomo.org/u/whocarez)
> With Matomo 4.10.1 [_then 4.13.0 and 4.13.1_] and activated RedisCache on an unix socket I got an error like this
> `PHP Deprecated: Redis::connect(): Passing null to parameter ... | Fix PHP 8.1 deprecated warning for Redis::connect() call | https://api.github.com/repos/matomo-org/matomo/issues/20234/comments | 2 | 2023-01-18T13:57:57Z | 2023-01-25T00:56:22Z | https://github.com/matomo-org/matomo/issues/20234 | 1,538,047,442 | 20,234 |
[
"matomo-org",
"matomo"
] | Hi team,
If one access to the admin of Matomo within the tracking code part and click on the link MTM, then it goes at the bottom and then if you scroll up it will automatically scroll you down. | Anchor link issue on the tracking code page of the admin when clicking on MTM | https://api.github.com/repos/matomo-org/matomo/issues/20233/comments | 3 | 2023-01-18T10:22:14Z | 2023-01-24T22:29:38Z | https://github.com/matomo-org/matomo/issues/20233 | 1,537,748,515 | 20,233 |
[
"matomo-org",
"matomo"
] | Let's say the default website is "A" after logging on.
1. In the dashboard select site "B".
2. Go to Tag Manager and do Tag Manager stuff for site "B".
3. Return to the dashboard.
--> Site "A" is now selected in the dashboard.
When exiting tag manager it would be better if the same site that was selected in tag ... | Keep selected site when returning to the dashboard from Tag Manager | https://api.github.com/repos/matomo-org/matomo/issues/20232/comments | 4 | 2023-01-18T07:21:27Z | 2023-01-23T03:16:03Z | https://github.com/matomo-org/matomo/issues/20232 | 1,537,542,738 | 20,232 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
<!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ -->
## Summary
<!-- Please provide a detailed summary of the feature -->
The page overlay feature allows you to choose from a preset range ... | Page Overlay specific date ranges | https://api.github.com/repos/matomo-org/matomo/issues/20230/comments | 3 | 2023-01-18T02:41:17Z | 2024-04-09T12:13:25Z | https://github.com/matomo-org/matomo/issues/20230 | 1,537,314,774 | 20,230 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
<!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ -->
## Summary
<!-- Please provide a detailed summary of the feature -->
The custom dimension in 'Action Dimensions' only allows "**include... | Action dimensions allow "exclude" rules | https://api.github.com/repos/matomo-org/matomo/issues/20229/comments | 1 | 2023-01-18T02:29:55Z | 2024-01-03T07:04:06Z | https://github.com/matomo-org/matomo/issues/20229 | 1,537,305,658 | 20,229 |
[
"matomo-org",
"matomo"
] | A user was trying to invite a new user and when they clicked on the "Invite User" button, they was asked to enter my password. However, when they tried to enter my password into the field, it was disabled and I couldn't type anything in. After examining the source code, I discovered that the <input> field for the pass... | Cannot enter password when attempting to Add a new user. Input field has the property "disabled" | https://api.github.com/repos/matomo-org/matomo/issues/20228/comments | 2 | 2023-01-18T01:59:06Z | 2023-01-18T02:14:50Z | https://github.com/matomo-org/matomo/issues/20228 | 1,537,280,665 | 20,228 |
[
"matomo-org",
"matomo"
] | Matomo Version: 4.13.1
Matomo Update History: 4.11.0,4.10.1,4.9.1,4.7.0,4.6.2,4.6.1
Matomo Install Version: Unknown - pre 3.8.
Latest Available Version: 4.13.1
Hello, i have a question about the `enableHeartBeatTimer` in case of the setting of the seconds like `_paq.push(['enableHeartBeatTimer', 30]);`.
I have... | Clarify in docs that "enableHeartBeatTimer" JS feature does not actually simply send a "ping" every x seconds | https://api.github.com/repos/matomo-org/matomo/issues/20225/comments | 11 | 2023-01-17T16:14:11Z | 2023-08-10T18:03:11Z | https://github.com/matomo-org/matomo/issues/20225 | 1,536,657,886 | 20,225 |
[
"matomo-org",
"matomo"
] | After creating a new segment on Cloud, that matches some visits, then we see this:

Instead, we would only expect the blue notification?
Is this maybe a regression?
Can we confirm that we have a uI te... | Creating a new segment that has some visits will show 2 notifications instead of 1 | https://api.github.com/repos/matomo-org/matomo/issues/20222/comments | 5 | 2023-01-17T04:21:29Z | 2023-03-15T01:00:08Z | https://github.com/matomo-org/matomo/issues/20222 | 1,535,756,666 | 20,222 |
[
"matomo-org",
"matomo"
] | Recently, we've seen a huge amount of connections to our database for a short time. This was likely caused by the PrivacyManager task that deletes logs for a deleted site.
We've seen quite a few `DELETE log_visit FROM log_visit log_visit WHERE log_visit.idsite = ?` and similar queries during that short time. While t... | Delete log data of deleted sites can cause huge spike in connections and CPU usage. | https://api.github.com/repos/matomo-org/matomo/issues/20221/comments | 4 | 2023-01-16T18:42:56Z | 2024-09-13T10:55:44Z | https://github.com/matomo-org/matomo/issues/20221 | 1,535,353,023 | 20,221 |
[
"matomo-org",
"matomo"
] | Hi,
I've an issue on my self-hosted Matomo, I use the 4.13.0 version. It's impossible to save a new mesurable element, so I can't add a new website on the plateform. Also, when i check for issues, a message appears : "Oops... There was a problem processing the request. Maybe the server had a temporary issue, or mayb... | Matomo issue for new mesurable element | https://api.github.com/repos/matomo-org/matomo/issues/20219/comments | 2 | 2023-01-16T12:19:30Z | 2023-10-09T22:04:10Z | https://github.com/matomo-org/matomo/issues/20219 | 1,534,842,871 | 20,219 |
[
"matomo-org",
"matomo"
] | When selecting the KPI Metric for the Dashboard widget, it's possible to select the metric "Unique Visitors":

And this works as expected for the **Day** period, but selecting any other periods such as Wee... | Unique Visitors KPI Metric doesn't display when selecting higher periods | https://api.github.com/repos/matomo-org/matomo/issues/20216/comments | 4 | 2023-01-16T02:06:21Z | 2023-07-27T20:15:21Z | https://github.com/matomo-org/matomo/issues/20216 | 1,534,136,475 | 20,216 |
[
"matomo-org",
"matomo"
] | See profile of a tracker request below.
<img width="1259" alt="image" src="https://user-images.githubusercontent.com/273120/212571668-71973b31-b868-42e3-bfa7-b49eccb5b25d.png">
Around 70% (105 out of 150ms in total) of the time is spend in exclusively in the first 5 methods related to DI.
Typically, methods ar... | Improve performance of tracker by speeding up dependency injection PHP DI | https://api.github.com/repos/matomo-org/matomo/issues/20215/comments | 3 | 2023-01-15T23:14:39Z | 2024-11-24T22:49:08Z | https://github.com/matomo-org/matomo/issues/20215 | 1,534,046,618 | 20,215 |
[
"matomo-org",
"matomo"
] | Matomo Version: 4.13.0
Matomo Update History: 4.11.0,4.10.1,4.9.1,4.7.0,4.6.2,4.6.1
Matomo Install Version: Unknown - pre 3.8.
Latest Available Version: 4.13.0
I have seen a mistake by the "Time on page" popup in the real-time page by the last visit page, when the time on page is under 30 seconds (i think). I... | time on page in the popup | https://api.github.com/repos/matomo-org/matomo/issues/20214/comments | 10 | 2023-01-13T20:57:34Z | 2023-10-09T21:57:57Z | https://github.com/matomo-org/matomo/issues/20214 | 1,532,904,459 | 20,214 |
[
"matomo-org",
"matomo"
] | Migration PHP to 8.0 creates an error in Matomo script PiwikTracker.php :
Fatal error: Array and string offset access syntax with curly braces is no longer supported in /mnt/web206/c1/71/552871/htdocs/_efg-neuhofen_de_test/wp-content/plugins/matomo-tracker/inc/frontend/PiwikTracker.php on line 519
The error can be... | Error in PiwikTracker.php after Upgrade of PHP to 8.0 | https://api.github.com/repos/matomo-org/matomo/issues/20212/comments | 2 | 2023-01-13T17:39:32Z | 2023-01-15T21:59:18Z | https://github.com/matomo-org/matomo/issues/20212 | 1,532,685,047 | 20,212 |
[
"matomo-org",
"matomo"
] | When exporting a CSV file from the report system, it cannot be opened in Excel correctly anymore. No matter what encoder is used, it will always only display the first column. All other columns are cut off.

## Possi... | Be able to see other data than Unique visitors in the Times report in form of table. | https://api.github.com/repos/matomo-org/matomo/issues/20188/comments | 1 | 2023-01-10T15:00:02Z | 2023-01-12T00:07:23Z | https://github.com/matomo-org/matomo/issues/20188 | 1,527,544,926 | 20,188 |
[
"matomo-org",
"matomo"
] | Hello
I just downloaded the zip file from the web site and extracted and accessed index.html
and I get the error:
Fatal error : Declaration of Piwik\Plugins\Monolog\Handler\WebNotificationHandler::write(array $record) must be compatible with Monolog\Handler\AbstractProcessingHandler::write(array $record): void... | cannot install without wordpress | https://api.github.com/repos/matomo-org/matomo/issues/20187/comments | 2 | 2023-01-10T08:01:12Z | 2023-01-12T01:20:53Z | https://github.com/matomo-org/matomo/issues/20187 | 1,526,932,736 | 20,187 |
[
"matomo-org",
"matomo"
] | Currently, when using SAML (and soon with LDAP) users see this prompt:

The password field is disabled, and users can click Yes to continue without a password and it will work
But there is no indication t... | When asking for password confirmation, and password confirmation feature is disabled (eg. in SAML or LDAP), then explain they can proceed without entering a password | https://api.github.com/repos/matomo-org/matomo/issues/20186/comments | 8 | 2023-01-10T05:06:32Z | 2024-04-08T08:37:23Z | https://github.com/matomo-org/matomo/issues/20186 | 1,526,773,529 | 20,186 |
[
"matomo-org",
"matomo"
] | Reported by Ads agency:
Matomo should have a feature of suggesting goal setups for any button on the site along with insta report creation. Very useful for ad agencies. | Auto Goals setup | https://api.github.com/repos/matomo-org/matomo/issues/20185/comments | 1 | 2023-01-10T01:46:11Z | 2024-08-27T05:59:33Z | https://github.com/matomo-org/matomo/issues/20185 | 1,526,624,327 | 20,185 |
[
"matomo-org",
"matomo"
] | ## Summary
Currently test suites are run against PHP 7.2 and PHP 8.1.
With PHP 8.2 now entering mainstream usage, once we've migrated to github actions we should run all tests against PHP8.2.
This can probably replace the PHP 8.1 build, so we'd test against the lowest (7.2) and highest (8.2) supported PHP vers... | Add test builds for PHP 8.2 | https://api.github.com/repos/matomo-org/matomo/issues/20184/comments | 2 | 2023-01-09T23:05:41Z | 2023-12-22T04:05:25Z | https://github.com/matomo-org/matomo/issues/20184 | 1,526,473,569 | 20,184 |
[
"matomo-org",
"matomo"
] | For HTML based email reports, there seems to be certain circumstances where Outlook shows a "Attachment not found" error related to how the images are attached, for example:
`<img data-imagetype="AttachmentByCid" data-imageerror="AttNotFound" originalsrc="cid:CustomReports_getCustomReport_idCustomReport--10" border=... | Image attachments for scheduled reports not working in Outlook | https://api.github.com/repos/matomo-org/matomo/issues/20183/comments | 4 | 2023-01-09T22:43:39Z | 2025-02-27T14:25:56Z | https://github.com/matomo-org/matomo/issues/20183 | 1,526,449,611 | 20,183 |
[
"matomo-org",
"matomo"
] | Some of these might be fixed by #20177
This customer is running Matomo 4.13.0 and got the following deprecation warnings in the UI:
```
WARNING: \core\Archive\DataCollection.php(123): Deprecated - Creation of dynamic property Piwik\Archive\DataCollection::$segment is deprecated - Matomo 4.13.0 - Please report this... | Fix deprecation warnings in PHP 8.2 | https://api.github.com/repos/matomo-org/matomo/issues/20182/comments | 1 | 2023-01-09T20:25:10Z | 2023-01-12T01:20:46Z | https://github.com/matomo-org/matomo/issues/20182 | 1,526,272,899 | 20,182 |
[
"matomo-org",
"matomo"
] | follows up https://github.com/matomo-org/matomo/issues/19928 and similar issues
Proposed steps:
- Check the weblate check that php format placeholders are correct is "forced"
- Change these translations CI tests from "incomplete" to "failing" | Ensure that miscreated translations don't trigger errors in UI or API | https://api.github.com/repos/matomo-org/matomo/issues/20181/comments | 0 | 2023-01-09T19:46:24Z | 2024-11-25T21:08:07Z | https://github.com/matomo-org/matomo/issues/20181 | 1,526,209,829 | 20,181 |
[
"matomo-org",
"matomo"
] | Steps to reproduce:
* Go to https://demo.matomo.cloud/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#?idSite=1&period=day&date=yesterday&category=General_Actions&subcategory=Events_Events
* Click on "Switch to Event Name" in footer
* Click on a category such as "Ecommerce"
* Click on ro... | Row evolution doesn't work in events when switching secondary dimension | https://api.github.com/repos/matomo-org/matomo/issues/20180/comments | 3 | 2023-01-09T19:45:31Z | 2023-01-23T03:26:29Z | https://github.com/matomo-org/matomo/issues/20180 | 1,526,208,860 | 20,180 |
[
"matomo-org",
"matomo"
] | as per title
work done in https://github.com/matomo-org/matomo/pull/18679
## Steps
- Update Global action to deal with Missing dependencies in some builds
- Update console command to generate the file. So that it's easy to update the Travis files. So you can create github action file by using a command. so it... | Migrate from Travis CI to Github Actions to run our CI | https://api.github.com/repos/matomo-org/matomo/issues/20179/comments | 1 | 2023-01-09T19:35:31Z | 2023-03-16T01:21:25Z | https://github.com/matomo-org/matomo/issues/20179 | 1,526,196,331 | 20,179 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
<!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ -->
<!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@innocraft.com instead of c... | Fix PHP8.2 Deprecation Warning on module install | https://api.github.com/repos/matomo-org/matomo/issues/20176/comments | 2 | 2023-01-09T13:55:53Z | 2023-10-25T12:13:54Z | https://github.com/matomo-org/matomo/issues/20176 | 1,525,638,079 | 20,176 |
[
"matomo-org",
"matomo"
] | ## Expected Behavior
I guess goal names / titles should accept a & character
## Current Behavior
Everything after the "&" is scrapped when saving a goal.
My example:
`2. Mikro: Klickar till etjänsten "Felanmälan&`
When I try:
`2. Mikro: Klickar till etjänsten "Felanmälan&syn"`
## Steps to Reproduce (for Bu... | Goal name is truncated when ampersand is present | https://api.github.com/repos/matomo-org/matomo/issues/20174/comments | 5 | 2023-01-09T09:57:21Z | 2024-06-19T06:04:02Z | https://github.com/matomo-org/matomo/issues/20174 | 1,525,259,133 | 20,174 |
[
"matomo-org",
"matomo"
] | <!-- Please provide a short summary of the issue in the *Title* above -->
<!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ -->
<!-- Important: If this bug is regarding a premium plugin you purchased on plugins.matomo.org, please email shop@innocraft.com instead of c... | Recreate table log_link_visit_action | https://api.github.com/repos/matomo-org/matomo/issues/20172/comments | 3 | 2023-01-08T20:31:42Z | 2023-01-09T23:10:10Z | https://github.com/matomo-org/matomo/issues/20172 | 1,524,667,715 | 20,172 |
[
"matomo-org",
"matomo"
] | Some changes made in admin ask for a password. This is the Matomo super user password not SAML password.
## Summary
When a user makes some changes in admin the UI prompts for a password to confirm this change. It is expected this is the same as that used in LoginSAML but is in fact the Matomo password. They will t... | Remove password validation for SAML users | https://api.github.com/repos/matomo-org/matomo/issues/20171/comments | 3 | 2023-01-08T19:06:38Z | 2023-01-12T01:12:00Z | https://github.com/matomo-org/matomo/issues/20171 | 1,524,637,769 | 20,171 |
[
"matomo-org",
"matomo"
] | But should say "Invite new user"
<img width="597" alt="image" src="https://user-images.githubusercontent.com/273120/211166295-7f1b1eb9-c6d1-4709-9caa-b0b36f32fa25.png">
| Invite new user screen says "Add new user" | https://api.github.com/repos/matomo-org/matomo/issues/20169/comments | 1 | 2023-01-07T18:56:56Z | 2023-01-16T10:56:03Z | https://github.com/matomo-org/matomo/issues/20169 | 1,524,065,011 | 20,169 |
[
"matomo-org",
"matomo"
] | When we introduced the plugin system settings and measurable settings there weren't that many settings. But now there are many settings that are all shown on the General settings page.
It can be hard and time consuming to look through all these settings and to find relevant ones. For example identifying the ones tha... | Introduce concept of security settings and privacy settings to split up general settings. | https://api.github.com/repos/matomo-org/matomo/issues/20168/comments | 1 | 2023-01-07T18:16:43Z | 2024-09-13T10:55:06Z | https://github.com/matomo-org/matomo/issues/20168 | 1,524,036,183 | 20,168 |
[
"matomo-org",
"matomo"
] | Getting fatal error see details below
> Error: {"message":"Impossible to invoke a method (\"getRows\") on a boolean variable (\"\").","file":"\/plugins\/CoreVisualizations\/templates\/_dataTableViz_htmlTable.twig","line":23,"request_id":"fb2d5","backtrace":" on \/plugins\/CoreVisualizations\/templates\/_dataTableViz... | Fatal error: Impossible to invoke a method ("getRows") on a boolean variable in Actions.getDownloads with format=html | https://api.github.com/repos/matomo-org/matomo/issues/20167/comments | 2 | 2023-01-07T17:39:43Z | 2023-01-09T00:11:40Z | https://github.com/matomo-org/matomo/issues/20167 | 1,524,009,054 | 20,167 |
[
"matomo-org",
"matomo"
] | Hi,
The site search report shows a limited amount of rows, which is configured in the config with the setting: datatable_archiving_maximum_rows_site_search. But when I want to increase this value to 50000, the amount of rows still caps at 2.500
 | https://api.github.com/repos/matomo-org/matomo/issues/20165/comments | 2 | 2023-01-06T10:15:51Z | 2023-03-08T14:34:40Z | https://github.com/matomo-org/matomo/issues/20165 | 1,522,321,918 | 20,165 |
[
"matomo-org",
"matomo"
] | E.g. https://anyofour3bigmatomoinstances.universum.com**/index.php?module=CoreHome&action=index&date=yesterday&period=day&idSite=2#?period=month&date=2022-12-01&idSite=2&category=General_Actions&subcategory=General_Pages**
-> Super slow.
Our customers want **yearly reporting**, which does absolutely not work in tho... | Warn users about possible slow processing when viewing a report that has a lot of rows (for example Pages reports can be slow to render when showing >1K rows) | https://api.github.com/repos/matomo-org/matomo/issues/20164/comments | 7 | 2023-01-06T09:11:59Z | 2024-09-13T10:55:45Z | https://github.com/matomo-org/matomo/issues/20164 | 1,522,232,420 | 20,164 |
[
"matomo-org",
"matomo"
] | Hi,
I originally wrote this to the email support, but they told me to flag a github issue. So here is my question:
Is it possible to get a more detailed transition report? Some of the pages are summarized as "Other". And I really need more details about those summarized pages. How can I get them?
Look at my at... | [Feature Request] More detailed transition report for "Others" entries | https://api.github.com/repos/matomo-org/matomo/issues/20163/comments | 1 | 2023-01-06T09:09:21Z | 2023-01-12T12:42:08Z | https://github.com/matomo-org/matomo/issues/20163 | 1,522,229,423 | 20,163 |
[
"matomo-org",
"matomo"
] | It is written :
Self-hosting: Hosted on our servers
CLOUD: Hosted on your servers

| On the French Pricing Page https://fr.matomo.org/pricing/ incorrect spelling for the following. | https://api.github.com/repos/matomo-org/matomo/issues/20160/comments | 1 | 2023-01-06T00:23:03Z | 2023-01-12T01:20:29Z | https://github.com/matomo-org/matomo/issues/20160 | 1,521,658,934 | 20,160 |
[
"matomo-org",
"matomo"
] | <!-- Please report only issues related to the documentation on https://matomo.org here -->
<!-- Documentation issues within our developer documentation on http://developer.matomo.org -->
<!-- should be reported at https://github.com/matomo-org/developer-documentation/issues/new -->
<!-- Please provide a short summ... | On the French Pricing Page https://fr.matomo.org/pricing/ incorrect spelling for the following. | https://api.github.com/repos/matomo-org/matomo/issues/20159/comments | 1 | 2023-01-06T00:22:30Z | 2023-01-12T01:20:15Z | https://github.com/matomo-org/matomo/issues/20159 | 1,521,658,501 | 20,159 |
[
"matomo-org",
"matomo"
] |
<img width="1037" alt="image" src="https://user-images.githubusercontent.com/273120/210891377-b412fb7a-0c89-4faf-92f8-45c3d6768eb6.png">
See screenshot above. Our consent guides weren't mention on that page.
* Can we mention the new consent guides available there? see https://matomo.org/subcategory/consent-man... | Mention new consent guides in Matomo "Asking for consent" page | https://api.github.com/repos/matomo-org/matomo/issues/20158/comments | 3 | 2023-01-05T22:21:47Z | 2023-05-11T00:37:47Z | https://github.com/matomo-org/matomo/issues/20158 | 1,521,535,274 | 20,158 |
[
"matomo-org",
"matomo"
] | See below details
> Error: {"message":"urldecode(): Argument #1 ($string) must be of type string, array given","file":"plugins\/API\/API.php","line":459,"request_id":"1e6ed","backtrace":" on plugins\/API\/API.php(459)\n#0 [internal function]: urldecode(Array)\n#1 plugins\/API\/API.php(459): array_map('urldecode', A... | Fatal error "urldecode(): Argument #1 ($string) must be of type string, array given" in API.getBulkRequest | https://api.github.com/repos/matomo-org/matomo/issues/20157/comments | 2 | 2023-01-05T18:15:15Z | 2023-01-20T10:44:14Z | https://github.com/matomo-org/matomo/issues/20157 | 1,521,173,531 | 20,157 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.