You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not much more to say, just upgrade to the latest doctrine bundle (2.6.0) and see it break. I would guess that doctrine/DoctrineBundle#1472 is the culprit here.
bobvandevijver@webdev81:~/project$ bin/console cache:clear --no-warmup --ansi
In App_KernelDevDebugContainer.php line 3091:
Call to undefined method Doctrine\DBAL\Configuration::setMiddlewares()
Details
Question
Answer
Relevant Bolt Version
5.1.5
Install type
Composer install
BC Break
no
PHP version
8.0
The text was updated successfully, but these errors were encountered:
I have spoken too soon, this is related to Sentry (as we use that in our project as well): getsentry/sentry-symfony#607. Using the fix suggested there fixes the issue!
Not much more to say, just upgrade to the latest doctrine bundle (2.6.0) and see it break. I would guess that doctrine/DoctrineBundle#1472 is the culprit here.
Details
The text was updated successfully, but these errors were encountered: