- Issue created by @Peter Majmesku
I tried to install the MongoDB module with a vanilla Drupal project for making sure, that no individual setup conflicts with the MongoDB setup. I got errors and broke this vanilla Drupal project.
Create a vanilla Drupal project (only core, not CMS) via DDEV:
Add the MongoDB DDEV extension (see https://github.com/ddev/ddev-mongo):
Install the MongoDB Drupal Modul:
Afterwards the Drush console shows the following error:
➜ drupal-11 d drush en mongodb -y
[error] Error: Call to undefined method Drupal\menu_link_content\MenuLinkContentStorage::getJsonStorageCurrentRevisionTable() in Drupal\mongodb\EntityQuery\Condition->addConditions() (line 284 of /var/www/html/web/modules/contrib/mongodb/src/EntityQuery/Condition.php) #0 /var/www/html/web/modules/contrib/mongodb/src/EntityQuery/Condition.php(51): Drupal\mongodb\EntityQuery\Condition->addConditions()
If I like to sign-in via /user/login to my Drupal site, I get the following error:
The website encountered an unexpected error. Try again later.
Error: Call to undefined method Drupal\Core\Entity\Sql\SqlContentEntityStorage::getJsonStorageCurrentRevisionTable() in Drupal\mongodb\EntityQuery\Condition->addConditions() (line 284 of modules/contrib/mongodb/src/EntityQuery/Condition.php).
Active
3.1
Miscellaneous