I have a site that was upgraded from Drupal 6 to 7 and now it is finally Drupal 8.1.1 But there are some strange problems.
1) I put the site offline, and now I can't go back online. I get the following error message:
Fatal error: Cannot instantiate interface Drupal\Core\Cache\CacheBackendInterface in /home/mysitename/public_html/core/lib/Drupal/Component/DependencyInjection/Container.php on line 268
During the cleanup phase of installation, I am obtaining the following error. This is a fresh installation on a machine. I am a beginner with Linux and Drupal so any help is appreciated.
Warning: array_flip(): Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load() (line 175 of /var/www/html/includes/entity.inc).
I'm trying to install D8.1.2 with a custom profile using drush. In the profile install hook, I'm trying to set the system.date:timezone.default config using the following code
I would like a particular multi-site installation (I'm testing drupal 8.1.2), as described below.
- many websites with front-end URLs, like:
site1.example.com (website1+DB1)
site2.example.com (website2+DB2)
...
- all the back-end (management) URLs for the above sites as subdirectories of a unique (different) website, like:
admin.example.com/site1 (website1+DB1)
admin.example.com/site2 (website2+DB2)
...