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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | non-existent-service-3227462-1.patch | 1.27 KB | shahzad-anwar |
| Screenshot 2021-08-10 at 6.11.03 AM.png | 125.24 KB | shahzad-anwar | |
| Screenshot 2021-08-10 at 6.10.35 AM.png | 18.96 KB | shahzad-anwar |
Comments
Comment #2
shahzad-anwar commentedI was able to fix the flow with this.