The service "serializer" has a dependency on a non-existent service "entity.manager"
CommentFileSizeAuthor
#9 3154838-9.patch710 bytesdivyesh19
#3 3154838-3.patch2.49 KBsuzymasri
#2 3154838-2.patch2.81 KBsuzymasri

Comments

suzymasri created an issue. See original summary.

suzymasri’s picture

Status: Active » Needs review
StatusFileSize
new2.81 KB

Patch attached.

suzymasri’s picture

StatusFileSize
new2.49 KB

Corrected object name in comments block.

timmillwood’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

  • suzymasri committed 827477e on 8.x-1.x
    Issue #3154838 by suzymasri: Missing "entity.manager" error
    
suzymasri’s picture

Status: Reviewed & tested by the community » Fixed
benoit.condaminet’s picture

Very strange, I still have this issue with the last release (beta7) : The service "serializer" has a dependency on a non-existent service "entity.manager".
It happens when I "drush en" the module.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

divyesh19’s picture

StatusFileSize
new710 bytes

There's one instance where deprecated service entity.manager is still present.
Addressed the same in attached patch.

divyesh19’s picture

Okay, this is fixed in #3170770: Remove deprecated "entity.manager" service. Thanks Suzy.