fixes #15135
Link to a helpful FAQ in the error message. This only shows when there is an error.
I know this wasn't mentioned in the original issue, but wouldn't it makes sense to show this message only to super users? The message already says to contact the administrator if it happens again, which should be enough for normal users.
Are there more places this needs to be added?
have you tried searching for the translation string like this: https://github.com/matomo-org/matomo/search?q=General_ErrorRequest where i can see these for example:
Maybe we could add it there as well somehow?
I know this wasn't mentioned in the original issue, but wouldn't it makes sense to show this message only to super users? The message already says to contact the administrator if it happens again, which should be enough for normal users.
Thanks for picking this up, yes, it would be important to only show the FAQ link to Super users :+1:
Yes, I had found quite a few references myself, but thought I'd ask in the PR before committing too much effort into it.
Hi @sgiehl . Do you have time to look at this, please?