I tried installing Drupal 8 the other night and couldn't get to the browser installation screen. I worked with my hosting company, an amazingly talented and helpful bunch, and they determined that it was a problem with Zend Guard Loader, which was creating a segmentation fault.
When selecting the "Default download method" to "Private local files served by Drupal" my images won't work anymore.
Using the public method the "imagecached" image on admin/config/media/image-styles/edit/thumbnail shows as expected, but when switched to 'private' this image won't show - The URL of the image gets in a redirect-loop to itself.
I use NGINX as a web server - both as a front-end SSL terminator and as a backend to a Varnish v4 cache.
Now that Drupal8's here I'm trying to install it on that stack.
Is there any official/complete documentation on how to configure Drupal8 properly for use with Varnish v4?
I'm specifically looking for deployment docs that DO NOT assume/use the 'Varnish' module. I.e., I want a config that works with out-of-the-box Drupal8, with no additional modules installed or required.
Is that even possible with Drupal8? And if so where are complete docs?
I appear to have successfully installed Drupal 8 on my Synology NAS. However, none of the links work. With Drupal 7, using ?q= and the page name works. With Drupal 8, none of the links work. All I get is Sorry, the page you are looking for is not found.
Any ideas on how to fix this? I would like to use my NAS as a test server but this isn't looking promising for Drupal 8.
Can't get drush remote alias commands to work on Bluehost account
I get error env: drush: No such file or directory (see very bottom of this post)
===================================================
I have a drupal 7 site hosted on Bluehost and want to start managing it with drush.
I've installed composer and drush on my Linux computer at home and composer and drush on my Bluehost shared host account.
(drush was installed using composer on both)