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" ]
Maybe `v-bind="uiControlAttributes"` for input in `FieldFile.vue` ## Summary For example: ```html <div piwik-field uicontrol="file" name="name" required </div> ``` Expected: ```html <input name="name" type="file" id="name" required> ``` Actual: ```html <input name="name" t...
Piwik-field file passthru uiControlAttributes
https://api.github.com/repos/matomo-org/matomo/issues/19336/comments
3
2022-06-10T08:41:45Z
2022-06-13T13:09:46Z
https://github.com/matomo-org/matomo/issues/19336
1,267,244,955
19,336
[ "matomo-org", "matomo" ]
When a password manager is in place, the password confirmation field on the user settings page (when changing email), might be filled automatically causing the password confirmation popup never to show up. If a wrong password is stored, it will be impossible to change the email. This issue is similar to the one alr...
Improve password confirmation in UI & API
https://api.github.com/repos/matomo-org/matomo/issues/19335/comments
0
2022-06-10T08:19:28Z
2022-09-29T03:17:45Z
https://github.com/matomo-org/matomo/issues/19335
1,267,220,825
19,335
[ "matomo-org", "matomo" ]
Created 1 new goal and saved it Later changed the "Allow multiple conversions per visit" option to "Allow Goal to be converted more than once per visit" from "default" and submit the form and after that try to edit the form and try resetting "Allow multiple conversions per visit" to "default" and you cannot change t...
Goals cannot change back "Allow multiple conversions per visit" to "Default"
https://api.github.com/repos/matomo-org/matomo/issues/19331/comments
3
2022-06-10T03:21:51Z
2022-09-29T03:35:53Z
https://github.com/matomo-org/matomo/issues/19331
1,266,961,247
19,331
[ "matomo-org", "matomo" ]
The Region widget for State/Province shows a lot of unknown entries, although city entries could be localized. The free database is used: https://download.db-ip.com/free/dbip-city-lite-2022-06.mmdb.gz The screenshots show the big difference between localized visitors for Regions and for Cities. ![grafik](https://...
Geolocation: German State/ Province huge "Unknown" entries because of wrong languages (db-ip.com)
https://api.github.com/repos/matomo-org/matomo/issues/19329/comments
11
2022-06-09T15:18:37Z
2023-03-28T12:51:04Z
https://github.com/matomo-org/matomo/issues/19329
1,266,298,140
19,329
[ "matomo-org", "matomo" ]
## Summary With #19269 our `Live.getLastVisitsDetails` API now also contains details about which referrer was attributed to a conversion. This information should also be shown in the visits log & visitor profile at least when hovering a conversion. ![image](https://user-images.githubusercontent.com/1579355/17286...
Show conversion attribution in visits log & profile
https://api.github.com/repos/matomo-org/matomo/issues/19328/comments
2
2022-06-09T14:04:33Z
2024-07-02T21:21:49Z
https://github.com/matomo-org/matomo/issues/19328
1,266,187,291
19,328
[ "matomo-org", "matomo" ]
I am getting logs with: Error in Matomo (tracker): Error query: SQLSTATE[22001]: String data, right truncated: This is the query: UPDATE matomo_log_visit SET profilable = ?, visit_last_action_time = ?, visitor_seconds_since_order = ?, visit_entry_idaction_url = ?, visit_exit_idaction_url = ?, visit_tota...
Attempt to handle incorrectly prefixed region codes
https://api.github.com/repos/matomo-org/matomo/issues/19323/comments
4
2022-06-08T21:06:22Z
2022-09-29T03:42:16Z
https://github.com/matomo-org/matomo/issues/19323
1,265,312,907
19,323
[ "matomo-org", "matomo" ]
A user asked: "If I want to block for some sites two bytes and for other sites only one byte ... ...I have to set up a second server and distribute the sites according to this setting" It would be great to allow differing privacy settings for each website, in this case, the IP Anonymization.
Allow IP anonymisation to be set on a site by site basis
https://api.github.com/repos/matomo-org/matomo/issues/19320/comments
1
2022-06-08T00:15:06Z
2022-06-09T09:10:24Z
https://github.com/matomo-org/matomo/issues/19320
1,264,023,848
19,320
[ "matomo-org", "matomo" ]
This seems related to e.g. https://github.com/matomo-org/matomo/issues/15715. [Edit]: using `Matomo 4.8.0`. My workaround: modify the default restrictions of VARCHAR(20) like this: ``` mysql> ALTER TABLE matomo_log_visit MODIFY COLUMN config_browser_version VARCHAR(100); ``` Would be cool if such errors wo...
Fix problem with too long browser version
https://api.github.com/repos/matomo-org/matomo/issues/19319/comments
3
2022-06-07T15:34:43Z
2022-09-29T03:41:34Z
https://github.com/matomo-org/matomo/issues/19319
1,263,490,133
19,319
[ "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...
Campaign: value for visitors differs between widget and row evolution chart when selecting a period of time
https://api.github.com/repos/matomo-org/matomo/issues/19318/comments
8
2022-06-07T13:46:16Z
2022-11-09T18:32:24Z
https://github.com/matomo-org/matomo/issues/19318
1,263,332,523
19,318
[ "matomo-org", "matomo" ]
We need to adjust the UI to handle a 429 HTTP response happening. At present a generic error message will be displayed when someone encounters this issue. It would be good to implement a custom HTML error page for this response type. This is required to complete the rate limiting feature (dev-2437) on cloud and will...
Handle 429 HTTP response in the UI
https://api.github.com/repos/matomo-org/matomo/issues/19317/comments
1
2022-06-07T02:02:09Z
2022-06-07T13:19:29Z
https://github.com/matomo-org/matomo/issues/19317
1,262,624,605
19,317
[ "matomo-org", "matomo" ]
Matomo uses so called Dimension classes to determine which database fields needs to be set/updated in the log tables. Each Dimension class can contain several hook methods that are called depending on the visit/action currently handled. When such a hook is triggered, we currently iterate over all dimensions and may...
Updating visit dimensions might not work correctly in some cases
https://api.github.com/repos/matomo-org/matomo/issues/19316/comments
5
2022-06-03T14:12:13Z
2023-05-04T23:50:34Z
https://github.com/matomo-org/matomo/issues/19316
1,259,965,211
19,316
[ "matomo-org", "matomo" ]
When picking a date range comparison within the Matomo calendar, there is no information dealing with the wrong date format. For example if I enter 01/01/2022, there is no information telling me that the format expected should be 2022-01-01. Could you please add an information notice.
Missing an information notice for the calendar when comparing date periods
https://api.github.com/repos/matomo-org/matomo/issues/19313/comments
2
2022-06-03T07:16:08Z
2022-06-03T10:28:01Z
https://github.com/matomo-org/matomo/issues/19313
1,259,536,041
19,313
[ "matomo-org", "matomo" ]
### Move Annotations into their own table At the moment annotations are saved in the `Option` table into a single row per site (see `\Piwik\Plugins\Annotations\AnnotationList::save`). This approach seems to cause DB performance problems when annotations are added in bulk due to constant serialization and locks for ...
Move Annotations into their own dedicated table
https://api.github.com/repos/matomo-org/matomo/issues/19306/comments
3
2022-06-02T02:12:57Z
2024-11-24T22:49:44Z
https://github.com/matomo-org/matomo/issues/19306
1,257,528,620
19,306
[ "matomo-org", "matomo" ]
Interface Enhancement Idea. How it is now: the pages visited in the last half hour, are arranged chronologically How I wish it were: _"I would really like to have a synthetic overview of the pages visited in the last half hour, with a ranking by popularity of the page"._.. In GA they can do this. _"The G...
Display recent visits NOT only chronologically
https://api.github.com/repos/matomo-org/matomo/issues/19304/comments
1
2022-06-01T17:09:55Z
2022-06-02T14:46:17Z
https://github.com/matomo-org/matomo/issues/19304
1,256,526,249
19,304
[ "matomo-org", "matomo" ]
While developing another feature I came across some regressions in the global website settings form. Might be possible they also exists in the general settings form: - When the API request to store the data returns an error (e.g. invalid excluded ip), the error is logged in the browser console and is displayed at t...
UI/UX regressions in global website settings
https://api.github.com/repos/matomo-org/matomo/issues/19303/comments
3
2022-06-01T16:27:53Z
2022-09-29T03:35:42Z
https://github.com/matomo-org/matomo/issues/19303
1,256,434,289
19,303
[ "matomo-org", "matomo" ]
On single matomo 4.10.1 instance we track ~10 websites, each from its specific url like https://track.dns1.tld In the automated monthly report, all data are coherent except the "sent from" website that shows another one. ## Expected Behavior The report should show the tracker from the website it tracks ## Cur...
Report for a single website mismatches the "Sent from" website with another
https://api.github.com/repos/matomo-org/matomo/issues/19301/comments
6
2022-06-01T12:39:47Z
2024-05-05T06:57:27Z
https://github.com/matomo-org/matomo/issues/19301
1,255,895,739
19,301
[ "matomo-org", "matomo" ]
Hi guys, we have a problem regarding the Matomo plugin on one of our websites. The following problem: In the Matomo Admin Panel, we receive false page views with the designation "Page URL not defined". Unfortunately, after we contacted Matomo Support, we still have no idea where these calls are coming from. Thes...
"Page not defined" - Errors in admin area of matomo
https://api.github.com/repos/matomo-org/matomo/issues/19300/comments
4
2022-06-01T12:26:53Z
2024-01-03T05:10:40Z
https://github.com/matomo-org/matomo/issues/19300
1,255,867,492
19,300
[ "matomo-org", "matomo" ]
Hi Guys, thanks for your great work, enjoying it since early piwik days. Due to that fact in my installation there are still old logs and analytics files which i actually don't want to delete neither want to disable it for users but i want to prevent that they are going to get shown up in the drop down on start page...
Disable particular legacy Sites from Sites-Dropdown Menu
https://api.github.com/repos/matomo-org/matomo/issues/19298/comments
2
2022-05-31T10:39:12Z
2022-06-22T19:30:12Z
https://github.com/matomo-org/matomo/issues/19298
1,253,674,824
19,298
[ "matomo-org", "matomo" ]
Hello I used Matomo GTM for tracking events, i want to view data layer events, but when i viewed click debug crashed. Before click: http://joxi.ru/gmvw71bHeaLkD2 (view debugger) After click: http://joxi.ru/J2bG3xDTqNXP9A (debugger disappeared after click **mtm.AllElementsClick**) i tried used: 1) mac...
Debugview crashed after any click
https://api.github.com/repos/matomo-org/matomo/issues/19297/comments
2
2022-05-31T06:27:50Z
2022-05-31T06:31:01Z
https://github.com/matomo-org/matomo/issues/19297
1,253,390,661
19,297
[ "matomo-org", "matomo" ]
When the visits log is disabled globally or in website setting, loading reports for a period that has not yet been archived (without browser trigger), might currently show the error "Visits log is deactivated in website settings..." The problem seems to be that the raw data check might try to perform a request to `L...
Loading an unarchived period might trigger error when visits log is disabled
https://api.github.com/repos/matomo-org/matomo/issues/19291/comments
5
2022-05-30T09:21:00Z
2024-04-30T09:50:58Z
https://github.com/matomo-org/matomo/issues/19291
1,252,445,790
19,291
[ "matomo-org", "matomo" ]
## Summary In the "Help" section of each report, information about how long ago the report was processed is displayed. It would be good if we could display how long will it take to process the report again somewhere visible in the UI would avoid confusion and reduce emails from customers regarding the delayed proces...
Adding information about when the report will be processed
https://api.github.com/repos/matomo-org/matomo/issues/19290/comments
2
2022-05-30T06:44:49Z
2024-07-25T14:51:50Z
https://github.com/matomo-org/matomo/issues/19290
1,252,270,179
19,290
[ "matomo-org", "matomo" ]
When users have a high number of sites or a lot of data, it can be expected to have two (Or more) concurrently running core:archive tasks that could take several hours to all complete. In the case where a user has a high number of sites where each site is relatively low volume or a high number of sites where each si...
Concurrently running archivers can trigger scheduled tasks multiple times
https://api.github.com/repos/matomo-org/matomo/issues/19287/comments
3
2022-05-30T01:40:55Z
2024-01-05T08:42:40Z
https://github.com/matomo-org/matomo/issues/19287
1,252,074,100
19,287
[ "matomo-org", "matomo" ]
With some recent plugin updates there were higher minimum versions set for those plugins. With users who have an install of Matomo that is not the latest version, the plugins page shows that plugin updates are available but show a big red warning that the plugin isn't compatible with their version of Matomo. Eg. ![im...
Plugin update indicates an error when it should be a warning
https://api.github.com/repos/matomo-org/matomo/issues/19284/comments
3
2022-05-29T22:04:28Z
2022-11-13T19:08:44Z
https://github.com/matomo-org/matomo/issues/19284
1,252,002,996
19,284
[ "matomo-org", "matomo" ]
## Expected Behavior There should have been a state called ACT under Australia ## Current Behavior No ACT state under Australia which makes it impossible to identify usage for ACT alone ## Possible Solution Add it as a country under Australia ## Context Because of this bug users can't distinguish usage fro...
Geography Statistics - ACT not present under Australia
https://api.github.com/repos/matomo-org/matomo/issues/19283/comments
2
2022-05-29T16:23:31Z
2022-05-30T10:10:45Z
https://github.com/matomo-org/matomo/issues/19283
1,251,931,931
19,283
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> If "disableBrowserFeatureDetection" is enabled and remember(Cookie)ConsentGiven is called, a new visitor is recognized <!-- Important: Please contact the Matomo community forum for questions: https://forum.matomo.org/ --> <!-- Important: If ...
If "disableBrowserFeatureDetection" is enabled and remember(Cookie)ConsentGiven is called, a new visitor is recognized
https://api.github.com/repos/matomo-org/matomo/issues/19279/comments
24
2022-05-26T21:45:40Z
2025-01-21T19:30:35Z
https://github.com/matomo-org/matomo/issues/19279
1,250,125,679
19,279
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> The form leads to an unknown action. <!-- 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...
Can't install purchased plugins: Action 'installAllPaidPlugins' not found in the module 'CoreHome'
https://api.github.com/repos/matomo-org/matomo/issues/19278/comments
5
2022-05-26T19:53:40Z
2022-07-08T08:36:03Z
https://github.com/matomo-org/matomo/issues/19278
1,249,980,946
19,278
[ "matomo-org", "matomo" ]
To reproduce: - open a report (tested w/ a CustomReports report w/ many metrics that scroll) - hover over a row with a subtable (notice the segmented visitor log + row evolution icon shows) - click the row to expand the subtable (the icons will disappear at first) - move the mouse w/o existing the row (the row acti...
After subtable expands, the margin left of table row actions is calculated incorrectly (sometimes)
https://api.github.com/repos/matomo-org/matomo/issues/19277/comments
2
2022-05-26T18:04:23Z
2022-05-30T01:06:24Z
https://github.com/matomo-org/matomo/issues/19277
1,249,882,363
19,277
[ "matomo-org", "matomo" ]
CoreVisualizations - [Warning] Undefined index CoreVisualizations/Visualizations/Sparklines.php(292) ## Expected Behavior Should handle such undefined index in the code ## Current Behavior Just noticed this, when trying to debug a bug for other plugin there are too many warnings of undefined index in `CoreVisua...
Fix for undefined array index error when rendering sparklines
https://api.github.com/repos/matomo-org/matomo/issues/19275/comments
2
2022-05-26T06:58:06Z
2022-07-08T08:34:38Z
https://github.com/matomo-org/matomo/issues/19275
1,249,179,459
19,275
[ "matomo-org", "matomo" ]
There is this config setting that allows specific date ranges to be pre-processed for specific date ranges (I.e. specific date ranges, or periods such as `last90` etc.): https://github.com/matomo-org/matomo/blob/35957fc5aeecf9f6f795e4e8e005f9d37fab7a2d/config/global.ini.php#L377-L380 However, this config setting doe...
All Websites report doesn't use archiving_custom_ranges to pre-process date ranges
https://api.github.com/repos/matomo-org/matomo/issues/19274/comments
4
2022-05-26T00:35:05Z
2022-06-06T22:21:00Z
https://github.com/matomo-org/matomo/issues/19274
1,248,945,855
19,274
[ "matomo-org", "matomo" ]
It seems as though updating the email schedule for an email report doesn't update the task timetable for that report. For example, if we create a new scheduled report with the schedule as `Monthly`: ![Thursday-26-05-2022 11-41-40](https://user-images.githubusercontent.com/20905821/170387582-6bbf97a8-59fd-4611-adc3-...
Changing email report schedule doesn't update task timetable
https://api.github.com/repos/matomo-org/matomo/issues/19272/comments
2
2022-05-25T23:53:24Z
2022-08-09T12:00:40Z
https://github.com/matomo-org/matomo/issues/19272
1,248,916,838
19,272
[ "matomo-org", "matomo" ]
I have one Matomo instance for which the command line diagnostics displays a `LOAD DATA INFILE` warning: ``` php console diagnostics:run INFO [2022-05-25 07:30:02] 1738607 Unable to test if mod_pagespeed is enabled: the request to http://unknown/console?module=Installation&action=getEmptyPageForSystemCheck failed ...
php console diagnostics:run sometimes displays incorrect LOAD DATA INFILE warning
https://api.github.com/repos/matomo-org/matomo/issues/19267/comments
18
2022-05-25T07:57:25Z
2024-04-27T17:40:27Z
https://github.com/matomo-org/matomo/issues/19267
1,247,708,864
19,267
[ "matomo-org", "matomo" ]
Would it be possible to make the report tables from DB Stats plugin available for the custom alerts plugin. The idea would be to get a notification when the database is reaching a specific threshold.
DBStats plugin: make the reports available for custom alerts
https://api.github.com/repos/matomo-org/matomo/issues/19266/comments
4
2022-05-25T07:12:15Z
2022-09-27T00:04:45Z
https://github.com/matomo-org/matomo/issues/19266
1,247,649,812
19,266
[ "matomo-org", "matomo" ]
I noticed this in the Funnels UI tests: ![image](https://user-images.githubusercontent.com/125140/170135859-59005b47-6beb-4a83-812d-193e11f654ce.png) The conversion rate is not converted into a percent. I couldn't find a combination of query parameters that would turn it into a percentage, and the URL seems to be...
Goals conversion rate percentage not formatted properly in goals page
https://api.github.com/repos/matomo-org/matomo/issues/19263/comments
1
2022-05-24T21:32:30Z
2022-05-31T11:55:13Z
https://github.com/matomo-org/matomo/issues/19263
1,247,147,902
19,263
[ "matomo-org", "matomo" ]
## A user reported: _We found an issue on the Matomo Page Stats Dashboard. When you click on the Dashboard button, the submenu is under lapping of the date bar and channel types bar._ ![bug-modal-is overwritten](https://user-images.githubusercontent.com/22874146/169705478-fc139722-6a93-4642-a53f-22a4774715f4.png...
Fix adjacent elements to dashboard-dropdown-menu-modal overlapping on narrower screens
https://api.github.com/repos/matomo-org/matomo/issues/19254/comments
1
2022-05-22T17:37:18Z
2022-09-29T03:35:32Z
https://github.com/matomo-org/matomo/issues/19254
1,244,319,805
19,254
[ "matomo-org", "matomo" ]
It would be nice to have a feature in order to delete all the email report created. Currently this feature is not implemented within the API.
Email report delete all feature
https://api.github.com/repos/matomo-org/matomo/issues/19253/comments
4
2022-05-22T12:07:40Z
2023-03-16T00:40:06Z
https://github.com/matomo-org/matomo/issues/19253
1,244,235,026
19,253
[ "matomo-org", "matomo" ]
When we access to the API page within Matomo, Admin --> Platform --> API. If you click on one of the API method link, it makes you move to the associated link. But then, if you scroll up or click on any other link on the page it will still go back to the anchor link you selected. Honestly, this is super annoying.
Fix anchor links issue within Matomo
https://api.github.com/repos/matomo-org/matomo/issues/19252/comments
11
2022-05-22T12:06:21Z
2022-07-08T08:33:57Z
https://github.com/matomo-org/matomo/issues/19252
1,244,234,703
19,252
[ "matomo-org", "matomo" ]
Since the update to version 4.10 I get banned from my own server. The reason is that Fail2ban checks the access_logs for HTTP status 403 and bans the corresponding IPs. In my case Matomo causes these 403 messages in access_log. In the html source code I found this line in Matomo: `<link rel="manifest" href="plugins/...
Fix manifest.json sending HTTP-Status 403
https://api.github.com/repos/matomo-org/matomo/issues/19251/comments
7
2022-05-21T09:53:49Z
2023-11-29T10:33:26Z
https://github.com/matomo-org/matomo/issues/19251
1,243,932,666
19,251
[ "matomo-org", "matomo" ]
Links displayed with tooltip are not visible <img width="1054" alt="169452698-befd7491-03d3-4bc5-8f44-061243dbb597" src="https://user-images.githubusercontent.com/14902277/169489784-b8238d8e-14c3-47a4-80e1-40eb9d6f8454.png"> ## Expected Behavior The links should be visible, might changing the link color to blu...
Links are not visible in tooltip
https://api.github.com/repos/matomo-org/matomo/issues/19249/comments
2
2022-05-20T08:42:46Z
2022-05-22T07:59:50Z
https://github.com/matomo-org/matomo/issues/19249
1,242,828,480
19,249
[ "matomo-org", "matomo" ]
Currently, there are no information notice when hovering the mouse on the dimension of a report, there is only for metrics whereas the glossary has the information dealing with the dimension concerned. Would it be possible to have this feature on? Even if it is within the configuration file?
Display an information notice when hovering the mouse on a dimension
https://api.github.com/repos/matomo-org/matomo/issues/19248/comments
0
2022-05-20T07:57:06Z
2022-06-03T12:09:45Z
https://github.com/matomo-org/matomo/issues/19248
1,242,773,881
19,248
[ "matomo-org", "matomo" ]
When hovering the mouse on a metric header column the information notice is not showing up when using Safari browser, in fact it is appearing behind the header.
Ensure Safari browser shows the information notice
https://api.github.com/repos/matomo-org/matomo/issues/19244/comments
3
2022-05-19T12:10:24Z
2022-07-08T08:33:24Z
https://github.com/matomo-org/matomo/issues/19244
1,241,677,630
19,244
[ "matomo-org", "matomo" ]
I have re-installed matomo on a new server and (after some struggle) managed to also transfer the database to the new server. It is running but I can no longer install / activate / deactivate plugins. When trying e.g. to activate the plugin Log Viewer, the following is shown in the logs: `ERROR Piwik\ExceptionHa...
plugin management no longer working
https://api.github.com/repos/matomo-org/matomo/issues/19243/comments
8
2022-05-19T10:37:01Z
2022-07-08T08:43:16Z
https://github.com/matomo-org/matomo/issues/19243
1,241,574,490
19,243
[ "matomo-org", "matomo" ]
Currently it is possible to search for a report within Matomo thanks to the search bar, however, this feature does not work when it comes to cusomize the dashboard. Would it be possible to add a search bar, to search for widgets.
Add a search bar for the dashboard widget selection
https://api.github.com/repos/matomo-org/matomo/issues/19242/comments
1
2022-05-19T09:58:06Z
2024-01-03T05:10:37Z
https://github.com/matomo-org/matomo/issues/19242
1,241,529,083
19,242
[ "matomo-org", "matomo" ]
Way to reproduce: - After updating to 4.10, setup a CustomDimension (doesn't matter, if action or visit scope) - open segment editor and try to select your Custom Dimension -> It's not available in the list of selectable items. This is also the case for the segment filter of the Custom Reports plugin.
Make CustomDimensions available in Segment Editor
https://api.github.com/repos/matomo-org/matomo/issues/19237/comments
5
2022-05-18T19:44:44Z
2022-07-08T08:57:29Z
https://github.com/matomo-org/matomo/issues/19237
1,240,438,511
19,237
[ "matomo-org", "matomo" ]
Using https://github.com/dominik-th/matomo-plugin-LoginOIDC. We cannot save settings on `General settings`. ## Expected Behavior Be able to confirm password with OIDC plugin ## Current Behavior Asking for a password we never set ## Possible Solution ## Steps to Reproduce (for Bugs) 1. Setup matomo v4.10...
ConfirmPassword is not working with Login plugins
https://api.github.com/repos/matomo-org/matomo/issues/19235/comments
2
2022-05-18T08:58:22Z
2022-06-03T12:14:39Z
https://github.com/matomo-org/matomo/issues/19235
1,239,645,555
19,235
[ "matomo-org", "matomo" ]
Currently, users can pass the `token_auth` for the API using a GET or POST token. For better security, we should have an option to not accept `token_auth` via URL parameters. Exception: This would only apply to API requests that aren't coming from the UI. That means if there is an API request that has the `force_api...
Add ability to only allow tokens to be POSTed #235
https://api.github.com/repos/matomo-org/matomo/issues/19234/comments
3
2022-05-18T04:27:31Z
2023-05-07T13:30:22Z
https://github.com/matomo-org/matomo/issues/19234
1,239,413,076
19,234
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> At present if a 429 response is returned from an API request the UI would show a generic error message. We would like to provide a more specific custom error message for this response code, indicating the user has sent too many requests in a giv...
Handle 429 response code within UI
https://api.github.com/repos/matomo-org/matomo/issues/19233/comments
6
2022-05-18T00:00:37Z
2022-07-20T00:40:38Z
https://github.com/matomo-org/matomo/issues/19233
1,239,275,406
19,233
[ "matomo-org", "matomo" ]
## Expected Behavior curl "https://www.mydomain.de/matomo/?module=API&idSite=1&format=json&token_auth=XXX&method=Actions.getOutlink&outlinkUrl=https%3A%2F%2Fwww.testdomain.de%2Ftest%2F%3Ftest%3D321%26test2%3D13&period=day&date=2022-04-26" (and I know that this was called on the day asked) should return something li...
API call with outlinkUrl containing an ampersand does return 0 results
https://api.github.com/repos/matomo-org/matomo/issues/19231/comments
3
2022-05-17T14:48:29Z
2024-09-13T10:57:57Z
https://github.com/matomo-org/matomo/issues/19231
1,238,760,605
19,231
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> I'm running the Matomo as a docker file and I'm trying to update the config.ini.php file for rows datatable_archiving_maximum_rows_actions = 10000 datatable_archiving_maximum_rows_referrers = 10000 where as I'm seeing the results to be ...
Config.ini.php Updation not getting reflected and Global.ini.php is observed
https://api.github.com/repos/matomo-org/matomo/issues/19230/comments
2
2022-05-17T11:20:45Z
2022-11-11T21:49:27Z
https://github.com/matomo-org/matomo/issues/19230
1,238,487,993
19,230
[ "matomo-org", "matomo" ]
With the latest version of Matomo: ```bash php console core:version 4.10.0 ``` There is a plugin upgrade available: Plugin | Version | Description | Status | Action -- | -- | -- | -- | -- | CustomVariables | 4.0.1 => 4.1.0 | Categorise your visitors and actions with custom name-value pairs. Segment by th...
Error message when upgrading CustomVariables plugin from 4.0.1 => 4.1.0
https://api.github.com/repos/matomo-org/matomo/issues/19229/comments
1
2022-05-17T08:48:10Z
2022-05-17T23:32:36Z
https://github.com/matomo-org/matomo/issues/19229
1,238,296,508
19,229
[ "matomo-org", "matomo" ]
When running Matomo with PHP 7.4 this command runs without an error: ```bash php console --no-ansi -n config:get --section=General --key=force_ssl --format=text General.force_ssl = 1 echo $? 0 ``` With PHP 8.1 it returns the result, but it also returns errors messages and has a non-zero exit code: ```ba...
Fix error in php8.1 running console config:get command
https://api.github.com/repos/matomo-org/matomo/issues/19225/comments
1
2022-05-16T12:48:29Z
2022-07-08T08:32:37Z
https://github.com/matomo-org/matomo/issues/19225
1,237,108,425
19,225
[ "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...
Unable to register license key
https://api.github.com/repos/matomo-org/matomo/issues/19224/comments
1
2022-05-16T12:27:36Z
2022-07-08T08:37:32Z
https://github.com/matomo-org/matomo/issues/19224
1,237,082,607
19,224
[ "matomo-org", "matomo" ]
The following error has been popping up recently: ``` Error: {"message":"strtolower(): Argument #1 ($string) must be of type string, array given","file":"\/var\/www\/html\/core\/Date.php","line":1083,"request_id":"7a78b","backtrace":" on \/var\/www\/html\/core\/Date.php(1083)\n#0 \/var\/www\/html\/core\/Date.php(10...
strtolower(): Argument #1 ($string) must be of type string
https://api.github.com/repos/matomo-org/matomo/issues/19222/comments
2
2022-05-16T00:45:55Z
2023-08-03T06:40:10Z
https://github.com/matomo-org/matomo/issues/19222
1,236,482,912
19,222
[ "matomo-org", "matomo" ]
This error has been popping up recently: ``` Error: {"message":"Illegal offset type in isset or empty","file":"\/var\/www\/html\/core\/Site.php","line":483,"request_id":"6e056","backtrace":" on \/var\/www\/html\/core\/Site.php(483)\n#0 \/var\/www\/html\/core\/Site.php(557): Piwik\\Site::getFor(Array, 'type')\n#1 \/...
Illegal offset type in isset or empty in Site.php
https://api.github.com/repos/matomo-org/matomo/issues/19221/comments
1
2022-05-16T00:42:17Z
2023-08-03T06:40:55Z
https://github.com/matomo-org/matomo/issues/19221
1,236,481,740
19,221
[ "matomo-org", "matomo" ]
The following error has been popping up recently: ``` Error: {"message":"preg_match(): Argument #2 ($subject) must be of type string, array given","file":"\/var\/www\/html\/core\/Period\/Factory.php","line":170,"request_id":"da1a8","backtrace":" on \/var\/www\/html\/core\/Period\/Factory.php(170)\n#0 \/var\/www\/ht...
preg_match(): Argument #2 ($subject) must be of type string, array given
https://api.github.com/repos/matomo-org/matomo/issues/19220/comments
1
2022-05-16T00:34:30Z
2023-08-03T06:41:31Z
https://github.com/matomo-org/matomo/issues/19220
1,236,479,101
19,220
[ "matomo-org", "matomo" ]
I have the visits log & profile disabled in the site: <img width="389" alt="image" src="https://user-images.githubusercontent.com/273120/168500101-4bf2cdb0-51da-4315-a6ae-63a4946b4120.png"> In a dashboard I have the "Visits in Real-time" widget. This shows below error <img width="589" alt="image" src="http...
Error in "Visits in Real-time" widget when visits log and profile is disabled
https://api.github.com/repos/matomo-org/matomo/issues/19219/comments
4
2022-05-16T00:01:53Z
2022-05-18T04:09:52Z
https://github.com/matomo-org/matomo/issues/19219
1,236,468,785
19,219
[ "matomo-org", "matomo" ]
Currently, there are information notices to change the visualization, exporting the data but none to access the settings of a report. In fact it occurs to me during a training that one of my student told me "I refuse to click on this button because it is not telling me what will happen if I do". So I guess it would b...
Display an information notice on the gear green icone at the bottom of the reports
https://api.github.com/repos/matomo-org/matomo/issues/19218/comments
3
2022-05-15T15:36:50Z
2022-06-03T01:14:15Z
https://github.com/matomo-org/matomo/issues/19218
1,236,321,187
19,218
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> I saw the follow: ``` The following error just broke Matomo (v4.9.1): Call to undefined function Piwik\Plugins\RssWidget\simplexml_load_string() in /srv/matomo/plugins/RssWidget/RssRenderer.php line 62 ``` when visiting /index....
Call to undefined function Piwik\Plugins\RssWidget\simplexml_load_string()
https://api.github.com/repos/matomo-org/matomo/issues/19217/comments
1
2022-05-14T20:45:32Z
2022-05-15T18:57:54Z
https://github.com/matomo-org/matomo/issues/19217
1,236,117,775
19,217
[ "matomo-org", "matomo" ]
When we select a month from the drop down menu of the calendar, my wish is to have this month automatically selected instead of having to click on a day of the calendar.
Calendar User Experience issue
https://api.github.com/repos/matomo-org/matomo/issues/19213/comments
12
2022-05-12T12:05:53Z
2023-12-13T14:26:13Z
https://github.com/matomo-org/matomo/issues/19213
1,233,882,327
19,213
[ "matomo-org", "matomo" ]
Hi, Files won't compile for production use. ## Expected Behavior Files should compile for production. ## Current Behavior I get an issue when running `./console vue:build SimpleVue`. Full output: ```bash $ ./console vue:build SimpleVue Building SimpleVue... ERROR Build failed with errors. Faile...
Vue build for production issue
https://api.github.com/repos/matomo-org/matomo/issues/19211/comments
4
2022-05-11T13:58:33Z
2022-11-09T14:44:15Z
https://github.com/matomo-org/matomo/issues/19211
1,232,688,452
19,211
[ "matomo-org", "matomo" ]
Good day, We would like to have the following function: A segment to filter average load time >5 sec, >4 sec, <5sec. Unfortunately, we did not find the segment under the sub-items. For example, a segment. The KPI is tracked in some widgets, e.g. pages, but it is not possible to output it in a segment. We would appreci...
Creation of average load time segments
https://api.github.com/repos/matomo-org/matomo/issues/19210/comments
4
2022-05-11T13:12:28Z
2024-01-03T05:10:32Z
https://github.com/matomo-org/matomo/issues/19210
1,232,619,845
19,210
[ "matomo-org", "matomo" ]
When you use KPI widgets in the dashboard and select for example `Visits` and then apply a segment the spark line flat lines. ![image](https://user-images.githubusercontent.com/4339071/167752868-6c457e09-3357-4701-9fda-297c80b654bf.png) ## Expected Behavior <!-- When describing a bug, please tell us what shoul...
Spark lines show correctly in KPI widget when using segments
https://api.github.com/repos/matomo-org/matomo/issues/19209/comments
6
2022-05-11T01:57:26Z
2022-07-08T08:32:06Z
https://github.com/matomo-org/matomo/issues/19209
1,231,899,415
19,209
[ "matomo-org", "matomo" ]
Sometimes whilst navigating the settings I manage to get into a broken UI session. During this time I errors saying > The parameter 'period' isn't set in the Request, and a default value wasn't provided. The stack trace show the following line is to blame: `plugins/UsersManager/templates/userSecurity.twig:49` `...
Navigating 'Settings > Personal' menu items without `period` param causes error
https://api.github.com/repos/matomo-org/matomo/issues/19208/comments
3
2022-05-11T01:43:15Z
2024-11-25T21:08:17Z
https://github.com/matomo-org/matomo/issues/19208
1,231,892,315
19,208
[ "matomo-org", "matomo" ]
## Expected Behavior Be able to open matomo 4.9.1 on wordpress ## Current Behavior Only a part of the interface is displayed. there is a js error ![Screenshot from 2022-04-20 11-14-49](https://user-images.githubusercontent.com/86216084/167750547-a7f6e6fa-a4e2-4ebc-bb41-264890108fbd.png) ## Possible Soluti...
UI error when deploying matomo 4.9.1 on wordpress
https://api.github.com/repos/matomo-org/matomo/issues/19207/comments
4
2022-05-11T01:30:13Z
2022-05-15T07:07:52Z
https://github.com/matomo-org/matomo/issues/19207
1,231,885,161
19,207
[ "matomo-org", "matomo" ]
in the Goals report the sparklines for each goal are all the same although they should be different. For example here: https://demo.matomo.cloud/index.php?module=CoreHome&action=index&idSite=1&period=month&date=today#?idSite=1&period=month&date=today&category=Goals_Goals&subcategory=General_Overview ## Expecte...
Sparklines show correct data in all goals reports
https://api.github.com/repos/matomo-org/matomo/issues/19206/comments
1
2022-05-10T23:44:12Z
2022-07-08T08:30:08Z
https://github.com/matomo-org/matomo/issues/19206
1,231,819,612
19,206
[ "matomo-org", "matomo" ]
At present a Custom Dimension needs to be set before a pageview tracking request is sent. If it is not set before, then a pageview tracking request needs to be sent in order for it to be tracked. However, the ping tracking request from the hearbeat timer (Or manually triggered) includes the Custom Dimension in the t...
Allow Custom Dimensions to be updated by Ping (Heartbeat)
https://api.github.com/repos/matomo-org/matomo/issues/19205/comments
1
2022-05-10T22:20:31Z
2024-01-03T05:10:31Z
https://github.com/matomo-org/matomo/issues/19205
1,231,762,703
19,205
[ "matomo-org", "matomo" ]
A user mentioned today that they won't have the time to manually go over hundreds of recordings. They would like a tag to be set on each recording as it came in: Bounced, Rapidly clicked multiple times in one spot, Key-smash detected, et al. Possibly even set the recordings feature to not save the recording at all u...
Detect session recordings that are relevant. Flag those. Similar to Hotjar RageClick recordings.
https://api.github.com/repos/matomo-org/matomo/issues/19204/comments
1
2022-05-10T22:19:19Z
2024-01-03T05:10:30Z
https://github.com/matomo-org/matomo/issues/19204
1,231,761,672
19,204
[ "matomo-org", "matomo" ]
Give the possibility to add an expiry date for a user within Matomo. Typical use case: when an employee is started a contract in a company, his contract has an ending date. The idea, for security would be that the access to Matomo is stopped when the expiry date has been reached.
Add an expiry date for each user access
https://api.github.com/repos/matomo-org/matomo/issues/19203/comments
2
2022-05-10T08:30:17Z
2024-10-10T08:17:25Z
https://github.com/matomo-org/matomo/issues/19203
1,230,804,367
19,203
[ "matomo-org", "matomo" ]
## Summary I would be nice to be able to use a dashboard in a email report. The email report lacks some nice features like bar graphs or pie charts. It would be nice to use the same features in a dashboard as in a email report. For example use kpi widgets in a email report.
Use a customized dashboard in a email report
https://api.github.com/repos/matomo-org/matomo/issues/19198/comments
3
2022-05-09T10:54:41Z
2023-12-14T05:09:57Z
https://github.com/matomo-org/matomo/issues/19198
1,229,528,565
19,198
[ "matomo-org", "matomo" ]
Hello dear Matomo team, We have an app that tracks accesses in the app via the Matomo-iOS SDK. However, for some time now we have noticed that this no longer works: The request sent by the app is answered by the Matomo-Server with an HTTP error 500. The corresponding request that the app sends to Matomo.php loo...
500 Internal Server Error when handling Request from iOS-SDK
https://api.github.com/repos/matomo-org/matomo/issues/19197/comments
1
2022-05-09T09:47:35Z
2024-01-03T05:10:29Z
https://github.com/matomo-org/matomo/issues/19197
1,229,455,430
19,197
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> When exporting more than 10,000 visits, it is recommended to set the offset as mentioned in [https://matomo.org/faq/how-to/faq_24536/#important-note-about-high-traffic-piwik-servers](https://matomo.org/faq/how-to/faq_24536/#important-note-about-...
Add a feature to include filter_offset value in export widget
https://api.github.com/repos/matomo-org/matomo/issues/19194/comments
0
2022-05-09T01:43:36Z
2024-01-03T05:10:29Z
https://github.com/matomo-org/matomo/issues/19194
1,229,061,357
19,194
[ "matomo-org", "matomo" ]
## Summary Currently, matomo uses the server’s time. But analytics would be more accurate if they are synced through NTP, and TOTP would be more resilient ([read this](https://forum.matomo.org/t/2fa-authentication-suddenly-fails/45829/4) to get why this is interesting) if matomo would manage a NTP setting and use it....
Add NTP support
https://api.github.com/repos/matomo-org/matomo/issues/19189/comments
5
2022-05-06T15:37:34Z
2023-05-19T11:36:42Z
https://github.com/matomo-org/matomo/issues/19189
1,228,016,401
19,189
[ "matomo-org", "matomo" ]
We purchased and installed the SearchEngineKeywordsPerformance plugin. Since then, we got the exception below every night. We are running : - OS: Rocky Linux release 8.5 - Matomo: 4.9.1 - MySQL: 8.0.26 - PHP: 8.1.5 Keywords are updated, but something still fails : > ERROR [2022-05-04 00:21:46] 3369342...
Uncaught exception: Error: Class "GuzzleHttp\Exception\RequestException" not found in .../CurlFactory.php:201
https://api.github.com/repos/matomo-org/matomo/issues/19188/comments
1
2022-05-06T09:26:36Z
2022-05-06T10:01:40Z
https://github.com/matomo-org/matomo/issues/19188
1,227,626,559
19,188
[ "matomo-org", "matomo" ]
I would love to see an ambiguous, customizable, and/or randomized/auto-generated (ultimately with the goal of having it be non-identifiable) tracking script endpoint. Also, see my comment below (https://github.com/matomo-org/matomo/issues/19183#issuecomment-1121325140) regarding the additional item regarding using P...
Feature Request: Ambiguous tracking script endpoint & default to POST tracking method
https://api.github.com/repos/matomo-org/matomo/issues/19183/comments
2
2022-05-05T15:00:25Z
2024-01-03T05:10:28Z
https://github.com/matomo-org/matomo/issues/19183
1,226,794,549
19,183
[ "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...
Unnecessary loop
https://api.github.com/repos/matomo-org/matomo/issues/19181/comments
1
2022-05-05T13:56:50Z
2022-05-05T22:19:15Z
https://github.com/matomo-org/matomo/issues/19181
1,226,711,427
19,181
[ "matomo-org", "matomo" ]
Currently we are having problems with the search engine keyword reports: Keywords show up in any report (week, month, year) but in a report with a day-based timeframe - here the keyword list is empty for Bing (Google works without problems). The problem occurs on several instances, each using the latest version of Ma...
Search Engine Keywords Performance Bing report issue
https://api.github.com/repos/matomo-org/matomo/issues/19178/comments
2
2022-05-05T08:03:17Z
2022-05-05T09:13:43Z
https://github.com/matomo-org/matomo/issues/19178
1,226,325,107
19,178
[ "matomo-org", "matomo" ]
When using the console command `core:invalidate-report-data` there is the option to only invalidate a specific plugin. This is quite useful in certain circumstances (For example for `CustomReports` or other plugins). However, it seems that when executing this command with the `--plugin` option it skips the invalidatio...
Segments are not invalidated when invalidating specific plugin
https://api.github.com/repos/matomo-org/matomo/issues/19176/comments
1
2022-05-05T01:08:05Z
2022-11-09T16:28:33Z
https://github.com/matomo-org/matomo/issues/19176
1,226,108,534
19,176
[ "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...
Single visit
https://api.github.com/repos/matomo-org/matomo/issues/19174/comments
4
2022-05-04T17:51:35Z
2022-05-05T12:30:20Z
https://github.com/matomo-org/matomo/issues/19174
1,225,695,110
19,174
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> ## Expected Behavior Try to connect to my matomo instance and get Fatal error: Uncaught Error: Call to undefined function Piwik\Plugin\getenv() in analytics.serveur.digital/core/Plugin/Manager.php:345 Stack trace: #15849 analytics.ser...
Error about getenv function
https://api.github.com/repos/matomo-org/matomo/issues/19173/comments
3
2022-05-04T15:31:08Z
2022-05-05T14:26:16Z
https://github.com/matomo-org/matomo/issues/19173
1,225,544,222
19,173
[ "matomo-org", "matomo" ]
## Expected Behavior There is no input form for password received (because the user does not know/have a password) ## Current Behavior A popup is showing that request the user got given his password, which he doesn't know. ## Possible Solution see "Expected Behaviour" ## Steps to Reproduce (for Bugs) 1. go...
Add superuser access to a user is not possible when SSO is used
https://api.github.com/repos/matomo-org/matomo/issues/19169/comments
11
2022-05-03T10:09:53Z
2022-09-29T03:41:19Z
https://github.com/matomo-org/matomo/issues/19169
1,223,908,073
19,169
[ "matomo-org", "matomo" ]
Hello, When I want to give access rights for all sites to an account, It’s seems limited to 100 sites. Is it a bug ? ![image](https://user-images.githubusercontent.com/8983084/166415389-bc2de849-4757-4787-9564-fafadee5ffda.png) Thanks.
100 sites is the max when giving access rights
https://api.github.com/repos/matomo-org/matomo/issues/19168/comments
15
2022-05-03T07:01:50Z
2022-05-04T00:42:56Z
https://github.com/matomo-org/matomo/issues/19168
1,223,754,135
19,168
[ "matomo-org", "matomo" ]
For years I have used setuserid and access it via `segment=pageUrl=@3A-F8-DB-79-C8-D2`: I use the default code: ``` <?php $userId = '3A-F8-DB-79-C8-D2'; if (isset($userId)) { echo sprintf("_paq.push(['setUserId', '%s']);", $userId); } ?> ``` That works as expected when clicking the profile ID. ...
page segment id request shows 500 server error.
https://api.github.com/repos/matomo-org/matomo/issues/19167/comments
2
2022-05-03T04:49:14Z
2022-05-04T08:26:19Z
https://github.com/matomo-org/matomo/issues/19167
1,223,690,785
19,167
[ "matomo-org", "matomo" ]
Alexa has been discontinued and now our lookups fail. This also means our tests don't pass until we remove Alexa as an SEO rank provider. We will need to remove Alexa as a provider from the SEO widget, supporting classes and tests also. Also there may be some documentation updates needed, including https://matomo...
Remove discontinued Alexa from SEO metrics providers
https://api.github.com/repos/matomo-org/matomo/issues/19166/comments
1
2022-05-03T03:01:33Z
2022-05-05T01:59:00Z
https://github.com/matomo-org/matomo/issues/19166
1,223,591,912
19,166
[ "matomo-org", "matomo" ]
<!-- Please provide a short summary of the issue in the *Title* above --> The background of this issue is whether you can also determine the (unique) number of visitors in a custom dimension with the action scope. The simple table report for a Custom dimension for actions does not show the visits value in this case...
Custom Dimension with action scope: number of visits missing or is wrong
https://api.github.com/repos/matomo-org/matomo/issues/19164/comments
3
2022-05-02T19:01:10Z
2024-12-05T04:01:44Z
https://github.com/matomo-org/matomo/issues/19164
1,223,234,135
19,164
[ "matomo-org", "matomo" ]
A user with View permission is able to create a new segment. ## Expected Behavior View user should only be able to view the reports ## Current Behavior The user is able to create a new segment ## Steps to Reproduce (for Bugs) 1. Create a view user 2. try to create a new Segment ## Context User manage...
User Permissions: View user is able create a segment
https://api.github.com/repos/matomo-org/matomo/issues/19162/comments
2
2022-05-02T01:52:51Z
2022-05-03T10:03:23Z
https://github.com/matomo-org/matomo/issues/19162
1,222,392,408
19,162
[ "matomo-org", "matomo" ]
_A user suggested this design preference for the User Interface (UI):_ The dashboard is very generous in space usage. - There should be a high-density setting where a lot of information fits on one monitor page (1920'1200) (smaller distances and space optimization). - For the mobile version on the cell phone...
Enhancement: Increase the density of information in the view.
https://api.github.com/repos/matomo-org/matomo/issues/19161/comments
0
2022-05-01T19:39:59Z
2024-01-03T05:10:27Z
https://github.com/matomo-org/matomo/issues/19161
1,222,262,967
19,161
[ "matomo-org", "matomo" ]
I couldn't find the definition within the glossary of those two dimensions: Visits per visit duration and Visit per number of pages The documentation issue is the following, if we go on https://demo.matomo.cloud/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#?period=day&date=yesterday&idSite...
Visits per visit duration and Visit per number of pages calcuation methods
https://api.github.com/repos/matomo-org/matomo/issues/19159/comments
3
2022-04-30T09:55:00Z
2024-01-03T05:10:26Z
https://github.com/matomo-org/matomo/issues/19159
1,221,791,614
19,159
[ "matomo-org", "matomo" ]
We are seeing this error occur more regularly now, particularly with CSV format. It tends to appear more when there are visits with many actions, forms, media, etc. ``` { "type": 1, "message": "Out of memory (allocated 1982181376) (tried to allocate 163840 bytes)", "file": "/var/www/html/core/DataTab...
Improve memory management in DataTable/CSV
https://api.github.com/repos/matomo-org/matomo/issues/19158/comments
1
2022-04-29T00:22:46Z
2022-07-08T08:37:16Z
https://github.com/matomo-org/matomo/issues/19158
1,219,492,517
19,158
[ "matomo-org", "matomo" ]
Since we upgraded to version 4.3.1 last July, all new segments are pre-processed. We have no entry “enable_create_realtime_segments = 0” in config.ini.php. According to the description the default should be processed in real time. But it is not. An entry “enable_create_realtime_segments = 1” unfortunately changes no...
After upgrade all new segments are pre-processed
https://api.github.com/repos/matomo-org/matomo/issues/19153/comments
11
2022-04-28T10:01:22Z
2022-11-13T19:10:30Z
https://github.com/matomo-org/matomo/issues/19153
1,218,491,970
19,153
[ "matomo-org", "matomo" ]
Would it be possible to have an history of the email sent through the email scheduled report, exactly like the custom alert feature.
History triggered email report sent
https://api.github.com/repos/matomo-org/matomo/issues/19152/comments
1
2022-04-28T08:28:13Z
2024-09-13T08:58:30Z
https://github.com/matomo-org/matomo/issues/19152
1,218,382,420
19,152
[ "matomo-org", "matomo" ]
Matomo has an auto-update functionality that includes the download of the latest version in the web interface. As far as I can tell there is no way to trigger this process completely from the CLI. All guides I found suggest downloading the update myself, unpacking it, then running the core:update command. It wou...
Trigger auto-update via console
https://api.github.com/repos/matomo-org/matomo/issues/19151/comments
4
2022-04-28T07:32:08Z
2024-01-03T05:10:25Z
https://github.com/matomo-org/matomo/issues/19151
1,218,322,260
19,151
[ "matomo-org", "matomo" ]
Unable to execute check for https://matomo.myxdomain.com/config/config.ini.php: curl_exec: SSL certificate problem: unable to get local issuer certificate. Hostname requested was: matomo.myxdomain.com Unable t...
Required Private Directories: curl_exec: SSL certificate problem: unable to get local issuer certificate
https://api.github.com/repos/matomo-org/matomo/issues/19149/comments
10
2022-04-27T19:29:20Z
2024-05-24T12:19:28Z
https://github.com/matomo-org/matomo/issues/19149
1,217,792,688
19,149
[ "matomo-org", "matomo" ]
## Expected Behavior It should not appear a error message inside Matomo with the info: "The plugin GoogleAnalyticsImporter could not be loaded as it has missing dependencies: GoogleAnalyticsImporter requires Matomo >=4.10.0-b1. Please contact your Matomo administrator." ## Current Behavior Same as above ## P...
Google Analytics import plugin not compatible with Matomo 4.9.1
https://api.github.com/repos/matomo-org/matomo/issues/19147/comments
6
2022-04-27T11:00:42Z
2022-05-18T07:43:21Z
https://github.com/matomo-org/matomo/issues/19147
1,217,188,559
19,147
[ "matomo-org", "matomo" ]
matomo.js is quite a complex piece of software and essential for Matomo to work. But that means subtle bugs often slip in and either break things or at least annoy people with logged errors. Therefore, I am wondering now that we are using typescript in Matomo, if it would be useful migrating matomo.js to typescript (w...
Migrate piwik.js/matomo.js to Typescript
https://api.github.com/repos/matomo-org/matomo/issues/19144/comments
3
2022-04-26T13:21:03Z
2025-04-02T01:03:17Z
https://github.com/matomo-org/matomo/issues/19144
1,215,951,238
19,144
[ "matomo-org", "matomo" ]
Hi, I posted this thread in the forum and it seems this isn't a feature yet so I was referred to here to propose it: https://forum.matomo.org/t/multiple-matomo-instances-campaign/45489 ## Summary I track a website with multiple Matomo instances and realized that when calling a site with a campaign-URL the camp...
Campaigns targeting one Matomo instance when tracking on multiple and deleting campaigns
https://api.github.com/repos/matomo-org/matomo/issues/19142/comments
2
2022-04-26T10:47:36Z
2024-01-03T05:10:23Z
https://github.com/matomo-org/matomo/issues/19142
1,215,768,051
19,142
[ "matomo-org", "matomo" ]
Hello, I would like to know how it is possible to have in front of the keywords searched on the site, the users who typed this keyword?
Key words searched on the site
https://api.github.com/repos/matomo-org/matomo/issues/19140/comments
6
2022-04-25T09:06:01Z
2022-04-25T09:50:20Z
https://github.com/matomo-org/matomo/issues/19140
1,214,199,284
19,140
[ "matomo-org", "matomo" ]
Hello, Google analytics (Universal) has a bug since a few weeks on the realtime page and shows false numbers. According to what they said, they don't plan to fix this bug because they have developed the GA4 version. https://issuetracker.google.com/issues/228201905#comment283 But this new version does not allow to...
Improve the realtime page, display more data and graphics
https://api.github.com/repos/matomo-org/matomo/issues/19134/comments
19
2022-04-22T08:32:31Z
2024-09-13T10:10:50Z
https://github.com/matomo-org/matomo/issues/19134
1,212,016,048
19,134
[ "matomo-org", "matomo" ]
This migration from https://github.com/matomo-org/matomo/blob/4.x-dev/core/Updates/4.1.2-b1.php#L50 seems to cause an excessive or maybe even endless amount of rows in the table "archive_invalidations" under some conditions: ``` if (!Rules::isBrowserTriggerEnabled()) { $dateOfMatomo4Release = Dat...
the "scheduleReArchiving" function cannot handle bigger Matomo with many sites causing a critical failure of the upgrade due to excessive or endless amount of rows in the "archive_invalidations" table
https://api.github.com/repos/matomo-org/matomo/issues/19133/comments
4
2022-04-22T07:58:02Z
2023-12-11T16:46:58Z
https://github.com/matomo-org/matomo/issues/19133
1,211,966,704
19,133
[ "matomo-org", "matomo" ]
## Summary Often times we come across a tracking bug or bots that continually cause tracking requests to be sent. This can flood the server and slow down the DB. I would expect that there should be some sort of realistic upper limit in the client JS that stops a single visitor from generating too many requests per p...
Upper tracking request limit for a pageview to prevent flooding server/db
https://api.github.com/repos/matomo-org/matomo/issues/19132/comments
3
2022-04-22T03:52:15Z
2024-01-03T05:10:22Z
https://github.com/matomo-org/matomo/issues/19132
1,211,781,222
19,132
[ "matomo-org", "matomo" ]
## Expected Behavior The Visits in Real-time dashboard widget, Visits in Real-time page and Real Time Visitor Count dashboard widget are all failing. ## Current Behavior There is an error on the page of: > Oops… there was a problem during the request. Maybe the server had a temporary issue, or maybe you request...
Real Time Visits Error with 4.9 update
https://api.github.com/repos/matomo-org/matomo/issues/19129/comments
12
2022-04-21T18:21:42Z
2022-11-09T16:20:25Z
https://github.com/matomo-org/matomo/issues/19129
1,211,398,857
19,129
[ "matomo-org", "matomo" ]
With Matomo 4.9.0, I see lots of these warnings: **1.** ``` WARNING Referrers plugins/Referrers/Columns/Base.php(525): Deprecated - mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated ``` **2.** ``` WARNING Referrers plugins/Referrers/Columns/Base.php(478): Deprecated -...
PHP8.1 compatibility fixes in referrers plugin
https://api.github.com/repos/matomo-org/matomo/issues/19127/comments
2
2022-04-21T09:47:23Z
2022-05-09T00:20:26Z
https://github.com/matomo-org/matomo/issues/19127
1,210,784,674
19,127