You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
At the beginning of this month (April), an incoming email was imported into our Redmine using this plugin.
The attachments were extracted and imported as attached images to the issue created via the cron job that runs every minute to check the incoming email. Since this was the first case of images imported this month, the corresponding directories under 2018/04 has root:root as owner and group, which caused internal errors in the browse/upload button in issues when trying to upload images, as well as in wiki pages.
This command was used to fixed permissions, then everything was OK again:
At the beginning of this month (April), an incoming email was imported into our Redmine using this plugin.
The attachments were extracted and imported as attached images to the issue created via the cron job that runs every minute to check the incoming email. Since this was the first case of images imported this month, the corresponding directories under 2018/04 has root:root as owner and group, which caused internal errors in the browse/upload button in issues when trying to upload images, as well as in wiki pages.
This command was used to fixed permissions, then everything was OK again:
chown www-data:www-data -R /var/lib/redmine/default/files/2018
Somewhere in this plugin when the files are imported into Redmine the ownserhip should be explicitly set to
www-data:www-data
.The text was updated successfully, but these errors were encountered: