Problem/Motivation

On Drupal 9, I am getting a WSOD

Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "entity.manager". in Drupal\Component\DependencyInjection\Container->get() (line 156 of drupal9.2.19/html/core/lib/Drupal/Component/DependencyInjection/Container.php).

this is the line of code:
contrib/invite/src/Form/InviteForm.php:49: $container->get('entity.manager'),

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

SocialNicheGuru created an issue. See original summary.

socialnicheguru’s picture

Version: 2.0.x-dev » 8.x-1.x-dev
socialnicheguru’s picture

Status: Active » Needs review
StatusFileSize
new1.96 KB
avpaderno’s picture

Status: Needs review » Reviewed & tested by the community