This is a multi-part question encapsulating FAQs for Drupal 8 running on Site5.
– What is Site5’s position on Drupal 8?
– How can we use drush with Drupal 8?
When trying to use `drush` on a Drupal 8 site, I receive the following error:
— Fatal error: Class ‘Drupal\Core\Session\AccountInterface’
# Progress
I’m able to run a Drupal 8 site on Site5 by adding the following line to the top of the .htaccess file that comes with Drupal 8:
AddHandler application/x-httpd-php54 .php
Answer #1
Hello,
Drupal 8 should work normally on our servers. I am not sure what you mean by our ‘position’ on the script, but you are able to install and run it. Also, drush should work normally, and the error you are seeing should be brought to our support team via a ticket; we would be happy to look into that for you, but that is more complex than we can really handle through this medium. The line you have added to .htaccess forces your account to use PHP 5.4, which is a requirement for Drupal 8.