Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLAW vagrant - theme does not get applied #374

Closed
Natkeeran opened this issue Sep 20, 2016 · 2 comments
Closed

CLAW vagrant - theme does not get applied #374

Natkeeran opened this issue Sep 20, 2016 · 2 comments

Comments

@Natkeeran
Copy link
Contributor

Steps to reproduce:

Expected behavior:

  • The theme/css should get applied

The actual, incorrect behavior:

  • the theme/css does not get applied properly

Notes:

  • Possible issue is that current vagrant installation does not set the /var/www/html/drupal/sites/default/files ownership to www-data, while at the same time css/js aggregation is enabled. Providing www-data ownership to files folder resolves this issue.
@MarcusBarnes
Copy link

I've confirmed the issue and @Natkeeran's notes appears to pinpoint the problem. Please note that you will need to clear the Drupal cache to have the theme apply.

Example before:
theme_not_applied_properly

Example after setting ownership of /var/www/html/drupal/sites/default/files ownership to www-data (different page than above, but for illustration on what to expect):

after_ownership_change

whikloj pushed a commit that referenced this issue Sep 20, 2016
* Add Drupal Console. Address #357

* Address #369, #368, #358; and finally take care of #357.

* Address #374
@whikloj
Copy link
Member

whikloj commented Sep 20, 2016

Resolved with 83cdc74

@whikloj whikloj closed this as completed Sep 20, 2016
@ruebot ruebot added this to the Community Sprint - 11 milestone Sep 20, 2016
@ruebot ruebot self-assigned this Sep 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants