- 🇮🇳India mahtab_alam
I was getting the same error, rebuilding the cache drush cache-rebuild worked for me.
I spun up an install of 8.9.x-dev this morning on PHP 7.3. Installation went fine, as well as the GUI process for running the install. After accepting the settings, though, got WSOD with this message: The website encountered an unexpected error. Please try again later.
To be sure there wasn't anything out-of-date, I ran composer update
, and then reloaded the VM.
In running drush uli
, the response I got was:
In EntityTypeRepository.php line 98:
The Drupal\user\Entity\User class does not correspond to an entity type.
In checking the logs, found this:
AH01071: Got error 'PHP message: Uncaught PHP Exception InvalidArgumentException: "No check has been registered for access_check.permission" at /var/www/[site]/web/core/lib/Drupal/Core/Access/CheckProvider.php line 97'
Local environment is Drupal VM (latest), VirtualBox. My other Drupal (8.8 and lower) projects are running fine in this environment.
Closed: duplicate
9.4
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I was getting the same error, rebuilding the cache drush cache-rebuild worked for me.