Hello,
I have a fatal error during install (I tried twice) due to the missing table "user__allowed_languages" :
The website encountered an unexpected error. Please try again later.
User error: Drupal\Core\Database\DatabaseExceptionWrapper thrown while calling __toString on a Drupal\Core\StringTranslation\TranslatableMarkup object in /var/www/html/mysite-d8/web/core/lib/Drupal/Core/Database/Connection.php on line 686: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mysite.user__allowed_languages' doesn't exist
I guess that during the installation, Allowed Languages module has to create this table and thus should not rise this error. My website has the right to create tables in MySQL, so I guess there is not environement reason that this missing table is not created. Actually, seeing source code of the module, I don't see what lines of code create the table ?
This problem may be due to the release of 18 March 2019 because I had tested the module a few weeks ago and he worked perfectly.
Thanks for your answer and your work !
Postponed: needs info
1.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.