- Issue created by @egfrith
- Status changed to Closed: works as designed
8 months ago 8:43am 16 March 2024 - 🇦🇺Australia VladimirAus Brisbane, Australia
Doesn't look like it is theme related, rather environment issue.
I use the open_basedir restriction and when trying to create a subtheme I obtain the error:
'The website encountered an unexpected error. Please try again later.'
1. Enable open_basedir in your php.ini file, e.g.: open_basedir = /var/www
2. Try to create a subtheme from the bootstrap5 settings page
3. The above error appears
- Wait for
https://www.drupal.org/project/drupal/issues/2799635
🐛
FileSystem::mkdir should handle open_basedir correctly
Needs work
to be fixed
- As a workaround disable open_basedir
while creating themes
Closed: works as designed
3.0
Code
Doesn't look like it is theme related, rather environment issue.