lunetics-org / LocaleBundle

Locale Bundle for symfony
MIT License
187 stars 76 forks source link

non-existent service "lunetics_locale.session_guesser" #232

Open thanosp opened 11 months ago

thanosp commented 11 months ago

Hi. I encountered the error below while upgrading a project to symfony 5.4. From my understanding it could be because of the session-service-deprecation which makes RemoveSessionPass cause the error message. Does that sound plausible? Any suggested workaround?

In CheckExceptionOnInvalidReferenceBehaviorPass.php line 86:
The service "lunetics_locale.guesser_manager" has a dependency on a non-existent service
 "lunetics_locale.session_guesser". Did you mean one of these:  
"lunetics_locale.query_guesser", "lunetics_locale.router_guesser",
 "lunetics_locale.cookie_guesser", "lunetics_locale.guesser_manager"?