@dhealy wrote:
On IIS 10, Windows Server 2012 Matomo displays a notification “Matomo couldn’t write to some directories (running as user ‘nt authority\iusr’)” despite this user having full control of the plugins directory and its contents granted via
icacls D:\Websites\matomo\plugins /grant:r "NT AUTHORITY\IUSR":F /T
Matomo is able to install and activate plugins from the Marketplace without issue, so I’m guessing this is a bug. I’ve hidden the notification for our analytics users via custom styles imported into main.less:
div[notification-id="CorePluginsAdmin_InstallPlugin"] .notification-error { display: none !important; }
Posts: 3
Participants: 2