-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
We are facing the below issues as we our url's have Arabic characters. This happens when track download files and file names are in Arabic.
Firstly we get a bad request response when we track the file download, then we applied the utf8mb4 setting on mysql as suggested at issue #11136, after that we got a OK response from matomo.
However, when we open the dashboard or visitors log we are getting error "Oops… there was a problem during the request.....".
Errors:
(1) The string to escape is not a valid UTF-8 string.
in D:\Matomo\matomo\plugins\Live\templates\getLastVisitsStart.twig line 73
(2) The string to escape is not a valid UTF-8 string.
in D:\Matomo\matomo\plugins\CoreHome\templates_dataTable.twig line 67
Environment Information:
Matomo v3.9.1
MySQL 8.0.15 (Community - Win64)
IIS 10
Windows Server 2019 (1809)