after download drupal files on host, go to my site for continue install, but "Additional uncaught exception thrown while handling exception"
what does it mean? what will i do?
php 7.0, drupal 8.2.6
Additional uncaught exception thrown while handling exception.
Original
Error: Call to undefined function Drupal\Core\Site\hash_hmac() in Drupal\Core\Site\Settings::getApcuPrefix() (line 168 of /home/optstone/optstone.ru/docs/core/lib/Drupal/Core/Site/Settings.php).
I'm running Ubuntu 16.04 as a VM in VirutalBox. I installed apache, php and maria. Then I tried to install Drupal but when I go to http://localhost, all I see is the Apcahe2 default homepage. I don't see startup installation page of Drupal. I followed the instruction give here http://idroot.net/linux/install-drupal-ubuntu-16-04/
Is there any way to force drupal to import the config files from another site? I cannot use the configuration installer profile as seems that is not working with Open Social.
So I might have totally missed something, but have tried searching for the answer to this some time now but have come up empty. So, when installing Drupal 8, setting language to Swedish, how do I actually get the right collation in the database? Doesn't matter if I create a database with the collation I want, when installing and adding nodes Drupal seems to create them with collation utf8mb4_general_ci and I can't seem to find a way to remedy this.
What have I missed? Any help with this would be awesome.