Replies: 2 comments 1 reply
-
Hello, I strongly suggest you to update from 3.4 to 4.4, then from 4.4 to 5.4, then from 5.4 to 6.x. I cannot spot the error at the first glance; can you create a reproducer? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the same issue right after upgrade from 4.4 to 5.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to update symfony from 3.4 to 6.0.1
And I got an error
Class "" used for service "security.listener.user_checker.integration" cannot be found.
I have this error for each blocks in firewalls section
I checked https://github.com/symfony/symfony/blob/6.0/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php#L119
and
https://github.com/symfony/symfony/blob/6.0/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php#L472
So ChildDefinition has no class(but has parent)
And I can't understand how it should work. Which class should be returned in RegisterListenersPass and where it should be set
I understand that it's hard to jump over so many versions. But I just want to figure out how it should work.
Beta Was this translation helpful? Give feedback.
All reactions