I was trying to install a new module and got the following error message:
"The website encountered an unexpected error. Please try again later."
I was completely unable to access the site again and forced to restore to a previous back-up.
I tried again and this time it happened again when trying to re-install some Features module dependency modules, which I had previously installed successfully. E.g. Config override, at which point I got the same error message again.
This has happened to me several times in the last couple of months.
I have a Drupal 8 multisite installation set up and working fine (on different ports) except for one issue. Two of my sites are:
drupal8.jordan.com:9204
drupal8.jordan.com:9206
If I browse to Site 1 and log in and then refresh any page on Site 2, I am automatically logged out of site 1. If I open Site 1 in one browser and log in, then open site 2 in another browser and log in, they work perfectly fine.
While installing drupal 7 project on my localhost with php version 5.6 in Ubuntu. I am getting this error continously which is not letting me to install the project.
Multibyte string output conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_output setting. Please refer to the PHP mbstring documentation for more information.
Sorry if this a newb question. I am on a shared server. I have ssh, but do not have root permissions.
I'm trying to get familiar with Composer and Drupal 8. I'm confused about which working directory to be in before I install composer.phar, and then the subsequent downloads of core, etc. I am assuming that we don't want all of this under the docroot, but there is no mention of this in the documentation, it only specifies a 'project' directory.