- Issue created by @orkut murat yılmaz
- Status changed to Closed: duplicate
over 1 year ago 7:33am 14 April 2023 - 🇫🇷France damien laguerre
You have this error because your files directory is not writable.
As I say in your previous ticket, you have to checks your public:// directory permission. - 🇩🇰Denmark ressa Copenhagen
It looks like Drupal changes permissions for
js
andcss
folders after an update, see #3369960-7: type error on drush cr → for more. - 🇹🇷Turkey orkut murat yılmaz Istanbul
@ressa, thanks for your redirection. Could it be a core issue?
@Damien Laguerre, sorry for my late reply, but, unfortunately it repeats every time I do a cache rebuild.
- 🇩🇰Denmark ressa Copenhagen
You're welcome @Orkut Murat Yılmaz. It looks like a Drupal core issue to me, without being sure ... In the documentation, for all folders, the owners are set to
webuser:www-data
, but it looks like Drupal changes the owner ofjs
andcss
towww-data:www-data
, and then the server is locked out, and can't access the content. - 🇹🇷Turkey orkut murat yılmaz Istanbul
@ressa, I've changed my nginx configuration, in order to understand the root of the problem. I guess that I should open a core issue, if it doesn't exist already. Thank you again.