-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
You have requested a non-existent service "debug.error_handler_configurator". #50504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does #50498 fix this? |
This PR was merged into the 6.3 branch. Discussion ---------- [FrameworkBundle] ease migration to symfony 6.3 | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | kind of | New feature? | no | Deprecations? | no | Tickets | #50504 | License | MIT | Doc PR | - Commits ------- 06ab7ec [FrameworkBundle] ease migration to symfony 6.3
Hello! Is there any possible workaround to fix this error message before the fix will be released? |
@OleksiiBulba you can use the dev version of the package. Alternatively, you could remove the old cache (the one generated by the old version of Symfony) with |
Thanks @stof, updating to the dev package and downgrading back to release helped (I did it before seeing your answer) :) |
Symfony version(s) affected
6.3.0
Description
after upgrade symfony from 6.2 to 6.3 calls cache clear got error:
You have requested a non-existent service "debug.error_handler_configurator".
How to reproduce
upgrade from 6.2 to 6.3
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: