- 🇧🇶Caribbean Netherlands calbasi Catalonia
In my case, the issue is due opendir restrictions. If disabled it in my web account (ispconfig) and then I have not issue at all.
I'm still getting the "Subtheme cannot be created. Check permissions." error despite having allowed everything for the /themes directory and the root it is located into.
Even adding permission to the normal /bootstrap5 theme directory (which makes no sense, but I tried because you never know) yelded no result.
I have no idea what other permissions I should change.
- 🇪🇸Spain dtamajon
@Videtes, try with the following patch: https://www.drupal.org/project/drupal/issues/2799635 🐛 FileSystem::mkdir should handle open_basedir correctly Needs work
We are using nginx and we had the same problem, given the way in which the core manages the file creation. With that patch, the problem is solved without the need to provide unsecure permissions to the filesystem.
Still got permission issues with creating B5 subtheme, tried on nginx and local repositories, no result for me