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 was archived by the owner on Aug 20, 2019. It is now read-only.
Backdrop CMS has its directories for contrib/custom modules and themes directly under the docroot (as opposed to Drupal 7, which is under /sites/[whatever]/files).
Steps to reproduce
Use the Project Browser that's available in core Backdrop CMS to install any contrib module/theme.
Expected behaviour
I would expect that it would be possible to install modules/themes via the UI.
Actual behaviour
When trying to install modules/themes via the UI, you get a "Permissions are not set up properly." error.
Proposed changes
Ideally: detect that this is a Backdrop installation and automatically configure permissions for the /modules, /themes and layouts directories.
Alternatively: provide a config option to specify additional directories within the docroot, where the vagrant user has write permissions
The text was updated successfully, but these errors were encountered:
Problem/Motivation
Backdrop CMS has its directories for contrib/custom modules and themes directly under the docroot (as opposed to Drupal 7, which is under
/sites/[whatever]/files
).Steps to reproduce
Use the Project Browser that's available in core Backdrop CMS to install any contrib module/theme.
Expected behaviour
I would expect that it would be possible to install modules/themes via the UI.
Actual behaviour
When trying to install modules/themes via the UI, you get a "Permissions are not set up properly." error.
Proposed changes
Ideally: detect that this is a Backdrop installation and automatically configure permissions for the
/modules
,/themes
andlayouts
directories.Alternatively: provide a config option to specify additional directories within the docroot, where the
vagrant
user has write permissionsThe text was updated successfully, but these errors were encountered: