Bug #2184
closedDirectory for processed files not writable
Description
Update
Is fixed in 8.2.1.
Original Question
Sorry, it's me again.
Whenever I log in, this error message will pop up
"Directory not writable /var/www/openatlas/files/processed_images/resized".
Does that mean I should first create such directory and run this code:
sudo chown -R www-data /var/www/openatlas/files/processed_images/resized
cheers,
Gary
Updated by Bernhard Koschiček-Krombholz 9 months ago
As described in the installation notes this should be sufficient:
sudo chown -R www-data files
But sure
sudo chown -R www-data /var/www/openatlas/files/processed_images/resized
will also do the trick.
Updated by Bernhard Koschiček-Krombholz 9 months ago
Interesting. I will look into it, why it is not there.
You can create it, but it also should automatically be created if you upload an image and processing files
(in Admin/General) is on (default is on).
Updated by Bernhard Koschiček-Krombholz 9 months ago
- Status changed from New to Acknowledged
- Assignee set to Bernhard Koschiček-Krombholz
Updated by Bernhard Koschiček-Krombholz 9 months ago
This should not be connected to this.
Updated by Bernhard Koschiček-Krombholz 9 months ago
- Tracker changed from Question to Bug
- Subject changed from Directory not writable to Directory for processed files not writable
- Description updated (diff)
- Status changed from Acknowledged to Closed
- Target version set to 8.2.1
- Found in version set to 8.1.0
This is fixed in 8.2.1.
Thank you for reporting.
If you created the folder manually, you don't need to do anything.