doctrine/DoctrineMigrationsBundle

Profiler crashes after update from 3.1.1

bt-nn opened this issue · 2 comments

bt-nn commented

Hi,

after composer update doctrine/doctrine-migrations-bundle the debug toolbar breaks. I tried 3.2.2 down to 3.1.2 and got always the same error.
grafik

I use

  • symfony: 5.4.3
  • doctrine/doctrine-bundle: 2.5.5
  • doctrine/orm: 2.9.6

Did you clear the cache after upgrading?

bt-nn commented

Yes. Composer clears the cache after the update. But i also ran a c:c manually.
BUT cause of your writing i tried the update again and deleted the cache with rm -rf and that worked.
Thanks