8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Symfony version(s) affected: 5.2 or above
Description this feature doesn't work with symfony debug-pack How to reproduce
at this point it should work as expected, but if you add symfony debug-pack composer require debug
composer require debug
you will get an exception like this
Attempted to call an undefined method named "setCallbackWrapper" of class "Symfony\Component\Cache\Adapter\TraceableAdapter".
Possible Solution maybe add \Symfony\Component\Cache\Traits\ContractsTrait in \Symfony\Component\Cache\Adapter\TraceableAdapter also?
\Symfony\Component\Cache\Traits\ContractsTrait
\Symfony\Component\Cache\Adapter\TraceableAdapter
The text was updated successfully, but these errors were encountered:
@nicolas-grekas
Sorry, something went wrong.
Thanks for the issue. See #42445 for the fix.
bug #42445 [Cache] fix wiring async cache recomputing in debug mode (…
320d5f2
…nicolas-grekas) This PR was merged into the 5.3 branch. Discussion ---------- [Cache] fix wiring async cache recomputing in debug mode | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #42408 | License | MIT | Doc PR | - Commits ------- db60d1f [Cache] fix wiring async cache recomputing in debug mode
No branches or pull requests
Symfony version(s) affected: 5.2 or above
Description
this feature doesn't work with symfony debug-pack
How to reproduce
at this point it should work as expected, but if you add symfony debug-pack
composer require debug
you will get an exception like this
Attempted to call an undefined method named "setCallbackWrapper" of class "Symfony\Component\Cache\Adapter\TraceableAdapter".
Possible Solution
maybe add
\Symfony\Component\Cache\Traits\ContractsTrait
in\Symfony\Component\Cache\Adapter\TraceableAdapter
also?The text was updated successfully, but these errors were encountered: