Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I updated Drupal 8 using Composer. I got this error when logged in to admin. The Drupal version
"name": "drupal/core",
"version": "8.8.6",
The website encountered an unexpected error. Please try again later. Error: Class 'Kint' not found in Drupal\devel\Plugin\Devel\Dumper\Kint->configure() (line 34 of modules/devel/src/Plugin/Devel/Dumper/Kint.php).
Update to 8.8.6 ends with "The website encountered an unexpected error. Please try again later." and this Message from Logs:
Drupal\Core\Extension\Exception\UnknownExtensionException: The module expandable_search does not exist. in Drupal\Core\Extension\ExtensionList->get()(Zeile 265 in core/lib/Drupal/Core/Extension/ExtensionList.php)
Doing an upgrade for the security path to 8.8.4 from 8.8.6. Doing this manually (delete core, vendor, *.* .[a-z]*) then tar the 8.8.6 file). Run update.php and get the upgrade splash screen then the dreaded: "The website encountered an unexpected error. Please try again later."
I am trying to create a restaurant website. I have 2 slideshows configured in views. One is a collection of beers and the other is a collection of food. I put both slideshows in the content section as blocks. No matter what I do, either with a twig file or css, I cannot get them to appear side by side. They always show up one over the other. What is the best way to display these side by side?
So I am working on building a site at dev.mydomain.com but after I will want to add it to mydomain.com without having to retype all my taxmonies and articles and extensions if possible is there a way to change the domain after I get it set up so I can make changes on our dev launch as I push content to our main site