Hi,

I have recently updated our site to Drupal 9.2.3. stripe_registration 1.x-dev is marked as Drupal 9 compatible. But after update we have encountered the following issue.

a:6:{s:5:"%type";s:72:"Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException";s:8:"@message";s:59:"You have requested a non-existent service "entity.manager".";s:9:"%function";s:53:"Drupal\Component\DependencyInjection\Container->get()";s:5:"%file";s:112:"/Library/WebServer/Documents/d4/schooling-online/web/core/lib/Drupal/Component/DependencyInjection/Container.php";s:5:"%line";i:156;s:17:"@backtrace_string";s:3479:"#0 /Library/WebServer/Documents/d4/schooling-online/web/modules/contrib/stripe_registration/src/Controller/UserSubscriptionsController.php(49): Drupal\Component\DependencyInjection\Container->get('entity.manager')

So the registration flow is broken due to this. Preparing a fix ATM

Comments

shahzad-anwar created an issue. See original summary.

shahzad-anwar’s picture

StatusFileSize
new1.27 KB

I was able to fix the flow with this.