Clearing old error messages

I am getting below message because I had some proxy errors when I first tried to install the plugin:

Failed to download plugin from https://plugins.matomo.org/api/2.0/plugins/GoogleAnalyticsImporter/download/1.5.4?coreVersion=3.14.0: curl_exec: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104. Hostname requested was: plugins.matomo.org

I have since sorted the issue, and resolved the issue but the error appears every time I log in. Is there anyway to clear this message?

Similarly I’m getting this in the diagnostics check:

[GoogleAnalyticsImporter] Required Executables (nohup) Matomo cannot find the nohup executable. The Google Analytics Importer uses nohup to execute the import process so it will continue on its own after a web request finishes. This executable must be present and accessible from PHP in order for the importer to function.

Again this has been dealt with and the import is working away but can’t seem to clear the message.

Hi,

This seems to be a bug similar to https://github.com/matomo-org/matomo/issues/15575

Creating a new session (e.g. by logging out and deleting all cookies) should fix it.

Thanks! That fixed the first issue but not the second.

Fixed the nohup error message to and raised this bug for it:

Well that was the wrong fix! I had uncomment this line in /etc/php-fpm.d/www.conf and then bounce the php-fpm service

;env[PATH] = /usr/local/bin:/usr/bin:/bin

So guess the error message was right (it couldn’t find nohup ), and I should have stopped making excuses and read it and fixed the problem it was complaining about!