When I click on the Export Nodes tab in the Content page I get this error:
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "entity.manager". in Drupal\Component\DependencyInjection\Container->get() (line 151 of /home/ftpuser/RetamaD83/web/core/lib/Drupal/Component/DependencyInjection/Container.php).
This seems to be common.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupal-9-issues-3156474-5.patch | 14.91 KB | rishabhthakur |
| #5 | interdiff_3-9.txt | 13.25 KB | rishabhthakur |
| #3 | 3156474-3.patch | 1.18 KB | karishmaamin |
Comments
Comment #2
mmjvb commentedTry replacing entity.manager with entity_type.manager
Comment #3
karishmaamin commentedHere is the patch which replaces entity.manager with entity_type.manager, Please review
Comment #4
karishmaamin commentedComment #5
rishabhthakur commentedI have checked #3 patch its work fine with Drupalv9.0 & 9.1
I have modify patch file with fixing coding standards too.
Comment #6
rajeevchoudhary commentedI have also checked #3 patch its work fine with Drupalv9.0 & 9.1
its working fine
Comment #7
rajeevchoudhary commentedComment #8
mmjvb commentedThe proper sequence is to set it to RTBC, which should get the attention of a maintainer. Who will apply the patch via a commit when in agreement. And set this issue to Fixed.
Comment #10
gaurav.kapoor commentedThanks, everyone for working on this.