vyoumans

Untitled

Nov 15th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. I am running on OS X MAMP PRO
  2. php: 5.6.10
  3.  
  4. This solution works great for DRUPAL 7.
  5. But I have had some trouble as I was experimenting with drupal 8.
  6. I can get DRUPAL 8 to install, and I can get some themes to work, such as..
  7. Zurb Foundation 8.x-5.0-beta1
  8. and boot strap Bootstrap 8.x-3.0-alpha1
  9.  
  10. but I get this error
  11. The website encountered an unexpected error. Please try again later.
  12.  
  13.  
  14. when I use...
  15. Themage 8.x-1.02 (default theme)
  16. Bootstrap Business 8.0.0-rc3 (default theme)
  17. Bootstrap Clean Blog 8.x-1.x-dev (default theme)
  18.  
  19.  
  20. My log says...
  21. Twig_Error_Syntax: The filter "passthrough" does not exist in "themes/bootstrap_clean_blog/templates/node.html.twig" at line 22 in Twig_ExpressionParser->getFilterNodeClass() (line 608 of /Users/vincentyoumans/Sites/MAMP/SITES/DRUP8-01/vendor/twig/twig/lib/Twig/ExpressionParser.php).
  22.  
  23. LogicException: You are not allowed to use css in #attached. in Drupal\Core\Render\HtmlResponseAttachmentsProcessor->processAttachments() (line 150 of /Users/vincentyoumans/Sites/MAMP/SITES/DRUP8-01/core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php).
Advertisement
Add Comment
Please, Sign In to add comment