-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Milestone
Description
related to #10369
I tried to update a plugin but forgot to change the owner of the folder back to ẁww-data
before, so Piwik couldn't create a file.
But the error message isn't displayed correctly:
<div id="notificationContainer">
<div style="display:none" data-role="notification" data-id="CorePluginsAdmin_InstallPlugin" data-type="persistent"
data-title="" data-noclear="0" data-context="error" data-raw="">Error while creating/copying file to <code>/var/www/piwik/plugins//ActivityLog/Widgets/GetActivityLog.php</code>.
<br />Please check that the web server has enough permission to write to these files/directories:<br />For
example, on a GNU/Linux server if your Apache httpd user is www-data, you can try to execute:<br />
<code>chown -R www-data:www-data /var/www/piwik</code><br /><code>chmod -R 0755
/var/www/piwik</code><br />
</div>
</div>