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" ]
When you create a new segment "SEGMENTED REPORTS ARE PRE-PROCESSED (FASTER, REQUIRES CRON)" is selected by default even though it says "Default" in the other option: "SEGMENTED REPORTS ARE PROCESSED IN REAL TIME (DEFAULT)" IMHO "Real time" makes more sense usually but that might depend on the user. At least I'd make...
When creating a new segment "pre-processing" is selected by default
https://api.github.com/repos/matomo-org/matomo/issues/17129/comments
5
2021-01-21T12:59:58Z
2021-08-25T22:48:48Z
https://github.com/matomo-org/matomo/issues/17129
791,054,420
17,129
[ "matomo-org", "matomo" ]
I have a segment for example : PageURL Contains abc-home The filter works fine for : /en/abc/abc-home/ /en/abc/abc-home/something /en/abc/abc-home/something-else ... but I see also sometimes /en/xyz-home/ /en/def/def-home/ How is it possible ? What could affect it ? I am on 3.14.1
Segments are not accurate
https://api.github.com/repos/matomo-org/matomo/issues/17128/comments
3
2021-01-21T08:21:54Z
2021-01-21T21:08:17Z
https://github.com/matomo-org/matomo/issues/17128
790,813,340
17,128
[ "matomo-org", "matomo" ]
I want to have more than 5 custom dimension. Thus I call: `php console customdimensions:add-custom-dimension --scope=visit -vvv` Because I have no SSH access to the server I call this command via php [passthru](https://www.php.net/manual/en/function.passthru.php) over the webbrowser. The output is: ``` Addin...
'console customdimensions:add-custom-dimension' does nothing
https://api.github.com/repos/matomo-org/matomo/issues/17126/comments
4
2021-01-20T17:59:52Z
2021-01-21T19:14:18Z
https://github.com/matomo-org/matomo/issues/17126
790,197,573
17,126
[ "matomo-org", "matomo" ]
Our clients are frequent users of Segments, it's one of their most used feature actually. We have taken the first steps to create an MVP. Progress will be updated here and if anyone interested in helping out, just reach out. Any thoughts or ideas are highly appreciated. Features: - Create a menu item for Segme...
SegmentEditorUI
https://api.github.com/repos/matomo-org/matomo/issues/17125/comments
3
2021-01-20T16:40:03Z
2023-05-16T08:54:08Z
https://github.com/matomo-org/matomo/issues/17125
790,141,623
17,125
[ "matomo-org", "matomo" ]
Hello, since updating Matomo to 4.1.1. my Admin-area is "broken" (can't click on anything) - means I can't handle the Admin-Area for excample create new user, can't click on System, develop, data-security, etc. Please help! Thank you! NT
Since updating Matomo to 4.1.1. my Admin-area is "broken" (can't click on anything)
https://api.github.com/repos/matomo-org/matomo/issues/17124/comments
3
2021-01-20T10:41:54Z
2021-01-20T19:12:49Z
https://github.com/matomo-org/matomo/issues/17124
789,859,667
17,124
[ "matomo-org", "matomo" ]
I've recognized this a few days after the Update to 4.1.1, but it must have started with the latest beta before the update to 4.1.1 (see screenshot). Behaviour > Engagement > Returning visitors ![matomo-engagement-returning-visitors](https://user-images.githubusercontent.com/25033650/105154170-8cccd700-5b09-11eb-89...
Graph of returning visitors doesn't show returning visitors when having the segment pre-configured in config file
https://api.github.com/repos/matomo-org/matomo/issues/17123/comments
39
2021-01-20T09:26:42Z
2024-09-13T08:58:58Z
https://github.com/matomo-org/matomo/issues/17123
789,800,894
17,123
[ "matomo-org", "matomo" ]
When creating an email report in the "CSV" format, the CSV file uses "raw" column names, like this: ``` Visits Summary nb_uniq_visitors,nb_visits,nb_actions,max_actions,nb_actions_per_visit,avg_time_on_site,bounce_rate 8068,8146,21495,291,2.6,00:03:23,60% ``` Here is the top of the CSV file: ![Screenshot fr...
Email reports with a CSV file should use the friendly column names ("Visits" instead of "nb_visits")
https://api.github.com/repos/matomo-org/matomo/issues/17122/comments
5
2021-01-20T07:38:01Z
2025-02-27T14:25:53Z
https://github.com/matomo-org/matomo/issues/17122
789,722,160
17,122
[ "matomo-org", "matomo" ]
Not sure if this is right place to ask question, but I didn't find better place. I am looking for matomo API to register a new website. Something like a POST api which accepts hostname and other info as payload and return "JS tracking code" or website ID.
Question: API to register new website to matomo instance
https://api.github.com/repos/matomo-org/matomo/issues/17120/comments
1
2021-01-19T18:19:53Z
2021-01-19T18:45:15Z
https://github.com/matomo-org/matomo/issues/17120
789,251,075
17,120
[ "matomo-org", "matomo" ]
## Expected Behavior Special characters contained in custom dimension should be supported ## Current Behavior - specials characters are _correctly_ displayed in visits log ![visits_log_special_character](https://user-images.githubusercontent.com/1391205/105021045-6004bb00-5a48-11eb-81ee-faf989fb0652.png) - spe...
Incorrect handling of special character in custom dimension values
https://api.github.com/repos/matomo-org/matomo/issues/17119/comments
1
2021-01-19T10:25:29Z
2024-09-13T08:58:58Z
https://github.com/matomo-org/matomo/issues/17119
788,898,314
17,119
[ "matomo-org", "matomo" ]
I am new to Matomo, but I already know programming. I tried to implement the content tracking feature using the Tag Manager. It looks like the content impressions appear at random, sometimes they track the impression, sometimes it doesn't, sometimes it tracks only the interactions but not the impression. I thought m...
Content tracking isn't working properly
https://api.github.com/repos/matomo-org/matomo/issues/17113/comments
2
2021-01-18T19:46:31Z
2021-01-19T09:24:36Z
https://github.com/matomo-org/matomo/issues/17113
788,509,681
17,113
[ "matomo-org", "matomo" ]
After updating from Matomo 4.1.0 to 4.1.1 a click on the Administration cog leads to a content free page. The Link is `example.org/index.php?module=CoreAdminHome&action=home&idSite=1&period=day&date=yesterday` After deleting `&action=home` the Personal settings will be shown.
Administration not reachable after the last update
https://api.github.com/repos/matomo-org/matomo/issues/17111/comments
0
2021-01-18T08:32:40Z
2021-01-18T21:28:39Z
https://github.com/matomo-org/matomo/issues/17111
788,050,498
17,111
[ "matomo-org", "matomo" ]
Content report under Behavior tab shows up empty even though I can see data in visitor log. To navigate to contents report: Behavior -> Contents This is also discussed in matomo forums but no solution yet: https://forum.matomo.org/t/content-reports-empty/38494 Can someone please help with this?
Contents report shows up empty when no content impressions tracked but content interactions
https://api.github.com/repos/matomo-org/matomo/issues/17109/comments
4
2021-01-18T02:58:40Z
2024-09-13T08:58:59Z
https://github.com/matomo-org/matomo/issues/17109
787,874,873
17,109
[ "matomo-org", "matomo" ]
we could move the “About Matomo X.Y” below the “How can we help?” section, and above "Premium products", so that people first see the Help Section (for better onboarding and user experience). ![Screenshot from 2021-01-18 11-20-47](https://user-images.githubusercontent.com/466765/104857724-49def800-597f-11eb-970...
In "Help" screen, show first the section "How can we help?"
https://api.github.com/repos/matomo-org/matomo/issues/17108/comments
0
2021-01-17T22:21:31Z
2021-03-15T00:39:34Z
https://github.com/matomo-org/matomo/issues/17108
787,808,480
17,108
[ "matomo-org", "matomo" ]
a few people are asking us how to create a custom report on roll-ups, using the website name as a dimension. The reason they don't find it on their own is because the dimension is called "Measurable" Instead it'd bebetter to call it `Website name` ![index](https://user-images.githubusercontent.com/466765/10485...
Rename dimension called "Measurable" to "Website name"
https://api.github.com/repos/matomo-org/matomo/issues/17107/comments
0
2021-01-17T22:18:45Z
2021-05-26T05:17:10Z
https://github.com/matomo-org/matomo/issues/17107
787,807,953
17,107
[ "matomo-org", "matomo" ]
It seems only multi server environment = 1 is currently removing the "check for updates" feature in the UI but not when enable_auto_update config is disabled.
enable_auto_update=0 doesn't remove update check in the UI
https://api.github.com/repos/matomo-org/matomo/issues/17106/comments
1
2021-01-17T20:03:02Z
2021-08-25T22:48:48Z
https://github.com/matomo-org/matomo/issues/17106
787,783,172
17,106
[ "matomo-org", "matomo" ]
When a server error results in the message below being displayed, transitioning to another page via the menu does not remove it, it continues to be displayed at the top of each page until a hard refresh is done. Ver 4.1.1 `Oops… there was a problem during the request. Maybe the server had a temporary issue, or ...
Error Message notification is not hidden when navigating to a new page
https://api.github.com/repos/matomo-org/matomo/issues/17104/comments
6
2021-01-17T19:21:37Z
2021-08-25T22:48:48Z
https://github.com/matomo-org/matomo/issues/17104
787,775,653
17,104
[ "matomo-org", "matomo" ]
I just noticed that the PerformanceTiming API used by Matomo is deprecated and might be one day removed from browsers or only supported for backwards compatibility (*"Be aware that this feature may cease to work at any time."*) See https://developer.mozilla.org/en-US/docs/Web/API/Performance/timing The suggested ...
PerformanceTiming API used by Matomo is deprecated, use PerformanceNavigationTiming if available
https://api.github.com/repos/matomo-org/matomo/issues/17102/comments
1
2021-01-15T18:47:54Z
2021-02-22T03:15:17Z
https://github.com/matomo-org/matomo/issues/17102
787,117,419
17,102
[ "matomo-org", "matomo" ]
reported in https://forum.matomo.org/t/frage-zur-besucherkarte-in-echtzeit/40267 The header of the real-time map seems to switch to an error message after a few seconds even though the map loads fine. https://user-images.githubusercontent.com/6266037/104736232-f1bbb200-5742-11eb-8421-d3e4c3d3d913.mp4 Interesti...
Real-Time Map description switches to "There is no data for this report."
https://api.github.com/repos/matomo-org/matomo/issues/17099/comments
2
2021-01-15T14:05:56Z
2021-01-26T04:22:40Z
https://github.com/matomo-org/matomo/issues/17099
786,921,299
17,099
[ "matomo-org", "matomo" ]
My Version is 4.1.0 Release Channel ist latest stable. Even when i'm switching to latest Beta the Updatechecker return 'You are using the latest version of Matomo!' Is there any way to figure out what is going wrong? I made the Updates from 3 to 4 (and from 4.0.0 to 4.1.0) with the ZIP download.
Updatecheck does not find Updates in Matomo 4.*
https://api.github.com/repos/matomo-org/matomo/issues/17098/comments
13
2021-01-15T12:16:30Z
2021-01-24T00:55:54Z
https://github.com/matomo-org/matomo/issues/17098
786,852,306
17,098
[ "matomo-org", "matomo" ]
I think the `enable_auto_update` option can be a little bit confusing. # What it does Disable the "automatic update check". # Confusion Does it disable the `Update Automatically` function in the Web UI or not. # Steps to reproduce 1. Setting `enable_auto_update` to `0` 1. `Update Automatically` opti...
enable_auto_update option misleading
https://api.github.com/repos/matomo-org/matomo/issues/17096/comments
2
2021-01-15T10:19:23Z
2021-02-22T03:04:53Z
https://github.com/matomo-org/matomo/issues/17096
786,778,159
17,096
[ "matomo-org", "matomo" ]
In ref to #16999 The fix for 4.11 works on URL string with date specified, however with "date=today" it still has the issue of showing yesterday's stats for some dashboard widget if you are in other timezone **Not working** index.php?module=CoreHome&action=index&idSite=1&period=day&date=today#?idSite=1&period=d...
Widget is showing wrong data from yesterday instead of today
https://api.github.com/repos/matomo-org/matomo/issues/17095/comments
3
2021-01-15T10:16:23Z
2021-01-27T23:09:47Z
https://github.com/matomo-org/matomo/issues/17095
786,776,211
17,095
[ "matomo-org", "matomo" ]
Just saw https://minimalanalytics.com/ and figured it could be quite nice for some people where performance matters and they only use basic feature set and no cookies. We could offer like only `trackPageview` and `trackEvent` as part of a very minimalistic JS tracker. By default gzipped the regular matomo.js is > 50...
Have a minimal JS tracker with only very basic features
https://api.github.com/repos/matomo-org/matomo/issues/17094/comments
2
2021-01-15T03:48:34Z
2024-09-13T08:59:00Z
https://github.com/matomo-org/matomo/issues/17094
786,510,146
17,094
[ "matomo-org", "matomo" ]
I called the API by this: /index.php?module=API&method=ImageGraph.get&idSite=1&token_auth=xxxxxxxxxxxxx&period=month&date=previous24&apiModule=VisitsSummary&apiAction=get&graphType=evolution&width=0&height=2 and got this fatal error message ![grafik](https://user-images.githubusercontent.com/1645099/104643219-60...
fatal error: Modulo by zero: method=imageGraph while widht = 0
https://api.github.com/repos/matomo-org/matomo/issues/17092/comments
1
2021-01-14T20:08:37Z
2021-03-11T08:02:49Z
https://github.com/matomo-org/matomo/issues/17092
786,285,658
17,092
[ "matomo-org", "matomo" ]
When the SMTP connection is not set up correctly, or failing due to other reasons like #17026, requesting for password recovery currently displays the full error message returned from the SMTP server. This could for example include the sender mail address or the login. As the password recovery is public available we s...
Failing SMTP connection might result in information disclosure in password recovery
https://api.github.com/repos/matomo-org/matomo/issues/17091/comments
9
2021-01-14T16:55:12Z
2021-08-28T21:19:57Z
https://github.com/matomo-org/matomo/issues/17091
786,152,109
17,091
[ "matomo-org", "matomo" ]
Hello friend ~ How does UniApp integrate Matomo? I want to integrate Matomo with UniApp,I want you to help me! Thank you very much
How does UniApp integrate Matomo
https://api.github.com/repos/matomo-org/matomo/issues/17090/comments
1
2021-01-14T11:34:04Z
2021-01-14T12:43:10Z
https://github.com/matomo-org/matomo/issues/17090
785,916,031
17,090
[ "matomo-org", "matomo" ]
Hello, In order to keep our data in order and compliante I would like to know what are the complete list of "basic metrics" that are keep from the deletion with the option checked. Is there a list somewhere ? edit: if I keep reports, do I keep personnal data too or do I have to delete it ? Regards,
"Keep basic metrics (visits, page views, bounce rate, goal conversions, ecommerce conversions, etc.)"
https://api.github.com/repos/matomo-org/matomo/issues/17089/comments
1
2021-01-14T10:00:02Z
2024-09-13T10:57:51Z
https://github.com/matomo-org/matomo/issues/17089
785,850,347
17,089
[ "matomo-org", "matomo" ]
I just used the automated update script for my Matomo installation. It cheerfully ran the update, and now Matomo doesn't work, because it requires PHP 7 and this server uses PHP 5, for legacy reasons. Requiring PHP 7 is good and right, but the updater needs to verify that the environment is compatible before upgradi...
Automated updater doesn't check PHP version
https://api.github.com/repos/matomo-org/matomo/issues/17088/comments
9
2021-01-13T23:59:04Z
2024-05-21T08:08:02Z
https://github.com/matomo-org/matomo/issues/17088
785,543,136
17,088
[ "matomo-org", "matomo" ]
This may be related to: #17080 When selecting the period "Month" for a website that has its time zone set for example as United States - New York and selecting the first day of the month, Matomo is showing the previous months data. Screenshot comparison between the same month selected but using the 1st vs the 2n...
Matomo showing incorrect Month data when selecting first day of the month for specific time zones
https://api.github.com/repos/matomo-org/matomo/issues/17087/comments
3
2021-01-13T20:06:46Z
2021-01-19T00:16:21Z
https://github.com/matomo-org/matomo/issues/17087
785,405,705
17,087
[ "matomo-org", "matomo" ]
The (German) translation is missed in the screen of "Create a new user" ![grafik](https://user-images.githubusercontent.com/1645099/104502746-c325c600-55e0-11eb-9fa1-24e8f66ae83e.png) Username = Benutzername Password = Passwort Email = E-Mail See the wording in the table before ![grafik](https://user-images.g...
Translation missed on "Create a new user"
https://api.github.com/repos/matomo-org/matomo/issues/17086/comments
1
2021-01-13T19:50:55Z
2021-08-25T22:48:47Z
https://github.com/matomo-org/matomo/issues/17086
785,396,301
17,086
[ "matomo-org", "matomo" ]
I'm experiencing the same issue as https://github.com/matomo-org/matomo/issues/14647. I'm using Matomo Analytics Cloud.
Bug: Dashboard repeat/duplicate widgets (same as #14647)
https://api.github.com/repos/matomo-org/matomo/issues/17083/comments
1
2021-01-13T12:57:26Z
2021-01-13T19:11:48Z
https://github.com/matomo-org/matomo/issues/17083
785,082,638
17,083
[ "matomo-org", "matomo" ]
When selecting a time period of "Month" and selecting to compare to "Previous period" for some months causes Matomo to compare to the same month. Have tested and so far it occurs when selecting the 31st of the month for December, October, July, May, March 2020 e.g.: ![image](https://user-images.githubusercontent....
Matomo comparing month report with same month when clicking on the last day of the month
https://api.github.com/repos/matomo-org/matomo/issues/17080/comments
5
2021-01-13T00:52:07Z
2021-03-11T08:11:45Z
https://github.com/matomo-org/matomo/issues/17080
784,700,078
17,080
[ "matomo-org", "matomo" ]
Matomo 4.1.0 settings -> system -> user ![grafik](https://user-images.githubusercontent.com/1645099/104379845-59e37b80-552a-11eb-9187-1c186e13b527.png) 1. cannot read the select list "Massenaktion" (= batch action?) + user search input + filter select list. Grey on grey. 2. column "role": select list (that ...
Editing Users screen is partially broken
https://api.github.com/repos/matomo-org/matomo/issues/17079/comments
1
2021-01-12T22:04:54Z
2021-02-22T03:18:23Z
https://github.com/matomo-org/matomo/issues/17079
784,627,003
17,079
[ "matomo-org", "matomo" ]
After following the development setup and testing instruction, when running `./console tests:run --testsuite unit` I get an error. I have created the database `matomo_tests` as mentioned in the docs, but don't see anything in the documentation on how to get the required tables created. ``` ./console tests:run --t...
unit test fails SQLSTATE[42S02]: Base table or view not found: 1146 Table 'matomo_tests.option' doesn't exist
https://api.github.com/repos/matomo-org/matomo/issues/17078/comments
4
2021-01-12T20:37:47Z
2021-01-14T19:23:30Z
https://github.com/matomo-org/matomo/issues/17078
784,574,980
17,078
[ "matomo-org", "matomo" ]
After upgrading a Matomo site from 3.14.1 to 4.1.0, Anonymous users are no longer able to access the dashboard or sites directly. in v4, accessing Matomo results in a login page despite allowing view access to sites and setting a default anonymous dashboard in Anonymous user settings.
Anonymous user settings not working after v4 upgrade
https://api.github.com/repos/matomo-org/matomo/issues/17077/comments
2
2021-01-12T18:09:55Z
2021-01-27T23:59:23Z
https://github.com/matomo-org/matomo/issues/17077
784,463,474
17,077
[ "matomo-org", "matomo" ]
Hello, Our Matomo instance runs over SSL with url https://matomo.minte.dsi.cnrs.fr/ In SAML configuration page, I have Entity ID: https://matomo.minte.dsi.cnrs.fr/index.php?module=LoginSaml&action=metadata Whereas in SP metadata export I have: <md:EntityDescriptor entityID="https://matomo.minte.dsi.cnrs.fr:443/inde...
LoginSAML - Different entity ID shown in SAML configuration page and in XML metadata
https://api.github.com/repos/matomo-org/matomo/issues/17075/comments
0
2021-01-12T14:12:38Z
2024-01-03T05:08:18Z
https://github.com/matomo-org/matomo/issues/17075
784,273,276
17,075
[ "matomo-org", "matomo" ]
When specifying `--skip-idsites` in a CLI call to `core:archive`, it will actually process only these sites instead of skipping them. The current [implementation](https://github.com/matomo-org/matomo/blob/4.x-dev/core/CronArchive.php#L744) looks like this: ```PHP if (!empty($this->shouldSkipSpecifiedSites)) { ...
--skip-idsites argument to core:archive works like --force-idsites in 4.x
https://api.github.com/repos/matomo-org/matomo/issues/17074/comments
1
2021-01-11T21:23:31Z
2021-01-13T08:04:22Z
https://github.com/matomo-org/matomo/issues/17074
783,715,066
17,074
[ "matomo-org", "matomo" ]
Hello, One user get the following error message: "_You are currently not allowed to log in because you had too many failed logins, try again later_" https://matomo.org/faq/troubleshooting/faq_32758/ According to this FAQ, the error seems to come from Login plugin who is disabled because I use LoginLdap plug...
Login issue with LoginLdap
https://api.github.com/repos/matomo-org/matomo/issues/17071/comments
4
2021-01-11T05:14:20Z
2021-01-13T19:13:43Z
https://github.com/matomo-org/matomo/issues/17071
783,069,489
17,071
[ "matomo-org", "matomo" ]
It seems that when creating a new user, it's possible to set the username to an existing user email address which will then cause the existing user to not be able to log in. For example, a super user with username admin and email address of admin@example.com creates a new user with email user@example.com and acciden...
Prevent new username from using existing user email address
https://api.github.com/repos/matomo-org/matomo/issues/17070/comments
4
2021-01-11T03:07:51Z
2021-08-25T22:48:47Z
https://github.com/matomo-org/matomo/issues/17070
783,032,359
17,070
[ "matomo-org", "matomo" ]
Hi everyone, Currently there are percent rate for the following metrics "unique download", "Outlinks", "Visits", but not for events. -> Is there a possibility to add this information within the events table report? Thank you,
Percent rate for events
https://api.github.com/repos/matomo-org/matomo/issues/17069/comments
1
2021-01-10T16:51:17Z
2024-09-13T08:59:00Z
https://github.com/matomo-org/matomo/issues/17069
782,858,164
17,069
[ "matomo-org", "matomo" ]
As suggested by https://forum.matomo.org/t/update-cloudflare-app/40159 https://www.cloudflare.com/apps/piwik currently uses Piwik branding and Screenshots which probably should be replaced with Matomo. Also the tracking code should be updated to the latest one using matomo.php I am not sure how cloudflare apps wo...
Publish new Cloudflare App for Matomo
https://api.github.com/repos/matomo-org/matomo/issues/17068/comments
3
2021-01-09T19:45:22Z
2021-08-25T22:47:44Z
https://github.com/matomo-org/matomo/issues/17068
782,673,139
17,068
[ "matomo-org", "matomo" ]
"Sie können Domänen oder Subdomänen wie http://example.com oderr http://stats.example.com definieren. Oder fügen Sie einfach * hinzu, um cross domain requests für alle Domänen zu erlauben" The word "oderr" must be "oder". In this context, you can also add a period to the end of the sentence.
Text error in German translation -> "oderr"
https://api.github.com/repos/matomo-org/matomo/issues/17067/comments
1
2021-01-09T12:02:26Z
2021-01-11T08:38:34Z
https://github.com/matomo-org/matomo/issues/17067
782,593,615
17,067
[ "matomo-org", "matomo" ]
This is a brand new install (Docker), so the manifest must not be accurate to the files fetched? ![image](https://user-images.githubusercontent.com/4472083/104074407-11505900-51de-11eb-9a97-9fdce2e35c9c.png)
Integrity Check Fails on New Docker Install
https://api.github.com/repos/matomo-org/matomo/issues/17066/comments
1
2021-01-09T03:37:51Z
2021-01-09T10:24:57Z
https://github.com/matomo-org/matomo/issues/17066
782,503,626
17,066
[ "matomo-org", "matomo" ]
We received the following report: Matomo 4.0.5: When i change my password i'll get an error page: ````An error occurred Verbindung zum SMTP-Server fehlgeschlagen. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting ```` Translation: Connection to the SMTP server failed The password is changed succes...
PHPMailer Connection to the SMTP server failed when resetting password in 4.0.5
https://api.github.com/repos/matomo-org/matomo/issues/17057/comments
2
2021-01-07T03:04:55Z
2021-01-10T19:28:15Z
https://github.com/matomo-org/matomo/issues/17057
780,990,253
17,057
[ "matomo-org", "matomo" ]
Hi everyone, So far, one need to access the API to get a table for the transition report. So to say, one cannot get the data regarding the previous pages and following pages within Matomo. -> Is there any possibilities for you to add them as dimension within the custom report premium features? Thank you,
Dimensions: previousPages & followingPages within custom reports
https://api.github.com/repos/matomo-org/matomo/issues/17056/comments
1
2021-01-06T13:13:43Z
2021-01-10T19:42:30Z
https://github.com/matomo-org/matomo/issues/17056
780,544,089
17,056
[ "matomo-org", "matomo" ]
A given page is being tracked as two separate pages due to trailing slashes in the URL. For example: /login /login/ Is there any way to make Matomo recognize that the two URLs are actually a single page?
Trailing slashes - tracked as two separate pages
https://api.github.com/repos/matomo-org/matomo/issues/17055/comments
7
2021-01-06T08:09:07Z
2024-09-13T08:59:01Z
https://github.com/matomo-org/matomo/issues/17055
780,239,310
17,055
[ "matomo-org", "matomo" ]
I have seen on more systems that the update fails in the middle of the update process, because some files/directory's are not writable for the update. So when this happens the installation is broken, because it is an mix of the old and the new version. Other php projects like nextcloud have an checker build in, which...
Prevent update installation failing because of selinux/file system protection result in an broken system.
https://api.github.com/repos/matomo-org/matomo/issues/17054/comments
1
2021-01-06T05:56:35Z
2022-01-31T09:47:11Z
https://github.com/matomo-org/matomo/issues/17054
780,081,863
17,054
[ "matomo-org", "matomo" ]
they are just shown on the console, there is no entry for hard error message in php_error.log (everything is silent) but also the logmessages manually shown are not recorded anywhere even debug logging is enabled in general. Maybe it is worth to allow a seperate log file for the console. This includes especially the ...
Logging messages from console are not getting logged anywhere
https://api.github.com/repos/matomo-org/matomo/issues/17053/comments
8
2021-01-06T03:56:03Z
2021-11-22T08:30:40Z
https://github.com/matomo-org/matomo/issues/17053
779,973,785
17,053
[ "matomo-org", "matomo" ]
Currently when submitting feedback through the Matomo UI, the full user IP address is being sent when providing feedback. We should preferably change this to anonymise the IP when sending feedback in this manner. ![image](https://user-images.githubusercontent.com/20905821/103715562-d0154900-5025-11eb-8806-ef48fcc...
Anonymise IP when sending feedback through Matomo UI
https://api.github.com/repos/matomo-org/matomo/issues/17052/comments
1
2021-01-06T00:49:10Z
2021-01-08T04:38:07Z
https://github.com/matomo-org/matomo/issues/17052
779,805,847
17,052
[ "matomo-org", "matomo" ]
Fatal error: Access level to Piwik\Plugins\VisitTime\Columns\ServerTime::configureSegments() must be public (as in class Piwik\Columns\Dimension) in C:\inetpub\wwwroot\piwik\plugins\VisitTime\Columns\ServerTime.php on line 33 The upgrade script fails with this error. Thanks
Upgrade to 4 fatal error upgrade script fails
https://api.github.com/repos/matomo-org/matomo/issues/17051/comments
3
2021-01-05T23:58:03Z
2021-01-07T07:46:46Z
https://github.com/matomo-org/matomo/issues/17051
779,752,227
17,051
[ "matomo-org", "matomo" ]
Currently segments are basically triple url encoded: - each value in a condition is encoded once to allow segment operator characters - each value is encoded again, because the code server side urldecodes the segment condition (so the value is double encoded at this point) - and the entire segment is encoded in th...
Revise segment encoding strategy
https://api.github.com/repos/matomo-org/matomo/issues/17050/comments
18
2021-01-05T23:36:47Z
2024-01-03T05:08:17Z
https://github.com/matomo-org/matomo/issues/17050
779,731,719
17,050
[ "matomo-org", "matomo" ]
After upgrading to latest version (guess its 4), the matamo site is failing to open. Errors in logs: Error in Matomo (tracker): Error query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'visitor_seconds_since_first' in 'field list' Error query: SQLSTATE[42S02]: Base table or view not found: 1146 Ta...
Matomo Down after upgrading to latest version 4
https://api.github.com/repos/matomo-org/matomo/issues/17049/comments
5
2021-01-05T20:44:41Z
2021-01-30T16:31:26Z
https://github.com/matomo-org/matomo/issues/17049
779,549,064
17,049
[ "matomo-org", "matomo" ]
Hi All, I am running Matomo v4.1.0 and the file integrity check in the system check is alerting about a file that is part of the original source code. ```bash Files were found in your Matomo, but we didn't expect them. --> Please delete these files to prevent errors. <-- File to delete: vendor/bin/lessc ...
File integrity check failed for wikimedia lessc
https://api.github.com/repos/matomo-org/matomo/issues/17048/comments
2
2021-01-05T19:58:28Z
2021-01-05T21:01:42Z
https://github.com/matomo-org/matomo/issues/17048
779,498,012
17,048
[ "matomo-org", "matomo" ]
When using the JS tracking setReferrerUrl seems to be ignored. ENV ``` Matomo 3.14.0 ``` CODE ``` var _paq = _paq || []; _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); if (document.referrer && document.referrer.search(/bad/ > -1) { console.log('Unsetting referrer, ...
setReferrerUrl is ignored
https://api.github.com/repos/matomo-org/matomo/issues/17047/comments
2
2021-01-05T16:27:41Z
2021-01-15T00:37:17Z
https://github.com/matomo-org/matomo/issues/17047
779,254,281
17,047
[ "matomo-org", "matomo" ]
Hi guys, Would it be possible to add the following metric AVG. TIME ON PAGE within the custom reports premium feature configuration. A client of mine would need to create a report with the following dimensions and metrics: - User ID - Page URL - Pageviews - AVG. TIME ON PAGE Thank you
Missing metric "AVG. TIME ON PAGE" within the custom reports
https://api.github.com/repos/matomo-org/matomo/issues/17046/comments
21
2021-01-05T15:59:29Z
2025-04-01T21:24:56Z
https://github.com/matomo-org/matomo/issues/17046
779,218,136
17,046
[ "matomo-org", "matomo" ]
I noticed that the segment graph for Checkout Success Suche intern (blue) is wrong since November 01, 2020. The comparison for "Checkout Success Suche intern" and "Checkout Success" (all checkouts) must be different like in October. Any idea? ![matomo-segments-compare](https://user-images.githubusercontent.com/25033...
Segment graph wrong since Matomo 4.0.3
https://api.github.com/repos/matomo-org/matomo/issues/17044/comments
10
2021-01-05T02:35:34Z
2023-12-14T03:14:48Z
https://github.com/matomo-org/matomo/issues/17044
778,523,105
17,044
[ "matomo-org", "matomo" ]
Currently there are various functions getRegionNames() which work for MaxMind/Wikipedia regions and get cropped to 3 chars at SQL schema. If Intranet Regions are longer this field must be increased in size. For example office regions are up to 20 chars in my use case. A patched version of GeoIp2 with adding https...
SQL fieldsize in log_visit for location_region to small
https://api.github.com/repos/matomo-org/matomo/issues/17042/comments
1
2021-01-04T22:47:35Z
2024-09-13T08:59:01Z
https://github.com/matomo-org/matomo/issues/17042
778,426,358
17,042
[ "matomo-org", "matomo" ]
Something strange, all my sites have similar settings and seam to work fine but one. ```bash $ curl 'https://stats.cantoute.com/matomo.php?action_name=Fabricant%20Tipi%20et%20Yourtes%20-%20Dessine%20moi%20une%20Yourte&idsite=8&rec=1&r=749736&h=16&m=50&s=57&url=https%3A%2F%2Fdessinemoiuneyourte.com%2Flang%2Ffr%2...
having all sites working but one... returning a 400 error
https://api.github.com/repos/matomo-org/matomo/issues/17037/comments
5
2021-01-02T21:00:32Z
2021-01-04T01:27:24Z
https://github.com/matomo-org/matomo/issues/17037
777,524,447
17,037
[ "matomo-org", "matomo" ]
see https://forum.matomo.org/t/512m-of-memory-limit-is-it-too-little/40047/5 No page takes 50 years to load, so I guess Matomo should not try to insert invalid values. > [28-Dec-2020 07:09:09 UTC] Error in Matomo (tracker): Error query: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for colu...
don't try to insert unrealistically high values for time_transfer and other performance metrics
https://api.github.com/repos/matomo-org/matomo/issues/17035/comments
14
2020-12-31T10:28:05Z
2024-01-10T18:11:59Z
https://github.com/matomo-org/matomo/issues/17035
776,909,880
17,035
[ "matomo-org", "matomo" ]
The `UserCountry` does not respect the `dp=1` query parameter and performs a reverse lookup to determine the country by provider information regardless. This adds 0.4s to each hit in my case. In addition the reverse DNS lookup is also performed if the IP is anonymized. A pull request fixing both problems is li...
UserCountry plugin slows down bulk tracking by performing DNS reverse lookups even if not allowed or possible
https://api.github.com/repos/matomo-org/matomo/issues/17034/comments
1
2020-12-31T01:29:58Z
2025-06-05T12:57:14Z
https://github.com/matomo-org/matomo/issues/17034
776,706,482
17,034
[ "matomo-org", "matomo" ]
Hi There, I'm trying to set up Matomo on windows 10 having NGINX 1.19.6 as the webserver , the Matomo files were downloaded on this server and unzipped to <webserver>/analytics/matomo location (C:\NGNIX2\nginx-1.19.6\analytics\matomo). When i hit the URL - http://localhost:82/analytics/matomo , but some how i ca...
Unable to start matomo on Windows 10
https://api.github.com/repos/matomo-org/matomo/issues/17032/comments
1
2020-12-30T18:27:01Z
2020-12-30T22:37:45Z
https://github.com/matomo-org/matomo/issues/17032
776,581,779
17,032
[ "matomo-org", "matomo" ]
I am doing right now a fresh installation of Matomo v4.1.0 ![grafik](https://user-images.githubusercontent.com/1645099/103351125-78fdfa00-4aa2-11eb-9973-ad0aa5f7cdde.png) and I got the information that I should delete vendor/bin/lessc ![grafik](https://user-images.githubusercontent.com/1645099/103351189-b06ca680...
File integrity: remove vendor/bin/lessc
https://api.github.com/repos/matomo-org/matomo/issues/17031/comments
1
2020-12-30T12:27:33Z
2020-12-30T22:35:26Z
https://github.com/matomo-org/matomo/issues/17031
776,432,606
17,031
[ "matomo-org", "matomo" ]
After running `console core:convert-to-utf8mb` to [convert the database to character set `utf8mb4`](https://matomo.org/faq/how-to-update/how-to-convert-the-database-to-utf8mb4-charset/) it looks like the default character set is still `latin`. ``` MariaDB [matomo]> SELECT @@character_set_database, @@collation_datab...
console core:convert-to-utf8mb does not changes database's character set
https://api.github.com/repos/matomo-org/matomo/issues/17030/comments
4
2020-12-30T11:42:45Z
2021-01-11T09:47:31Z
https://github.com/matomo-org/matomo/issues/17030
776,415,514
17,030
[ "matomo-org", "matomo" ]
Reported by a user: > 4.1.0 seem not to have a script for converting the database as described above. By executing > ./console core:convert-to-utf8mb4 > on the console I get an error: > [InvalidArgumentException] > Command "core:convert-to-utf8mb4" is not defined. But it is documented in https://matomo.org/fa...
Console command core:convert-to-utf8mb4 is not defined
https://api.github.com/repos/matomo-org/matomo/issues/17028/comments
1
2020-12-29T06:58:53Z
2020-12-29T07:34:32Z
https://github.com/matomo-org/matomo/issues/17028
775,735,996
17,028
[ "matomo-org", "matomo" ]
Hi there, I'd a question w.r.t batch tracking in Matomo. I've been using Matomo from quite a long time and now I'm implementing batch tracking for my website but I'm unable to add a configurable delay to send the queued requests. It's by default 1.75 seconds and there's no way for me to change it. Please let me kn...
No way to send batch events after a configured time
https://api.github.com/repos/matomo-org/matomo/issues/17027/comments
1
2020-12-29T06:14:25Z
2020-12-29T18:58:37Z
https://github.com/matomo-org/matomo/issues/17027
775,719,766
17,027
[ "matomo-org", "matomo" ]
I'm setting up SMTP email using the web interface (System > General settings > Email server settings) and it provides the option to set an SMTP From Address. It seems like this field sets the config option `noreply_email_address` ([global.ini.php#L474](https://github.com/matomo-org/matomo/blob/9790d90f876ae74b5770f23b...
Password recovery SMTP email configuration
https://api.github.com/repos/matomo-org/matomo/issues/17026/comments
4
2020-12-28T09:30:05Z
2021-01-12T02:08:45Z
https://github.com/matomo-org/matomo/issues/17026
775,302,966
17,026
[ "matomo-org", "matomo" ]
an FAQ explains how to add shopify ecommerce store page tracking with Matomo in https://matomo.org/faq/new-to-piwik/how-do-i-install-the-matomo-tracking-code-on-my-shopify-store/ and the FAQ says: > Currently Matomo does not have an eCommerce integration with Shopify, so Ecommerce tracking is not available. That’...
Explain how to track Ecommerce Orders in Shopify store (using image pixel tracking)
https://api.github.com/repos/matomo-org/matomo/issues/17024/comments
6
2020-12-28T00:59:14Z
2024-09-13T08:59:02Z
https://github.com/matomo-org/matomo/issues/17024
775,140,493
17,024
[ "matomo-org", "matomo" ]
I enable geoip2php, download the file and save the settings, then after at least one week it disables automatically and when navigating to the geo configuration page it shows this error message in red: `The configured geolocation provider geoip2php is not available anymore, please configure another one.` I ne...
Starting with php 7.3 on windows OS the geoip2php Update procedure is not working anymore.
https://api.github.com/repos/matomo-org/matomo/issues/17023/comments
20
2020-12-26T10:44:02Z
2021-01-17T02:10:40Z
https://github.com/matomo-org/matomo/issues/17023
774,856,259
17,023
[ "matomo-org", "matomo" ]
# Platform: Matomo 4.1.0 Ubuntu Server 18.04 Minimal ## Issue Cannot create a "segment" of visitors on Matomo dashboard, restricted to United States visitors, by "Country" ## Segment creation by country ![United](https://user-images.githubusercontent.com/62562712/103107489-6a2bc900-4604-11eb-9fdc-3921bb3ba369...
Segment --> Visitor Location --> Country --> United States is missing; by Country Code --> US is present
https://api.github.com/repos/matomo-org/matomo/issues/17020/comments
1
2020-12-24T22:28:25Z
2020-12-27T19:21:45Z
https://github.com/matomo-org/matomo/issues/17020
774,574,386
17,020
[ "matomo-org", "matomo" ]
I have newly installed Matomo via docker with FPM and Nginx. I was able to log in after setting it up and everything worked fine, but upon attempting to login the next day I see this error: ![image](https://user-images.githubusercontent.com/4472083/103103165-8d974980-45ed-11eb-8fc1-5283bc839e77.png) And in the Nginx ...
Cannot log in second time after fresh install v4.1.0
https://api.github.com/repos/matomo-org/matomo/issues/17019/comments
14
2020-12-24T18:47:25Z
2023-08-30T20:17:05Z
https://github.com/matomo-org/matomo/issues/17019
774,536,236
17,019
[ "matomo-org", "matomo" ]
Hello there 👋 My Matomo 4.1.0 (running on PHP 7.2.18) installation says "PerformanceAudit requires Piwik <4.0.0-b1." which prevents me from updating the plugin even though the plugin is available and released for Matomo 4.x as also seen in its [plugin.json](https://github.com/DevDavido/performance-audit-plugin/blo...
Plugin cannot update even though 4.x-dev branch/code exists
https://api.github.com/repos/matomo-org/matomo/issues/17018/comments
4
2020-12-24T12:00:29Z
2020-12-28T12:14:44Z
https://github.com/matomo-org/matomo/issues/17018
774,354,110
17,018
[ "matomo-org", "matomo" ]
Use case: Someone downloads a page from your website and stores it locally. Then the user opens it and the user will be tracked and the URL might look like ``` file:///C:/Users/myname/AppData/Local/... ``` This way we actually track personal data potentially by accident without knowing. * We would always ...
JS tracker should not track anything when the protocol is file:// to avoid tracking personal data by accident
https://api.github.com/repos/matomo-org/matomo/issues/17017/comments
13
2020-12-24T02:16:17Z
2023-12-21T11:08:29Z
https://github.com/matomo-org/matomo/issues/17017
774,135,056
17,017
[ "matomo-org", "matomo" ]
I was having trouble figuring out why I couldn't send email via `127.0.0.1:25` only to figure out PHPMailer thinks my local Postfix accepts encryption. To workaround this issue, I had to install my certificate within Postfix and access via `domain.com:25` There is probably misconfiguration in my local Postfix, bu...
Matomo doesn't respect SMTP Encryption Method setting
https://api.github.com/repos/matomo-org/matomo/issues/17015/comments
5
2020-12-23T22:43:54Z
2021-01-05T01:08:04Z
https://github.com/matomo-org/matomo/issues/17015
774,078,658
17,015
[ "matomo-org", "matomo" ]
Similarly to how we used to display "average generation time" sparkline + graph metric picker in the "Visitors > Overview" report, it would be very valuable to now display the "average page load time" sparkline + graph metric in the "Visitors > Overview". It's valuable because page speed is a really key metric of a ...
Show "average page load time" in Visitors > Overview report (sparkline and metric picker for graph)
https://api.github.com/repos/matomo-org/matomo/issues/17013/comments
3
2020-12-23T20:56:43Z
2024-11-24T22:50:39Z
https://github.com/matomo-org/matomo/issues/17013
774,039,281
17,013
[ "matomo-org", "matomo" ]
The metric **Page load time** is defined as `How long it takes to load the whole page, from requesting a page until it is fully rendered within the browser. This is the sum of all previous metrics.` When looking at some of the websites reports, it seems this metric is (sometimes?) calculated wrongly. For example ...
Improve average page load time query accuracy (reporting too low in some cases)
https://api.github.com/repos/matomo-org/matomo/issues/17012/comments
2
2020-12-23T20:51:48Z
2022-02-01T01:22:12Z
https://github.com/matomo-org/matomo/issues/17012
774,037,390
17,012
[ "matomo-org", "matomo" ]
The new report "Performance overview" is very helpful and currently documented in https://matomo.org/faq/how-to/how-do-i-see-page-performance-reports/ it would be helpful to also document the meaning of the performance overview metrics when hovering on the metrics, in a tooltip. Note: the metrics documentation t...
Show description of page performance metrics as a tooltip on hover
https://api.github.com/repos/matomo-org/matomo/issues/17011/comments
0
2020-12-23T20:32:49Z
2024-11-24T22:50:42Z
https://github.com/matomo-org/matomo/issues/17011
774,028,750
17,011
[ "matomo-org", "matomo" ]
As a user, when i'm viewing a period where the "average generation time" is zero, for example under "Visitors > Overview", it would be helpful if: 1. the sparkline "0 average generation time" is hidden 2. and "Avg generation time" metric is removed from graphs metric picker Context: currently this metric is sh...
When "average generation time" is zero, hide the sparkline and "Avg generation time" graphs metric from picker
https://api.github.com/repos/matomo-org/matomo/issues/17010/comments
7
2020-12-23T20:25:12Z
2021-10-07T00:38:25Z
https://github.com/matomo-org/matomo/issues/17010
774,025,433
17,010
[ "matomo-org", "matomo" ]
I love Matomo and how it complies to GDPR for my visitors.... BUT: why would you track my server ip, url and installation details during your Version checking? in /plugins/CoreUpdater/ReleaseChannel.php you add these params: ``` 'piwik_version' => Version::VERSION, 'php_version' => PHP_VERSION, 'mysql_...
Stop tracking Matomo installation IP/URL/Details
https://api.github.com/repos/matomo-org/matomo/issues/17007/comments
2
2020-12-23T11:44:18Z
2024-09-05T02:13:27Z
https://github.com/matomo-org/matomo/issues/17007
773,694,921
17,007
[ "matomo-org", "matomo" ]
When clicking on "Open page performance report" from a page report such as "Pages" or "Entry Pages" with a date range selected the following error is shown: `Error: Please specify a value for 'date'.` ![image](https://user-images.githubusercontent.com/20905821/102948594-1e592100-452b-11eb-920f-bbda87a77315.png) ...
Error when viewing Page performance report with "Date Range"
https://api.github.com/repos/matomo-org/matomo/issues/17003/comments
0
2020-12-23T01:28:59Z
2021-01-01T05:04:06Z
https://github.com/matomo-org/matomo/issues/17003
773,352,531
17,003
[ "matomo-org", "matomo" ]
I tried to play with the [UserId feature](https://matomo.org/docs/user-id/) on Matomo 4.1.0 and I discovered that the statistics are differents if you track a Website vs an Intranet website. #### Stats when tracking an Intranet 1. Navigate to the home page with Edge browser - 1 visit with 1 action with unknown ...
Disparity on how Intranet and Web sites deal with UserId
https://api.github.com/repos/matomo-org/matomo/issues/17002/comments
6
2020-12-22T21:57:12Z
2024-09-13T08:59:02Z
https://github.com/matomo-org/matomo/issues/17002
773,277,168
17,002
[ "matomo-org", "matomo" ]
I embed the Multisite Widget into an Ifram on my page. The iframe is showing nicely all websites with a view permission. So far so good. The problem begins if I click on a website link. I get redirected and have to login. It would be much better if the auth_token is added to the dashboard deeplinks. This will make it ...
When embedding a widget with the "Multisites" report (All websites), the links are not working
https://api.github.com/repos/matomo-org/matomo/issues/17001/comments
1
2020-12-22T15:03:09Z
2024-09-13T08:59:03Z
https://github.com/matomo-org/matomo/issues/17001
773,012,956
17,001
[ "matomo-org", "matomo" ]
hello all, I need your help. We set up a new Matomo server at the beginning of the year. We have deployed the app in the AppCatalog (online and onPrem). The pages where we have installed the Matomo app are still being tracked without any problems. In Sharepoint Online we now have problems with newly rolled out page...
Matomo App Version 1.002 on a Sharepoint Online Site will not load
https://api.github.com/repos/matomo-org/matomo/issues/17000/comments
2
2020-12-22T14:28:24Z
2020-12-22T20:24:25Z
https://github.com/matomo-org/matomo/issues/17000
772,987,865
17,000
[ "matomo-org", "matomo" ]
Matomo 4.1.0 (Upgraded from 4.0.5) It was showing yesterday's analytics data rather than selected day (always showing data from a day before) on some part of the dashboard. Screenshot attached. <img width="1250" alt="Screen Shot 2020-12-22 at 23 14 48" src="https://user-images.githubusercontent.com/24265629/10289...
4.1.0 Data from "Channel Types" and others are showing Yesterday's data while some other part are showing today's data
https://api.github.com/repos/matomo-org/matomo/issues/16999/comments
15
2020-12-22T14:28:20Z
2021-01-15T10:11:46Z
https://github.com/matomo-org/matomo/issues/16999
772,987,821
16,999
[ "matomo-org", "matomo" ]
Hello I just tried to update matomo this morning from 3.14.1 to version 4.0 and I get this error when I run php /home/matomo/www/matomo/console core:update ``` [X] Critical Error during the update process: * /home/matomo/www/matomo/core/Updates/4.0.0-b1.php: Error trying to execute the migration '...
SQLSTATE[42S22] when upgrade to matomo 4
https://api.github.com/repos/matomo-org/matomo/issues/16998/comments
2
2020-12-22T10:38:25Z
2021-01-15T00:36:55Z
https://github.com/matomo-org/matomo/issues/16998
772,839,371
16,998
[ "matomo-org", "matomo" ]
Matomo 3.14.1 to 4.0.5 : We have hundreds of Wordpress websites using Matomo 3.14.1, with a custom plugin displaying an iFrame in dashboard with Widget iframed: `https://website.url/piwik/index.php?module=Widgetize&action=iframe&widget=1&moduleToWidgetize=VisitsSummary&actionToWidgetize=getSparklines&idSite=1&perio...
enable_framed_allow_write_admin_token_auth not working
https://api.github.com/repos/matomo-org/matomo/issues/16993/comments
5
2020-12-21T15:21:30Z
2021-01-27T19:43:23Z
https://github.com/matomo-org/matomo/issues/16993
772,247,392
16,993
[ "matomo-org", "matomo" ]
After Matomo 4 upgrade, we got many reports that the "Export URL" feature is now confusing and people can't figure it out. What's happening is that people expect to be able to copy paste the “Export URL”, and send it to others, but it doesn’t work anymore to use this URL. (since Matomo 4, the token_auth only works fo...
When showing the Export URL, clarify that users must use their app token (instead of displaying a token_auth that only works in their session)
https://api.github.com/repos/matomo-org/matomo/issues/16990/comments
2
2020-12-21T02:40:08Z
2021-03-15T12:43:38Z
https://github.com/matomo-org/matomo/issues/16990
771,790,787
16,990
[ "matomo-org", "matomo" ]
This is one thing that in my opinion would make developing CSS in Matomo a lot easier and more fun. And now that we are using `wikimedia/less.php` it is finally possible to achieve: Issues like https://github.com/matomo-org/matomo/issues/16983 are unnecessarily hard to debug as all you see in the browser developer ...
support CSS sourcemaps
https://api.github.com/repos/matomo-org/matomo/issues/16985/comments
1
2020-12-20T11:55:31Z
2024-09-13T08:59:04Z
https://github.com/matomo-org/matomo/issues/16985
771,572,100
16,985
[ "matomo-org", "matomo" ]
I noticed our Cronlogs always said "0 out of 4 archivers running currently" - regardless of the actual number of running archivers. This was, because our cron for the core:archive job had the matomo-domain parameter in front of the core:archive command: `console --matomo-domain=my.matomodomain.com -vvv core:archive...
core:archive reports "0 out of 4 archivers running currently" when --matomo-domain parameter is at the start of the command
https://api.github.com/repos/matomo-org/matomo/issues/16984/comments
1
2020-12-20T11:47:09Z
2020-12-21T22:24:45Z
https://github.com/matomo-org/matomo/issues/16984
771,570,805
16,984
[ "matomo-org", "matomo" ]
The page for editing should look like this: ![screenshot](https://static.matomo.org/wp-content/uploads/2013/09/Screenshot-from-2019-07-15-22-40-58.png) (from https://matomo.org/docs/email-reports/) On both 4.0.5 and 4.x-dev the radio buttons are currently missing: ![grafik](https://user-images.githubuserconte...
"Create and Schedule a report" page missing radio buttons
https://api.github.com/repos/matomo-org/matomo/issues/16983/comments
0
2020-12-20T11:36:43Z
2020-12-20T23:51:32Z
https://github.com/matomo-org/matomo/issues/16983
771,569,225
16,983
[ "matomo-org", "matomo" ]
Matomo 4.0.5. Hi, how can i prevent the “1 action 0 seconds” visitor stats? I have added this code snipped: ``` window.addEventListener('beforeunload', function(e) { _paq.push(['ping']); }); ``` and i have a mouseleave event arranged. Both have an effect of the stats, but i have still “1 action 0 seconds” v...
Prevent 1 action 0 seconds stats
https://api.github.com/repos/matomo-org/matomo/issues/16982/comments
3
2020-12-19T18:26:09Z
2024-01-03T05:08:14Z
https://github.com/matomo-org/matomo/issues/16982
771,430,119
16,982
[ "matomo-org", "matomo" ]
The following warning is logged when running the web UI updater: WARNING | CoreUpdater | 2020-12-19 17:05:44 UTC | e415b | /var/www/matomo/vendor/wikimedia/less.php/lib/Less/Tree/Directive.php(20): Deprecated - Required parameter $rules follows optional parameter $value - Matomo 4.1.0-b2 -- | -- | -- | -- | -- T...
Update wikimedia/less.php dependency to v3.1.0 or above
https://api.github.com/repos/matomo-org/matomo/issues/16981/comments
1
2020-12-19T17:16:29Z
2020-12-21T22:30:26Z
https://github.com/matomo-org/matomo/issues/16981
771,418,560
16,981
[ "matomo-org", "matomo" ]
Our log import (matomo-4.0.5) failed last night with the following error, ``` ERROR BulkTracking[2020-12-19 07:55:01 UTC] [a1651] Exception: /var/www/viabit.com/analytics/public/core/Tracker/Db/Pdo/Mysql.php(238): Error query: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xF0\x9F\x92\x95\...
Log import: invalid datetime format
https://api.github.com/repos/matomo-org/matomo/issues/16980/comments
14
2020-12-19T16:35:21Z
2021-04-05T20:25:21Z
https://github.com/matomo-org/matomo/issues/16980
771,411,688
16,980
[ "matomo-org", "matomo" ]
I upgraded Matomo to the first beta of 4.1.0 and sadly as well migrated to PHP8.0, so I'm not quite sure which one of both is responsible for the error messages I get now: ``` ERROR | Piwik\ExceptionHandler | 2020-12-17 23:16:12 UTC | bd4c8 | AND idarchive < ?' at line 3 ERROR | Piwik\ExceptionHandler | 2020-12-17 2...
MySQLi syntax error "AND idarchive < ?' at line 3"
https://api.github.com/repos/matomo-org/matomo/issues/16978/comments
1
2020-12-18T21:29:38Z
2020-12-21T22:23:27Z
https://github.com/matomo-org/matomo/issues/16978
771,180,347
16,978
[ "matomo-org", "matomo" ]
Just a very quick idea before I forget it: It would be great if all mails sent by Matomo would contain a valid List-Unsubscribe-Header so that one could really easily unsubscribe from them once one doesn't need them anymore.
support List-Unsubscribe-Header for outgoing E-Mails
https://api.github.com/repos/matomo-org/matomo/issues/16975/comments
0
2020-12-18T00:08:30Z
2024-01-03T05:08:14Z
https://github.com/matomo-org/matomo/issues/16975
770,465,547
16,975
[ "matomo-org", "matomo" ]
@diosmosis I think there might be a bug which we noticed on cloud as in https://github.com/matomo-org/matomo/blob/4.x-dev/core/CliMulti/RequestParser.php#L63-L96 it’s maybe not checking the instanceId of a matomo anymore when checking if an archive is already running. Basically, if the current instance defines an in...
core:archive Detection of archive process already in progress does not check for instance ID
https://api.github.com/repos/matomo-org/matomo/issues/16973/comments
0
2020-12-17T22:23:33Z
2020-12-21T22:35:16Z
https://github.com/matomo-org/matomo/issues/16973
770,418,939
16,973
[ "matomo-org", "matomo" ]
Seems some of our goal metrics currently have fixed names and documentation in English and are not translatable. See https://github.com/matomo-org/matomo/blob/7edc2c9864f1b2fe43324f247ea82564d1112319/plugins/Goals/Goals.php#L140-L178
Some goal metrics are not translatable
https://api.github.com/repos/matomo-org/matomo/issues/16969/comments
0
2020-12-17T09:55:42Z
2024-11-25T21:08:44Z
https://github.com/matomo-org/matomo/issues/16969
769,793,437
16,969
[ "matomo-org", "matomo" ]
Hi, would you accept a pull request that extends on PR https://github.com/matomo-org/matomo/pull/13219 to add an Imprint URL to `Template.pageFooter` and settings? Reasoning: Most sites I know of have distinct pages for data privacy policy, terms & conditions and the imprint and right now there is no way to link ...
Add imprint URL to Template.pageFooter
https://api.github.com/repos/matomo-org/matomo/issues/16965/comments
2
2020-12-15T18:16:11Z
2020-12-31T02:34:33Z
https://github.com/matomo-org/matomo/issues/16965
767,960,169
16,965
[ "matomo-org", "matomo" ]
I used the HTTP server modul on a hosted server until Matomo 4.0.0. After upgrading to 4.0.0 that doesn't work anymore and I installed the DBIP City Lite database. In the administration settings my location Siegen is recognized correctly (see screenshot), but if I go to Visitors > Cities there are no new entries for Si...
GeoIP location not working correctly since Matomo 4.0.0
https://api.github.com/repos/matomo-org/matomo/issues/16964/comments
10
2020-12-15T17:14:12Z
2020-12-18T02:24:30Z
https://github.com/matomo-org/matomo/issues/16964
767,851,828
16,964
[ "matomo-org", "matomo" ]
The "archive_blob" & "archive_numeric" tables associated with Matomo Wordpress Plugin are showing up from 2014_01 though it is configured 2 months back for the website [https://kochi2ladakh.com/](https://kochi2ladakh.com/) archive_blob : 47 tables found in the DB archive_numeric : 47 tables found in the DB Mat...
archive_blob & archive_numeric tables are showing up from 2014_01 though Matomo is configured 2 months back.
https://api.github.com/repos/matomo-org/matomo/issues/16963/comments
4
2020-12-15T15:23:04Z
2024-01-03T05:08:13Z
https://github.com/matomo-org/matomo/issues/16963
767,704,872
16,963
[ "matomo-org", "matomo" ]
I have installed a fresh copy downloaded and unzipped directly from your server to the server using ssh. The Core plugin Provider was installed direct from marketplace. System check now shows the following error: `File size mismatch: /home/eajglobal-net/matomo/plugins/Provider/Provider.php (expected length: 3479, ...
File Integrity: Core Plugin: Provider
https://api.github.com/repos/matomo-org/matomo/issues/16962/comments
2
2020-12-15T14:30:04Z
2021-09-06T08:34:24Z
https://github.com/matomo-org/matomo/issues/16962
767,652,103
16,962
[ "matomo-org", "matomo" ]
I implemented the Matomo to my Sharepoint 2013 site using the 3rd option given in the link []( https://matomo.org/faq/how-to-install/faq_19424/ ) But I don't see any data in Matomo Dashboard for mysite. Following the below step : a) Get the tracking code for your website log in to Matomo (Piwik) with your admin or...
No data has been recorded yet, get set up below in Matomo Dashboard for Sharepoint 2013 site
https://api.github.com/repos/matomo-org/matomo/issues/16961/comments
1
2020-12-15T12:50:58Z
2020-12-16T01:39:10Z
https://github.com/matomo-org/matomo/issues/16961
767,560,056
16,961