issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 262k ⌀ | issue_title stringlengths 1 1.02k | issue_comments_url stringlengths 53 116 | issue_comments_count int64 0 2.49k | issue_created_at stringdate 1999-03-17 02:06:42 2025-06-23 11:41:49 | issue_updated_at stringdate 2000-02-10 06:43:57 2025-06-23 11:43:00 | issue_html_url stringlengths 34 97 | issue_github_id int64 132 3.17B | issue_number int64 1 215k |
|---|---|---|---|---|---|---|---|---|---|
[
"matomo-org",
"matomo"
] | Hi,
When upgrade to > Matomo database will be upgraded from version 3.14.1 to the new version 4.0.5.
I've seen an error in error log [mariadb]
> 2020-12-15 2:31:19 344 [ERROR] InnoDB: Cannot add field `custom_var_k4` in table `piwik`.`piwik_log_visit` because after adding it, the row size is 8671 which is gre... | Database upgrade row size error on table piwik_log_visit | https://api.github.com/repos/matomo-org/matomo/issues/16959/comments | 1 | 2020-12-15T10:25:46Z | 2020-12-16T01:45:53Z | https://github.com/matomo-org/matomo/issues/16959 | 767,432,784 | 16,959 |
[
"matomo-org",
"matomo"
] | When sending an API request to Referrers.getAll, the results returned include: Websites, Social Networks, Campaigns, "no referrer", & Keyword/Search Engines
I'm trying to display a list of referrers from the data that is returned.
For websites and social networks I can display the "URL" as the referrer.
For campai... | Referrers.getAll doesn't return search engines | https://api.github.com/repos/matomo-org/matomo/issues/16956/comments | 4 | 2020-12-15T01:41:01Z | 2020-12-15T14:19:56Z | https://github.com/matomo-org/matomo/issues/16956 | 767,078,193 | 16,956 |
[
"matomo-org",
"matomo"
] | @diosmosis just looking at some DB performance insights where a lot of new options are showing up in the top queries.
Then looked where they are used and wasn't really understanding what they do and whether they even need to be cached in an option.
* What does the last invalidation time do in https://github.com/m... | Provide more documentation on some archiving behaviour | https://api.github.com/repos/matomo-org/matomo/issues/16955/comments | 11 | 2020-12-15T00:13:03Z | 2021-10-06T02:42:36Z | https://github.com/matomo-org/matomo/issues/16955 | 767,040,472 | 16,955 |
[
"matomo-org",
"matomo"
] | See https://github.com/matomo-org/matomo/blob/4.0.5/plugins/PrivacyManager/Controller.php#L189 where it uses hard coded the path to `/matomo.js`. However, the path may be changed through DI like this:
```
'Piwik\Plugins\CustomJsTracker\TrackerUpdater' => DI\decorate(function ($previous) {
$to = PIWIK... | Privacy manager JS tracker writable check uses wrong file | https://api.github.com/repos/matomo-org/matomo/issues/16953/comments | 0 | 2020-12-14T19:50:32Z | 2020-12-17T19:09:17Z | https://github.com/matomo-org/matomo/issues/16953 | 766,868,169 | 16,953 |
[
"matomo-org",
"matomo"
] | Hi everyone, I would like to track some events from the server side, and before Matomo I was unable to do it because of this issue : https://github.com/matomo-org/matomo/issues/15593
Now the problem is gone, but the behavior describe [here](https://fr.matomo.org/docs/user-id/#how-requests-with-a-user-id-are-tracked)... | Matomo 4 doesn't merge not logged visits when a user logs-in | https://api.github.com/repos/matomo-org/matomo/issues/16949/comments | 12 | 2020-12-14T10:25:31Z | 2023-06-29T09:29:29Z | https://github.com/matomo-org/matomo/issues/16949 | 766,256,038 | 16,949 |
[
"matomo-org",
"matomo"
] | Hello, I'd like to install Matomo on my server but I am surprised to see only a tutorial asking me to install Php, Mysql etc by hand as in the past. Isn't there any snap package, or flatpack, or docker image, or anything? | Other installation options? | https://api.github.com/repos/matomo-org/matomo/issues/16948/comments | 2 | 2020-12-14T07:55:35Z | 2020-12-15T04:55:35Z | https://github.com/matomo-org/matomo/issues/16948 | 766,071,533 | 16,948 |
[
"matomo-org",
"matomo"
] | Hi @Richard Stark
Some text sections are not displayed properly in the reports. Especially, the non-English characters are not able to display in the report. Kindly advise how to solve it.
We are currently using Matomo 3.5.1.
[431_20201214.pdf](https://github.com/matomo-org/matomo/files/5686233/431_20201214.pdf... | Non-English characters are not able to display in the report | https://api.github.com/repos/matomo-org/matomo/issues/16945/comments | 1 | 2020-12-14T03:10:06Z | 2020-12-14T21:41:59Z | https://github.com/matomo-org/matomo/issues/16945 | 765,819,040 | 16,945 |
[
"matomo-org",
"matomo"
] | Hi there,
since the last Matomo update 4.0.4. I am not able to login into my account because of this warning:
<img width="1436" alt="Bildschirmfoto 2020-12-13 um 18 20 39" src="https://user-images.githubusercontent.com/75946336/102018861-3cc35d80-3d70-11eb-9d4c-fc99f3a61b07.png">
I am not able to reject the w... | Unable to login to Matomo since the last update and unable to update to Matomo version 4.0.5 | https://api.github.com/repos/matomo-org/matomo/issues/16944/comments | 3 | 2020-12-13T17:31:22Z | 2020-12-14T21:58:50Z | https://github.com/matomo-org/matomo/issues/16944 | 765,549,911 | 16,944 |
[
"matomo-org",
"matomo"
] | Hello,
I use a combination of the HTTP Tracking API with PHP and the JavaScript Tracker. The PHP side tracks page views, ECommerce and other events, so that every page view and transaction is reported and not lost by users blocking the JavaScript tracker. In addition to the PHP side, the JavaScript tracker tracks th... | Enable tracking performance and browser plugins without pageview (offer ability to force a specific page view ID in JS tracker) | https://api.github.com/repos/matomo-org/matomo/issues/16942/comments | 13 | 2020-12-13T00:15:09Z | 2021-08-04T21:02:09Z | https://github.com/matomo-org/matomo/issues/16942 | 764,631,104 | 16,942 |
[
"matomo-org",
"matomo"
] | In "acquisition" > "all channels" metrics show up correctly. I.e. "facette2020beitrag" sums up to 2.688 visits from Dec 1st - Dec 10th.
BUT: In "acquisition" > "campaigns" all metrics show up too low. I.e. "facette2020beitrag" sums up to 36 visits from Dec 1st - Dec 10th.
If you click here on the green icon (trans... | Campaign metrics are in some widgets too low | https://api.github.com/repos/matomo-org/matomo/issues/16939/comments | 6 | 2020-12-11T21:04:45Z | 2023-05-16T08:21:09Z | https://github.com/matomo-org/matomo/issues/16939 | 762,902,675 | 16,939 |
[
"matomo-org",
"matomo"
] | After each of the last few upgrades I receive various File Integrity Errors. After the latest upgrade to 5.0.4 I received the messages below.
I DO delete these files and directories after upgrading, but various files/directories appear on the next upgrade.
Either these are added by Matomo and should be marke... | File Integrity Issues after Upgrade | https://api.github.com/repos/matomo-org/matomo/issues/16938/comments | 13 | 2020-12-11T16:17:32Z | 2021-01-10T19:38:07Z | https://github.com/matomo-org/matomo/issues/16938 | 762,559,367 | 16,938 |
[
"matomo-org",
"matomo"
] | Hello,
since the update to 4.0.5 I get these error message from cron (and also in the web ui):
> ERROR [2020-12-11 11:00:12] 4020 Uncaught exception: core/Date.php(160): The date '1970-01-01' is a date before first website was online. Try date that's after Aug 6, 1991 (timestamp 681436800).: 2
> The date '1970... | Uncaught exception: Date.php: The date '1970-01-01' is a date before first website was online. | https://api.github.com/repos/matomo-org/matomo/issues/16937/comments | 5 | 2020-12-11T11:31:19Z | 2020-12-15T22:00:09Z | https://github.com/matomo-org/matomo/issues/16937 | 762,260,490 | 16,937 |
[
"matomo-org",
"matomo"
] | I noticed a drop of visitors on my website and a sudden spike of [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) reports after upgrading to Matomo 4.
It seems like the `sendBeacon` call instead of the old tracking method is the culprit. If I'm not mistaken, the previous tracker loaded an image (which ha... | Version 4 can break websites with a Content Security Policy | https://api.github.com/repos/matomo-org/matomo/issues/16935/comments | 6 | 2020-12-10T21:53:53Z | 2020-12-23T03:20:16Z | https://github.com/matomo-org/matomo/issues/16935 | 761,647,311 | 16,935 |
[
"matomo-org",
"matomo"
] | I'm not sure if this is because of better tracking under matomo 4 or a bug/issue. See below photo (you can tell when we deploy matomo 4)
<img width="431" alt="Screenshot 2020-12-10 at 13 37 44" src="https://user-images.githubusercontent.com/5727000/101779226-e4305e00-3aec-11eb-949c-73513fb74fd4.png">
We did disab... | After updating to matomo 4, visitors seems to have gone down | https://api.github.com/repos/matomo-org/matomo/issues/16933/comments | 17 | 2020-12-10T13:41:14Z | 2022-07-09T07:48:25Z | https://github.com/matomo-org/matomo/issues/16933 | 761,251,351 | 16,933 |
[
"matomo-org",
"matomo"
] | Output from import_logs.py:
<pre>Processing your log data
------------------------
In order for your logs to be processed by Matomo, you may need to run the following command:
./console core:archive --force-all-websites --force-all-periods=315576000 --force-date-last-n=1000 --url='URL'</pre>
Corresp... | import_logs.py instructs to use --force-all-periods but core:archive says that switch DNE | https://api.github.com/repos/matomo-org/matomo/issues/16931/comments | 2 | 2020-12-10T03:11:07Z | 2021-01-15T01:00:42Z | https://github.com/matomo-org/matomo/issues/16931 | 760,844,530 | 16,931 |
[
"matomo-org",
"matomo"
] | I'm using the Docker image. After upgrade the image to the latest version and upgrade my container, this one does not up anymore... I can not access to the bash neither.
Seriously, I will stop to upgrade my instance because each time I have this kind of surprise:
```
rsync: chgrp "/bitnami/matomo/plugins/Visitor... | Cannot upgrade to Matomo 4.0.5 | https://api.github.com/repos/matomo-org/matomo/issues/16929/comments | 1 | 2020-12-09T17:05:18Z | 2020-12-15T06:36:51Z | https://github.com/matomo-org/matomo/issues/16929 | 760,507,130 | 16,929 |
[
"matomo-org",
"matomo"
] | As per the documentation https://matomo.org/docs/update/#the-manual-three-step-update, it's possible to update matomo and run the database migrations without disabling tracking.
However, running `core:convert-to-utf8mb4` disables tracking completely, runs the utf8mb4 migrations and enables tracking again.
Maybe ther... | core:convert-to-utf8mb4 disables tracking | https://api.github.com/repos/matomo-org/matomo/issues/16928/comments | 1 | 2020-12-09T14:33:03Z | 2020-12-09T14:44:18Z | https://github.com/matomo-org/matomo/issues/16928 | 760,381,774 | 16,928 |
[
"matomo-org",
"matomo"
] | After upgrading from 3.5.x to 4.0.5 today, the `console queuedtracking:process` died with this error:
```
Starting to process request sets, this can take a while
Uncaught exception in /path/to/matomo/installation/plugins/VisitorInterest/Columns/VisitsByDaysSinceLastVisit.php line 38:
Call to undefined method Piwik\... | After updating to 4.0.5, plugin file VisitsByDaysSinceLastVisit.php is not deleted | https://api.github.com/repos/matomo-org/matomo/issues/16927/comments | 4 | 2020-12-09T14:28:19Z | 2021-01-04T13:09:30Z | https://github.com/matomo-org/matomo/issues/16927 | 760,377,871 | 16,927 |
[
"matomo-org",
"matomo"
] | It seems that there is a problem with the user_token_auth while importing log via the python logimporter.
While looking at the SQL processlist I see several UPDATE queries for the matomo_user_token_auth table, they run the entire time until the timeout:
`[09-Dec-2020 09:28:08 UTC] Error in Matomo (tracker): Error ... | Tons of "General error: 1205" in php error log while importing via the python log importer | https://api.github.com/repos/matomo-org/matomo/issues/16924/comments | 17 | 2020-12-09T12:00:18Z | 2020-12-16T01:43:19Z | https://github.com/matomo-org/matomo/issues/16924 | 760,268,416 | 16,924 |
[
"matomo-org",
"matomo"
] | When someone wants to create a plugin and is using the Matomo version from matomo.zip, they probably get an error like this one:
>Uncaught exception: Error: Class 'Piwik\Plugins\ExamplePlugin\ExamplePlugin' not found
This is expected as Matomo doesn't ship with the Example* plugins anymore, but doesn't help the p... | replace generate:plugin warning with pointer to guide | https://api.github.com/repos/matomo-org/matomo/issues/16922/comments | 4 | 2020-12-09T11:26:02Z | 2021-08-25T22:48:46Z | https://github.com/matomo-org/matomo/issues/16922 | 760,246,126 | 16,922 |
[
"matomo-org",
"matomo"
] | Error on Cloud:
Error: {"message":"Call to a member function setColumn() on boolean","file":"\/var\/www\/html\/plugins\/Referrers\/API.php","line":765,"request_id":"5d68e","backtrace":" on \/var\/www\/html\/plugins\/Referrers\/API.php(765)\n#0 \/var\/www\/html\/plugins\/Referrers\/API.php(770): Piwik\\Plugins\\Refe... | Call to a member function setColumn() on boolean in plugins/Referrers/API.php | https://api.github.com/repos/matomo-org/matomo/issues/16919/comments | 1 | 2020-12-09T09:40:06Z | 2024-09-13T08:59:04Z | https://github.com/matomo-org/matomo/issues/16919 | 760,168,952 | 16,919 |
[
"matomo-org",
"matomo"
] | Error seen on Cloud:
Error: {"message":"Call to a member function getDateStart() on boolean","file":"\/var\/www\/html\/core\/DataTable\/Renderer\/Rss.php","line":62,"request_id":"1e86d","backtrace":" on \/var\/www\/html\/core\/DataTable\/Renderer\/Rss.php(62)\n#0 \/var\/www\/html\/core\/DataTable\/Renderer\/Rss.php... | Call to a member function getDateStart() on boolean DataTable/Renderer/Rss.php | https://api.github.com/repos/matomo-org/matomo/issues/16918/comments | 1 | 2020-12-09T09:26:26Z | 2024-09-13T08:59:05Z | https://github.com/matomo-org/matomo/issues/16918 | 760,159,087 | 16,918 |
[
"matomo-org",
"matomo"
] | In `Model::getArchiveIdAndVisits()` we look for an archive ID and some related metrics in the archive. The query used can potentially scan thousands or more rows just to look for a couple bits of data, due mostly to us not being able to add name to the index.
A possible solution would be to use an approach similar t... | Possible archiving query optimization | https://api.github.com/repos/matomo-org/matomo/issues/16916/comments | 1 | 2020-12-09T00:28:12Z | 2024-01-03T03:34:18Z | https://github.com/matomo-org/matomo/issues/16916 | 759,888,884 | 16,916 |
[
"matomo-org",
"matomo"
] | I have many small website on my matomo server.
I would like to manage common segments server wide rather than site by site.
Ideally, i would like to choose segments on MultiSites dashboard to compare with more usefull data.
Is it possible yet ? | Select segments on all websites dashboard | https://api.github.com/repos/matomo-org/matomo/issues/16915/comments | 2 | 2020-12-08T20:32:15Z | 2024-09-13T08:59:05Z | https://github.com/matomo-org/matomo/issues/16915 | 759,758,367 | 16,915 |
[
"matomo-org",
"matomo"
] | I'm hosting somes website on my server and i've added a matomo to track activity on them ( parsing server log with https://github.com/matomo-org/matomo-log-analytics ).
When i log-in matomo, i would like to go to the Multi Sites dashboard rather than the first i've added in matomo webui.
And the same when i clic on... | MultiSites as matomo homepage | https://api.github.com/repos/matomo-org/matomo/issues/16914/comments | 2 | 2020-12-08T20:28:19Z | 2020-12-08T20:45:33Z | https://github.com/matomo-org/matomo/issues/16914 | 759,755,909 | 16,914 |
[
"matomo-org",
"matomo"
] | Can we maybe first check if there are any request parameters in the request processor before executing a select on every non page view tracking request? This would reduce CPU and load on a DB server quite a bit and make tracking faster. | Performance plugin causes select query in request processor | https://api.github.com/repos/matomo-org/matomo/issues/16912/comments | 0 | 2020-12-08T19:40:37Z | 2020-12-11T09:08:15Z | https://github.com/matomo-org/matomo/issues/16912 | 759,724,889 | 16,912 |
[
"matomo-org",
"matomo"
] | After update to 4.0.4 from 3.14.1
On the console only this will logged:
```
Uncaught exception: Call to undefined method DI\ContainerBuilder::setDefinitionCache()
in /var/www/matomo/core/Container/ContainerFactory.php line 69
#0 /var/www/matomo/core/Application/Environment.php(141): Piwik\Container\ContainerFact... | Installation broken with "Uncaught exception: Call to undefined method DI\ContainerBuilder::setDefinitionCache()" after update to 4.0.4 | https://api.github.com/repos/matomo-org/matomo/issues/16907/comments | 9 | 2020-12-08T06:54:45Z | 2020-12-11T01:20:39Z | https://github.com/matomo-org/matomo/issues/16907 | 759,126,788 | 16,907 |
[
"matomo-org",
"matomo"
] | When I came to the office this morning I noticed that our matomo instance is no longer tracking requests. Which is pretty strange since everything was fine yesterday. I looked into the logs and found that the DeviceDetector had started to cause an error:
```logs
PHP Fatal error: Uncaught TypeError: Return value of... | Device Detection broken | https://api.github.com/repos/matomo-org/matomo/issues/16906/comments | 2 | 2020-12-08T06:41:04Z | 2020-12-08T09:50:01Z | https://github.com/matomo-org/matomo/issues/16906 | 759,115,721 | 16,906 |
[
"matomo-org",
"matomo"
] | see https://github.com/matomo-org/wp-matomo/issues/233
Need to do this in a major release. Should investigate if we can make this work. We'd only prefix vendor libraries. Could use `Matomo` or `MatomoLib` or something as prefix. eg `Di\object` then becomes `Matomo\Di\object`. To have it actually useful in developmen... | Prefix all our vendor libs | https://api.github.com/repos/matomo-org/matomo/issues/16905/comments | 24 | 2020-12-08T02:32:17Z | 2024-02-06T10:14:22Z | https://github.com/matomo-org/matomo/issues/16905 | 759,006,250 | 16,905 |
[
"matomo-org",
"matomo"
] | Say you are tracking apps and you send a userId with every tracking request. Then by default the userId will be used to generate the visitorId. It may also be a problem if for every action a new visit is forced.
Queries like this will become very slow:
```sql
explain extended SELECT visit_last_action_time, visit... | Matomo tracker select queries can get slow when most visits have same visitorId | https://api.github.com/repos/matomo-org/matomo/issues/16904/comments | 29 | 2020-12-07T21:07:44Z | 2023-02-06T19:43:56Z | https://github.com/matomo-org/matomo/issues/16904 | 758,849,223 | 16,904 |
[
"matomo-org",
"matomo"
] | On our setup (Ubuntu 20.04, PHP-FPM 7.4 from PPA) the last version 4.0.4 completely crash the PHP on some call of the dashboard:
```
Dec 7 09:17:22 frovhoctowas001 kernel: [549574.205604] php-fpm7.4[40609]: segfault at 7f66b6eb8268 ip 000055e0cdc42aba sp 00007ffd1bd462c0 error 4 in php-fpm7.4[55e0cd972000+3e0000]
... | Matomo 4.0.4 & PHP-FPM 7.4 | https://api.github.com/repos/matomo-org/matomo/issues/16898/comments | 4 | 2020-12-07T09:19:28Z | 2020-12-23T06:38:02Z | https://github.com/matomo-org/matomo/issues/16898 | 758,327,591 | 16,898 |
[
"matomo-org",
"matomo"
] | We have a customer that reports this:
> Piwik\Segment->__construct(dimension17==DE, Array ([0] => 1)) - that looks like Matomo is trying to load a segment from another idSite for Site 1, which will fail because idSite1 does not have a dimension17.
 must be public (as in class Piwik\Columns\Dimensio... | Error 500 after new Update | https://api.github.com/repos/matomo-org/matomo/issues/16891/comments | 1 | 2020-12-06T11:35:04Z | 2020-12-06T11:53:32Z | https://github.com/matomo-org/matomo/issues/16891 | 757,904,991 | 16,891 |
[
"matomo-org",
"matomo"
] | Matomo 4.0.4
./console queuedtracking:process
vendor/matomo/device-detector/Parser/Device/AbstractDeviceParser.php line 924:
Return value of DeviceDetector\Parser\Device\AbstractDeviceParser::getShortCode() must be of the type string, int returned
version to
return (string) \array_search($brand, self::$deviceBra... | AbstractDeviceParser::getShortCode() must be of the type string, int returned | https://api.github.com/repos/matomo-org/matomo/issues/16889/comments | 3 | 2020-12-05T19:01:01Z | 2020-12-07T15:21:21Z | https://github.com/matomo-org/matomo/issues/16889 | 757,759,592 | 16,889 |
[
"matomo-org",
"matomo"
] | I just updated to Matomo 4.0.4 and now I got the error message: `SQLSTATE[42S22]: Column not found: 1054 Unknown column 'log_visit.config_director' in 'field list' - in plugin DevicePlugins.` on nearly all widgets. Only the visitors log works fine.
 does not accept unknown named parameters in libs/Zend/Db/Statement/Mysqli.php:203
Stack trace:
#0 libs/Zend/Db/Statement/Mysqli.php(203): mysqli_stmt->bind_param('ssssssss', idarchive: 403, name: 'done', report: NULL,... | named parameters in mysqli_stmt->bind_param | https://api.github.com/repos/matomo-org/matomo/issues/16885/comments | 6 | 2020-12-05T02:03:50Z | 2020-12-06T23:31:40Z | https://github.com/matomo-org/matomo/issues/16885 | 757,511,063 | 16,885 |
[
"matomo-org",
"matomo"
] | I updated my instance from 3.14.0 to 4.0.4 and now page generation time is not being tracked.
Any thoughts on what could cause this? | Page generation time not being tracked after 4.x upgrade | https://api.github.com/repos/matomo-org/matomo/issues/16884/comments | 7 | 2020-12-04T17:35:26Z | 2020-12-23T20:25:50Z | https://github.com/matomo-org/matomo/issues/16884 | 757,278,161 | 16,884 |
[
"matomo-org",
"matomo"
] | At the moment it looks as though the Comparison feature does not work on the All Websites dashboard.
1. When going to the All Websites dashboard through the top menu it does not show an option to do a comparison when viewing the All Websites dashboard from here.
 in vendor/geoip2/geoip2/src/Database/Reader.php line 232
i think some missing dependencies or something got wrong on update, but i do not know where to look for
ore something is wrong in the a... | Call to undefined method MaxMind\Db\Reader::getWithPrefixLen() | https://api.github.com/repos/matomo-org/matomo/issues/16877/comments | 5 | 2020-12-03T14:16:30Z | 2020-12-03T19:19:01Z | https://github.com/matomo-org/matomo/issues/16877 | 756,231,916 | 16,877 |
[
"matomo-org",
"matomo"
] | I use widgets in iframes to display matomos views on external websites, but I don't want my matomo instance's url to be shown to users. It's not a matter of security (everyone could still find this url in the source code of the page), but my users could be confused and try to follow these links.
My urls look like: `... | Dont display the links to the matomo's website in widgetized error pages when disableLink=1 | https://api.github.com/repos/matomo-org/matomo/issues/16876/comments | 2 | 2020-12-03T14:01:11Z | 2024-09-13T08:59:07Z | https://github.com/matomo-org/matomo/issues/16876 | 756,219,546 | 16,876 |
[
"matomo-org",
"matomo"
] | Hi,
Because of web UI update is failling, I try to update by CLI
> php /home/myaccount/websites/matomo/console core:update
After a good Dry Run, the effective job is stopped with this error :
> Executing ALTER TABLE 'stats_log_visit' ADD COLUMN 'visitor_seconds_since_first' INT(11) UNSIGNED NULL, ADD COLUMN '... | Error during DB Update from 3.14.1 to 4.0.3 | https://api.github.com/repos/matomo-org/matomo/issues/16874/comments | 2 | 2020-12-03T09:31:56Z | 2020-12-03T09:53:14Z | https://github.com/matomo-org/matomo/issues/16874 | 756,025,150 | 16,874 |
[
"matomo-org",
"matomo"
] | I checked `matomo_log_visit`.`visit_first_action_time table and it is recording entries so I think ./console core:archive is not working
INFO [2020-12-03 06:38:20] 18083 ---------------------------
INFO [2020-12-03 06:38:20] 18083 INIT
INFO [2020-12-03 06:38:20] 18083 Running Matomo 4.0.3 as Super User
INFO [2... | Not showing any statistic after upgrading to 4.03 -- ./console core:archive is not working | https://api.github.com/repos/matomo-org/matomo/issues/16873/comments | 22 | 2020-12-03T06:58:16Z | 2020-12-09T18:58:26Z | https://github.com/matomo-org/matomo/issues/16873 | 755,925,968 | 16,873 |
[
"matomo-org",
"matomo"
] | I think https://github.com/matomo-org/matomo/blob/4.0.3/plugins/Widgetize/Controller.php#L36-L39 is not respecting the `enable_framed_allow_write_admin_token_auth` setting @diosmosis ?
It should be maybe also using https://github.com/matomo-org/matomo/blob/4.0.3/core/API/Request.php#L461 when token_auth is not empty... | Widget access always only works with view access not respecting new config setting | https://api.github.com/repos/matomo-org/matomo/issues/16869/comments | 0 | 2020-12-02T19:56:17Z | 2020-12-03T00:01:58Z | https://github.com/matomo-org/matomo/issues/16869 | 755,567,823 | 16,869 |
[
"matomo-org",
"matomo"
] | I have just upgraded from v3.14.1 to v4.0.3 over Matomo's web interface (after being notified by email).
After automatically downloading and installing the new version Matomo reported a few "unrecognized files" and prompted me to delete them on the target system: (indentation mine)
```console
rm -Rf \
~/www/... | Mysqli prepare error after upgrade to v4.0.3 (Unknown column 'log_conversion.config_browser_name') | https://api.github.com/repos/matomo-org/matomo/issues/16868/comments | 6 | 2020-12-02T18:47:56Z | 2021-02-26T11:17:11Z | https://github.com/matomo-org/matomo/issues/16868 | 755,524,899 | 16,868 |
[
"matomo-org",
"matomo"
] | I use iframes to render some of the widgets in a website located on another server but on the same local network. Matomo's host and this website's are also subdomains of the same domain.
I added the iframes like suggested on the `index.php?module=Widgetize&action=index` page, with some little adjustments and using t... | Displaying widgets in iframes logs bruteforce attacks | https://api.github.com/repos/matomo-org/matomo/issues/16867/comments | 7 | 2020-12-02T17:00:57Z | 2020-12-07T22:04:38Z | https://github.com/matomo-org/matomo/issues/16867 | 755,449,673 | 16,867 |
[
"matomo-org",
"matomo"
] | Running Nginx on Ubuntu, using the nginx config supplied here: https://github.com/matomo-org/matomo-nginx and no changes to the default matomo config.
After upgrading to 4.0.3, I am unable to log in to matomo receiving the error:
Error: Form security failed. Please reload the form and check that your cookies are... | Unable to log in to matomo after 4.0.3 upgrade - Nginx/Ubuntu | https://api.github.com/repos/matomo-org/matomo/issues/16866/comments | 25 | 2020-12-02T17:00:39Z | 2020-12-21T22:09:09Z | https://github.com/matomo-org/matomo/issues/16866 | 755,449,433 | 16,866 |
[
"matomo-org",
"matomo"
] | with the default Tracking Code (Backend) i got this error with the new 4.0.0 Version.
In 3.14.1 this works fine.
```
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://statistics.... | Add new system check: Check all expected table & columns a plugin expects to exist actually exist | https://api.github.com/repos/matomo-org/matomo/issues/16865/comments | 22 | 2020-12-02T13:42:44Z | 2024-09-13T10:57:50Z | https://github.com/matomo-org/matomo/issues/16865 | 755,285,193 | 16,865 |
[
"matomo-org",
"matomo"
] | Hi! After enabling crone archiving and installing maxmind extension I have restarted my server and after that I can see only Error page in my matomo.
There is a possibility that matomo-archive has not been properly configured (no user such as nginx, i have left that entry blank) and that caused my issue.
After s... | The directory "/var/www/matomo/tmp/cache/tracker/" is not writable after Cron | https://api.github.com/repos/matomo-org/matomo/issues/16864/comments | 9 | 2020-12-02T13:33:06Z | 2023-01-30T15:14:43Z | https://github.com/matomo-org/matomo/issues/16864 | 755,278,020 | 16,864 |
[
"matomo-org",
"matomo"
] | I tried to update my Matomo instance running in a docker container.
After pulling the newest image and restarting the container, I tried to run `php /var/www/html/console core:update` within the container.
Unfortunately, I get the error message: `The error was: SQLSTATE[42S22]: Column not found: 1054 Unknown col... | DB Update from 3.14.1 to 4.0.3 does not work | https://api.github.com/repos/matomo-org/matomo/issues/16863/comments | 4 | 2020-12-02T12:04:51Z | 2020-12-13T01:01:52Z | https://github.com/matomo-org/matomo/issues/16863 | 755,214,990 | 16,863 |
[
"matomo-org",
"matomo"
] | Hello,
after updating to version 4.0.3, I receive the following error when calling my cron archive URL:
> ERROR Piwik\FrontController[2020-12-02 10:38:41 UTC] [92c61] Uncaught exception: Error: Call to a member function isSkipSegmentsForToday() on null in /var/www/vhosts/h149549.web219.dogado.net/httpdocs/matomo/... | Error on Auro Archive | https://api.github.com/repos/matomo-org/matomo/issues/16862/comments | 1 | 2020-12-02T10:43:30Z | 2020-12-03T00:32:00Z | https://github.com/matomo-org/matomo/issues/16862 | 755,157,430 | 16,862 |
[
"matomo-org",
"matomo"
] | Hi,
I tried to upgrade Matomo from 3.14.1 to 4.0.3 and it instantly failed.
Last lines of log:
```
Executing ALTER TABLE `matomo_archive_blob_2020_11` CHANGE `name` `name` VARCHAR(190);... Done. [80 / 115]
Executing ALTER TABLE `matomo_archive_blob_2020_12` CHANGE `name` `name` VARCHAR(190);... Done. [81 / 1... | Upgrade 3.14.1 to 4.0.3 fails: ALTER TABLE `matomo_log_visit` | https://api.github.com/repos/matomo-org/matomo/issues/16861/comments | 2 | 2020-12-02T04:39:15Z | 2020-12-02T04:55:19Z | https://github.com/matomo-org/matomo/issues/16861 | 754,933,011 | 16,861 |
[
"matomo-org",
"matomo"
] | Similar to how we used to have `setGenerationTimeMs`.
We then need to document this in https://developer.matomo.org/guides/spa-tracking similar to how the other method used to be documented. Also of course need to document the JS Tracker reference etc.
We'll also need to adjust in JS tracker the logged console me... | Add JS tracker methods setPagePerformanceTiming and getCustomPagePerformanceTiming to set specific values for performance metrics | https://api.github.com/repos/matomo-org/matomo/issues/16859/comments | 0 | 2020-12-02T02:47:45Z | 2021-10-06T02:22:49Z | https://github.com/matomo-org/matomo/issues/16859 | 754,886,628 | 16,859 |
[
"matomo-org",
"matomo"
] | Matomo version: 4.0.2

Related to https://github.com/matomo-org/matomo/issues/16804 | Matomo 4.0.2 warns about "ExampleLogTables requires Piwik <4.0.0-b1" | https://api.github.com/repos/matomo-org/matomo/issues/16857/comments | 4 | 2020-12-02T01:21:08Z | 2020-12-10T07:25:17Z | https://github.com/matomo-org/matomo/issues/16857 | 754,850,993 | 16,857 |
[
"matomo-org",
"matomo"
] | Hi, thanks for Matomo. It's really great software : )
So I tried to anonymize past data in my site for the largest time frame (back through 2010), and that caused the site to become unresponsive, which is understandable given that we have 14M rows on one of the tables queried by that process. According to MySQL, one... | New index for speeding up anonymizations in large instances? | https://api.github.com/repos/matomo-org/matomo/issues/16856/comments | 4 | 2020-12-02T00:09:35Z | 2025-06-04T17:39:35Z | https://github.com/matomo-org/matomo/issues/16856 | 754,821,145 | 16,856 |
[
"matomo-org",
"matomo"
] | Hi there - thanks for working on Matomo!
Is it possible to provide users with more specific permissions, like "add a website," without giving them the SuperUser ability to hit that shiny "NEW UPDATE: MATOMO X.Y.Z" button? For example, a web dev team might want to launch a website and add it to Matomo, but they shoul... | SuperUser permission seems too broad | https://api.github.com/repos/matomo-org/matomo/issues/16855/comments | 2 | 2020-12-01T23:42:43Z | 2020-12-04T23:09:51Z | https://github.com/matomo-org/matomo/issues/16855 | 754,810,659 | 16,855 |
[
"matomo-org",
"matomo"
] | **Refs**
[How to force detection of available updates?](https://forum.matomo.org/t/how-to-force-detection-of-available-updates/39587)
**Setup**
Matomo 3.x and 4.x
**Issue**
The slow rollout make sure that not all users of Matomo get notifications about new versions at the same time. However it is not possible ... | Slow rollout makes "Search for updates" button functionless | https://api.github.com/repos/matomo-org/matomo/issues/16854/comments | 4 | 2020-12-01T21:14:44Z | 2024-09-13T08:59:07Z | https://github.com/matomo-org/matomo/issues/16854 | 754,731,294 | 16,854 |
[
"matomo-org",
"matomo"
] | According to the changelog there is no mentions of this breaking change that was required following documentation of 3.x .
I can see there was some "optimization" undocumented (mainly deleted doc).
Could I have more informations about why it was deleted and how to safely do elsething ? | Missing `setGenerationTimeMs` after upgrade to 4.x | https://api.github.com/repos/matomo-org/matomo/issues/16853/comments | 4 | 2020-12-01T20:00:39Z | 2020-12-02T03:55:53Z | https://github.com/matomo-org/matomo/issues/16853 | 754,704,723 | 16,853 |
[
"matomo-org",
"matomo"
] | Hi!
How can I get to work it on Windows? Or it's not possible? | Using MAILTO in auto-archiving on Windows | https://api.github.com/repos/matomo-org/matomo/issues/16850/comments | 1 | 2020-12-01T17:27:00Z | 2020-12-01T19:16:04Z | https://github.com/matomo-org/matomo/issues/16850 | 754,585,671 | 16,850 |
[
"matomo-org",
"matomo"
] | We cannot access our Session Recordings anymore since upgrading Matomo to 4.0.0. The datatable reports an error like "Oops… there was a problem during the request."
I was able to identify the problem by activating the logs:
```log
ERROR Piwik\FrontController[2020-12-01 11:16:46 UTC] [b8603] Uncaught exception: E... | Session Recordings Datatable broken in Matomo 4.0.x | https://api.github.com/repos/matomo-org/matomo/issues/16848/comments | 3 | 2020-12-01T12:31:31Z | 2020-12-01T13:47:12Z | https://github.com/matomo-org/matomo/issues/16848 | 754,355,965 | 16,848 |
[
"matomo-org",
"matomo"
] | reported in https://forum.matomo.org/t/warning-message-on-new-installation/39557/3 (futher down)
> I do however have an issue trying to install the google analytics plugin as i get this server error either trying to access the marketplace or import a zip file. Any ideas on that one? From what I read in the other art... | The parameter ‘confirmPassword’ isn’t set in the Request | https://api.github.com/repos/matomo-org/matomo/issues/16847/comments | 4 | 2020-12-01T11:22:09Z | 2021-08-25T22:48:45Z | https://github.com/matomo-org/matomo/issues/16847 | 754,309,417 | 16,847 |
[
"matomo-org",
"matomo"
] | Hi, I'm using Matomo 4.0.3. Since version 4.0.0 segments doesn't work on preprocessed files (see screenshot). If I switch to Visitors Log they are displayed correctly. Maybe it's the same issue like [#16832](https://github.com/matomo-org/matomo/issues/16832).
Thanks for the great work. I love the new performance me... | Segments not working on preprocessed files since Matomo 4.0.0 | https://api.github.com/repos/matomo-org/matomo/issues/16842/comments | 42 | 2020-12-01T02:41:51Z | 2021-05-06T09:34:14Z | https://github.com/matomo-org/matomo/issues/16842 | 753,955,949 | 16,842 |
[
"matomo-org",
"matomo"
] | see https://dev.mysql.com/doc/refman/8.0/en/innodb-row-format.html
when creating a table can we specify the dynamic format like `CREATE TABLE t1 (c1 INT) ROW_FORMAT=DYNAMIC;`?
refs https://github.com/matomo-org/matomo/issues/16810 to avoid row size too large error.
We'd need to check that this works on all MyS... | Use row_format=dynamic by default when creating a table | https://api.github.com/repos/matomo-org/matomo/issues/16834/comments | 1 | 2020-11-29T21:34:38Z | 2021-09-23T23:18:59Z | https://github.com/matomo-org/matomo/issues/16834 | 753,021,440 | 16,834 |
[
"matomo-org",
"matomo"
] | https://domain.com/index.php?module=Widgetize&action=iframe&moduleToWidgetize=HeatmapSessionRecording&actionToWidgetize=showHeatmap&idSiteHsr=1&useDateUrl=0&idSite=3&period=day&date=yesterday&token_auth=XXX
this my Access url format
. To reproduce:
1. run core:archive -> daily, weekly, yearly reports are recreated OK (d... | Matomo v4.0.2 cron core:archive --force-periods broken | https://api.github.com/repos/matomo-org/matomo/issues/16832/comments | 4 | 2020-11-28T14:53:42Z | 2020-12-21T22:11:45Z | https://github.com/matomo-org/matomo/issues/16832 | 752,691,728 | 16,832 |
[
"matomo-org",
"matomo"
] | related to https://github.com/matomo-org/matomo/pull/16823
I used the PHPstorm "run inspection by name" to hopefully find all of them (at least in core).
- [ ] https://github.com/matomo-org/matomo/blob/c870770157a3e9c893308967dc274c8feac5d4be/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php#L86
- [ ] h... | never specify optional parameter before required one | https://api.github.com/repos/matomo-org/matomo/issues/16828/comments | 0 | 2020-11-27T11:06:35Z | 2020-11-30T02:53:04Z | https://github.com/matomo-org/matomo/issues/16828 | 752,172,187 | 16,828 |
[
"matomo-org",
"matomo"
] | After upgrading from 3.14.1 to 4.0.1, I run into this error in the web app's 'Visits Over Time' and 'Channel Types' tabs.
```
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'log_visit.config_director' in 'field list' - in plugin DevicePlugins.
```
```
nginx-mainline 1.19.3
php 7.4.13
mariadb 10.5.8
``... | Unknown column 'log_visit.config_director' in 'field list' - in plugin DevicePlugins | https://api.github.com/repos/matomo-org/matomo/issues/16827/comments | 2 | 2020-11-27T10:08:17Z | 2020-11-27T22:17:22Z | https://github.com/matomo-org/matomo/issues/16827 | 752,135,287 | 16,827 |
[
"matomo-org",
"matomo"
] | I have set all my credentials and mail user to the no-reply@<companyname>.<tld> but in the logs it keeps wanting to use password-reset@<companyname>.<tld> (after enabling mailer debug and reading the issues returned).
Office365 (or at least my configuration of) blocks you from sending emails from a different user ac... | Send mail uses password-reset as user instead of assigned user in config | https://api.github.com/repos/matomo-org/matomo/issues/16825/comments | 1 | 2020-11-27T07:36:17Z | 2020-11-27T08:09:13Z | https://github.com/matomo-org/matomo/issues/16825 | 752,046,321 | 16,825 |
[
"matomo-org",
"matomo"
] | Hello,
I was in the process of upgrading Matomo from 3.14.1 to 4.0.1 on Centos 6.9 with PHP 7.2.24, MYSQL 5.5.62, Apache 2.2.34.
However when I click on 'Upgrade Matomo', I get the following error i.e :
```
Critical Error during the update process:
Mysqli statement execute error :
Duplicate entry '55cdd8c1... | Matomo upgrade from 3.14.1 to 4.0.1 fails due to Duplicate entry for for key 'PRIMARY' error | https://api.github.com/repos/matomo-org/matomo/issues/16824/comments | 15 | 2020-11-27T07:03:44Z | 2020-11-29T20:37:37Z | https://github.com/matomo-org/matomo/issues/16824 | 752,031,519 | 16,824 |
[
"matomo-org",
"matomo"
] | we could announce Matomo 3.x Long Term Support ends in December 1st 2021, so this will be the end of life for Matomo 3.x. Creating an issue to remember to announce it in 1 year, as it might be helpful? | Announce Matomo 3.x Long Term Support ends in December 1st 2021 - end of life for Matomo 3.x | https://api.github.com/repos/matomo-org/matomo/issues/16818/comments | 1 | 2020-11-27T00:11:52Z | 2020-11-27T00:34:26Z | https://github.com/matomo-org/matomo/issues/16818 | 751,906,272 | 16,818 |
[
"matomo-org",
"matomo"
] | ### Checklists for a successful Matomo release
#### Release Beta 1
- [ ] Beta release cycle has started with the first beta release - covered in DEV-16407
- [ ] Keep track of releases notes/ any important changes in the changelog page we created: https://matomo.org/?post_type=changelog&p=64260&preview=true
#... | Release Matomo 5.0.0 | https://api.github.com/repos/matomo-org/matomo/issues/16817/comments | 4 | 2020-11-26T23:43:53Z | 2024-01-05T08:42:22Z | https://github.com/matomo-org/matomo/issues/16817 | 751,889,249 | 16,817 |
[
"matomo-org",
"matomo"
] | Hello everyone,
In Matomo 3.13.6 or newer it should be possible to operate the Matomo analytics solution without cookies (https://matomo.org/faq/new-to-piwik/how-do-i-use-matomo-analytics-without-consent-or-cookie-banner/).
As you already mentioned in the FAQs (https://matomo.org/faq/general/faq_157/) there is an iss... | Matomo Analytics without consent needs opt-out-improvement to become GDPR-compliant for this use case | https://api.github.com/repos/matomo-org/matomo/issues/16812/comments | 7 | 2020-11-26T13:16:47Z | 2022-07-18T19:35:55Z | https://github.com/matomo-org/matomo/issues/16812 | 751,584,103 | 16,812 |
[
"matomo-org",
"matomo"
] | reported in https://forum.matomo.org/t/fehler-bei-installation-in-strato-hosting-paket/39480
> SQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes.
PHP-Version 7.2 and MySQL-Version 5.6. | Matomo 4 migration: Index column size too large | https://api.github.com/repos/matomo-org/matomo/issues/16811/comments | 2 | 2020-11-26T10:39:03Z | 2020-11-27T18:51:44Z | https://github.com/matomo-org/matomo/issues/16811 | 751,482,007 | 16,811 |
[
"matomo-org",
"matomo"
] | reported by two people in https://forum.matomo.org/t/error-while-updating-to-4-0-0-b1-have-to-change-some-columns-to-text-or-blobs/39482
> Critical Error during the update process:
> /home/members/artisticactivism/sites/c4aa.org/web/matomo_stats/core/Updates/4.0.0-b1.php: Error trying to execute the migration 'AL... | Matomo 4 migration: Row size too large | https://api.github.com/repos/matomo-org/matomo/issues/16810/comments | 12 | 2020-11-26T10:37:06Z | 2020-12-01T09:30:06Z | https://github.com/matomo-org/matomo/issues/16810 | 751,480,643 | 16,810 |
[
"matomo-org",
"matomo"
] | Could be similar to cloud (the third icon):

when clicking on it

 and started getting various System Check warnings.
| Settings | System Check | System Check / Informational
|--|--|--
| .
We'd basically show a block in the bottom similar to on our demo.matomo.cloud (might need to go incognito to see it)
 | https://api.github.com/repos/matomo-org/matomo/issues/16802/comments | 1 | 2020-11-25T21:00:24Z | 2021-01-15T00:59:08Z | https://github.com/matomo-org/matomo/issues/16802 | 751,114,604 | 16,802 |
[
"matomo-org",
"matomo"
] | 
was getting this error after we made the recent Alexa change in 4.0.1.
@sgiehl when there is a timeout error, could we avoid showing a confusing warning and instead show in the UI simply something like "T... | Handle alexa timeout issues better | https://api.github.com/repos/matomo-org/matomo/issues/16801/comments | 1 | 2020-11-25T20:53:39Z | 2020-12-21T22:20:45Z | https://github.com/matomo-org/matomo/issues/16801 | 751,111,339 | 16,801 |
[
"matomo-org",
"matomo"
] | see https://forum.matomo.org/t/error-upgrading-db-while-upgrading-to-4-0-0-b1/39478
> * /opt/matomo/core/Updates/4.0.0-b1.php:
> Error trying to execute the migration 'ALTER TABLE `matomo_session` CHANGE `id` `id` VARCHAR(191);'.
> The error was: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entr... | Error upgrading db while upgrading to 4.0.0-b1 (session update fails) | https://api.github.com/repos/matomo-org/matomo/issues/16798/comments | 2 | 2020-11-25T19:10:32Z | 2020-11-26T21:26:58Z | https://github.com/matomo-org/matomo/issues/16798 | 751,059,310 | 16,798 |
[
"matomo-org",
"matomo"
] | Be great to have a new plugin or setting that will not track any traffic coming from any cloud provider such as AWS, GC or Azure. For most websites this should be fine as the traffic in this case be unlikely from a human.
There is eg here all the current IP ranges of AWS: https://ip-ranges.amazonaws.com/ip-ranges.js... | Add feature to ignore traffic of Cloud providers - prevent spam tracking | https://api.github.com/repos/matomo-org/matomo/issues/16794/comments | 1 | 2020-11-25T02:56:38Z | 2024-09-13T08:59:08Z | https://github.com/matomo-org/matomo/issues/16794 | 750,323,524 | 16,794 |
[
"matomo-org",
"matomo"
] | For users with admin and super user access:
By default we would want all menus to be collapsed except for the menu that has an active item. Meaning if you are on the "General Settings" page then "System" section should be expanded, all other menus should be collapsed/closed.
On toggle you can open/close a menu.
... | Admin menu should be collapsible for admins/super users | https://api.github.com/repos/matomo-org/matomo/issues/16793/comments | 0 | 2020-11-25T00:56:00Z | 2021-01-12T11:13:41Z | https://github.com/matomo-org/matomo/issues/16793 | 750,213,047 | 16,793 |
[
"matomo-org",
"matomo"
] | We should click through the UI and should make sure to have a report description for every report shown in the UI. This is currently for example not the case for Device reports and some other reports

| Have a report description for every report | https://api.github.com/repos/matomo-org/matomo/issues/16792/comments | 0 | 2020-11-24T23:11:24Z | 2021-01-05T00:41:52Z | https://github.com/matomo-org/matomo/issues/16792 | 750,134,350 | 16,792 |
[
"matomo-org",
"matomo"
] | We've attempted to do cookie-less use of Matomo, but now adding the "opt-out" iframe will immediately set the session cookie "MATOMO_SESSID" anyway - this happens regardless of any interaction with the content of the frame.
Is it possible to do an opt-out iframe that doesn't immediately set a cookie regardless of u... | Don't set a cookie when first displaying the opt-out iframe | https://api.github.com/repos/matomo-org/matomo/issues/16791/comments | 2 | 2020-11-24T23:02:30Z | 2024-01-03T07:05:47Z | https://github.com/matomo-org/matomo/issues/16791 | 750,129,102 | 16,791 |
[
"matomo-org",
"matomo"
] | Conditions when to apply this:
* For now only apply when "no segment" is select (report shows all visits)
When loading the reporting UI, or when selecting a different date, can we check in an API call if `nb_visits=0`? If that's the case, we also check if there's any visit during that period in log tables raw data... | When a period has no data, but raw data, show a message | https://api.github.com/repos/matomo-org/matomo/issues/16790/comments | 3 | 2020-11-24T22:59:52Z | 2021-04-06T01:34:56Z | https://github.com/matomo-org/matomo/issues/16790 | 750,127,678 | 16,790 |
[
"matomo-org",
"matomo"
] | In past we had kept it there so people would notice they can track different sites with it. However, the "all websites" screen achieves the same.
Having less controls makes the UI easier, and also makes it easier when no data has been tracked yet.
We could keep it though if we add a link "Add new site" after "al... | If only one website exists, remove the site selector from reporting page | https://api.github.com/repos/matomo-org/matomo/issues/16789/comments | 4 | 2020-11-24T22:27:46Z | 2021-01-19T22:38:36Z | https://github.com/matomo-org/matomo/issues/16789 | 750,113,053 | 16,789 |
[
"matomo-org",
"matomo"
] | see https://forum.matomo.org/t/will-invalidate-archived-reports-for-today-in-site-id-xxx-multiple-times-for-the-same-site-id-archive-during-cron-job/39452
fyi @diosmosis | CLI Archive might not stop | https://api.github.com/repos/matomo-org/matomo/issues/16788/comments | 0 | 2020-11-24T22:17:45Z | 2020-11-26T06:26:56Z | https://github.com/matomo-org/matomo/issues/16788 | 750,107,997 | 16,788 |
[
"matomo-org",
"matomo"
] | The goal of this issue is to improve the "No data has been recorded yet, get set up below" screen which users see when they haven't tracked any data yet.
So far we're showing seven different ways of embedding the tracking code and there's a lot of text and it is quite tricky for people to figure out what to do.
#... | Improve no data tracked yet please set up tracking code screen | https://api.github.com/repos/matomo-org/matomo/issues/16787/comments | 2 | 2020-11-24T22:11:33Z | 2021-03-29T03:42:17Z | https://github.com/matomo-org/matomo/issues/16787 | 750,104,815 | 16,787 |
[
"matomo-org",
"matomo"
] | After updating to version 4.0.0 the custom dimensions seem to be gone. I did not find anything regarding this issue in the changelog, but I think custom dimensions are a core feature. Am I missing something, or did they move? | No custom dimensions in Matomo 4.0.0 | https://api.github.com/repos/matomo-org/matomo/issues/16786/comments | 9 | 2020-11-24T21:34:11Z | 2020-11-26T02:05:47Z | https://github.com/matomo-org/matomo/issues/16786 | 750,084,573 | 16,786 |
[
"matomo-org",
"matomo"
] | After upgrading to 4.0.0 the SEO plugin appears to be broken quite badly, no extra php error log is given.
index.php?date=today&module=SEO&action=getRank&disableLink=0&widget=1&idSite=10101&period=day
Call to a member function getRows() on null
in core/DataTable/Renderer.php line 446 | SEO Plugin broken | https://api.github.com/repos/matomo-org/matomo/issues/16778/comments | 1 | 2020-11-24T10:44:00Z | 2020-11-25T19:38:12Z | https://github.com/matomo-org/matomo/issues/16778 | 749,591,727 | 16,778 |
[
"matomo-org",
"matomo"
] | When IE 10 is used, we may want to show an exception that it is not supported instead of seeing a broken screen. This can also have security benefits since some features like `noreferrer` might not work in IE10.
| When accessing UI with unsupported browser throw error and suggest to use other browser | https://api.github.com/repos/matomo-org/matomo/issues/16776/comments | 2 | 2020-11-23T21:50:24Z | 2021-05-26T05:17:10Z | https://github.com/matomo-org/matomo/issues/16776 | 749,153,104 | 16,776 |
[
"matomo-org",
"matomo"
] | If I see in the code correctly this flag doesn't do anything anymore? Can you check @diosmosis ?
It should basically skip archiving a segment in today's timezone (I think unless it was created or changed recently see https://github.com/matomo-org/matomo/blob/3.14.1/core/CronArchive.php#L2000 ) see https://github.com... | --skip-segments-today no longer working in Matomo 4? | https://api.github.com/repos/matomo-org/matomo/issues/16775/comments | 0 | 2020-11-23T20:03:52Z | 2020-11-30T03:23:55Z | https://github.com/matomo-org/matomo/issues/16775 | 749,087,395 | 16,775 |
[
"matomo-org",
"matomo"
] | Dear all,
Is there any plans to support ga('send', 'event') and _gaq.push(['_trackEvent', '') for Matomo. Both are Google Analytics trackers. Currently there is an automatic support for the Google Tag Manager data layer, so I was thinking that it may be useful to have one too for legacy GA tracking.
The issue comes w... | Support ga('send', 'event', '', '', ''); and _gaq.push(['_trackEvent', '') | https://api.github.com/repos/matomo-org/matomo/issues/16767/comments | 2 | 2020-11-22T16:15:27Z | 2024-09-13T08:59:08Z | https://github.com/matomo-org/matomo/issues/16767 | 748,276,396 | 16,767 |
[
"matomo-org",
"matomo"
] | When opening https://demo.matomo.org/index.php?module=Overlay&period=month&date=today&idSite=62#?l=https$3A$2F$2Fdivezone.net$2Fdiving$2Fbali$3F__enterprise_demo$3Ddemo.matomo.org$26__enterprise_demo_idsite$3D62 in a fresh browser (`chromium --temp-profile`, Version 83), the page overlay is stuck on loading.
The con... | Page overlay doesn't work with "Block third-party cookies" enabled in Chrome | https://api.github.com/repos/matomo-org/matomo/issues/16762/comments | 0 | 2020-11-20T11:44:23Z | 2023-12-11T17:43:49Z | https://github.com/matomo-org/matomo/issues/16762 | 747,424,763 | 16,762 |
[
"matomo-org",
"matomo"
] | I regenerate and replace a token_auth
used HeatmapSessionRecording.getHeatmaps I got an empty array
How can I get rid of this problem
| use getHeatmaps method API return empty array | https://api.github.com/repos/matomo-org/matomo/issues/16761/comments | 1 | 2020-11-20T09:22:35Z | 2020-11-22T20:01:45Z | https://github.com/matomo-org/matomo/issues/16761 | 747,325,958 | 16,761 |
[
"matomo-org",
"matomo"
] | eg https://developer.matomo.org/guides/spa-tracking
it is now removed. Not sure if there are other places too? | Update docs where they mention setGenerationTimeMs | https://api.github.com/repos/matomo-org/matomo/issues/16757/comments | 1 | 2020-11-19T19:16:03Z | 2020-11-20T01:19:54Z | https://github.com/matomo-org/matomo/issues/16757 | 746,853,307 | 16,757 |
[
"matomo-org",
"matomo"
] | > core/Archive/ArchiveInvalidator.php(634): Warning - array_diff(): Expected parameter 1 to be an array, string given - Matomo 4.0.0-rc5 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already)
this happened after executing this
... | array_diff(): Expected parameter 1 to be an array, string given | https://api.github.com/repos/matomo-org/matomo/issues/16750/comments | 0 | 2020-11-18T21:27:31Z | 2020-11-19T08:20:30Z | https://github.com/matomo-org/matomo/issues/16750 | 746,019,768 | 16,750 |
[
"matomo-org",
"matomo"
] | I was trying the new plugin rearchiving on plugin activate.
The activate worked well but the deactivate left thousands of invalidations in the archive_invalidations table.
Problem is that it is not cleaning up segment invalidations by the looks:
Left entries:
: Storage engine 'MyISAM' does not support system tables. [mysql.db]
Any idea? Is this only a ... | ERROR 1726 (HY000): Storage engine 'MyISAM' does not support system tables. | https://api.github.com/repos/matomo-org/matomo/issues/16743/comments | 1 | 2020-11-18T14:56:49Z | 2020-11-18T15:07:24Z | https://github.com/matomo-org/matomo/issues/16743 | 745,732,801 | 16,743 |
[
"matomo-org",
"matomo"
] | while this mostly affects https://github.com/matomo-org/searchengine-and-social-list/ I think this should be changed in Matomo itself
reported in https://forum.matomo.org/t/search-engines-in-the-list-of-websites/37192/12?u=lukas
Matomo doesn't detect a lot of search engines anymore as the detection assumes that the... | Use `hiddenkeyword` for Search engines by default | https://api.github.com/repos/matomo-org/matomo/issues/16742/comments | 3 | 2020-11-18T13:57:50Z | 2020-12-31T02:49:16Z | https://github.com/matomo-org/matomo/issues/16742 | 745,683,201 | 16,742 |
[
"matomo-org",
"matomo"
] | I'm using ExtraTools plugin to install Matomo.
Everything is working with the last stable version of Matomo (3.14.1).
Today I try to install Matomo 4.0.0-rc4 but I have an error when I want to activate ExtraTools (before installing Matomo):
`[PDOException] SQLSTATE[42S02]: Base table or view not found: 1146 T... | Installing Matomo using ExtraTools plugin | https://api.github.com/repos/matomo-org/matomo/issues/16741/comments | 9 | 2020-11-18T09:12:36Z | 2020-11-24T02:53:31Z | https://github.com/matomo-org/matomo/issues/16741 | 745,476,638 | 16,741 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.