// composer.json
{
"require": {
"php": "^8.0.2",
"ext-ctype": "*",
"ext-iconv": "*",
"babdev/pagerfanta-bundle": "^3.6", // v3.6.1
"composer/package-versions-deprecated": "^1.11", // 1.11.99.5
"doctrine/annotations": "^1.13", // 1.13.2
"doctrine/dbal": "^3.3", // 3.3.5
"doctrine/doctrine-bundle": "^2.0", // 2.6.2
"doctrine/doctrine-migrations-bundle": "^3.2", // 3.2.2
"doctrine/orm": "^2.0", // 2.11.2
"knplabs/knp-markdown-bundle": "^1.8", // 1.10.0
"knplabs/knp-time-bundle": "^1.18", // v1.18.0
"pagerfanta/doctrine-orm-adapter": "^3.6", // v3.6.1
"pagerfanta/twig": "^3.6", // v3.6.1
"sensio/framework-extra-bundle": "^6.0", // v6.2.6
"sentry/sentry-symfony": "^4.0", // 4.2.8
"stof/doctrine-extensions-bundle": "^1.5", // v1.7.0
"symfony/asset": "6.0.*", // v6.0.7
"symfony/console": "6.0.*", // v6.0.7
"symfony/dotenv": "6.0.*", // v6.0.5
"symfony/flex": "^2.1", // v2.1.7
"symfony/form": "6.0.*", // v6.0.7
"symfony/framework-bundle": "6.0.*", // v6.0.7
"symfony/mailer": "6.0.*", // v6.0.5
"symfony/monolog-bundle": "^3.0", // v3.7.1
"symfony/property-access": "6.0.*", // v6.0.7
"symfony/property-info": "6.0.*", // v6.0.7
"symfony/proxy-manager-bridge": "6.0.*", // v6.0.6
"symfony/routing": "6.0.*", // v6.0.5
"symfony/runtime": "6.0.*", // v6.0.7
"symfony/security-bundle": "6.0.*", // v6.0.5
"symfony/serializer": "6.0.*", // v6.0.7
"symfony/stopwatch": "6.0.*", // v6.0.5
"symfony/twig-bundle": "6.0.*", // v6.0.3
"symfony/ux-chartjs": "^2.0", // v2.1.0
"symfony/validator": "6.0.*", // v6.0.7
"symfony/webpack-encore-bundle": "^1.7", // v1.14.0
"symfony/yaml": "6.0.*", // v6.0.3
"symfonycasts/verify-email-bundle": "^1.7", // v1.10.0
"twig/extra-bundle": "^2.12|^3.0", // v3.3.8
"twig/string-extra": "^3.3", // v3.3.5
"twig/twig": "^2.12|^3.0" // v3.3.10
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.4", // 3.4.1
"phpunit/phpunit": "^9.5", // 9.5.20
"rector/rector": "^0.12.17", // 0.12.20
"symfony/debug-bundle": "6.0.*", // v6.0.3
"symfony/maker-bundle": "^1.15", // v1.38.0
"symfony/var-dumper": "6.0.*", // v6.0.6
"symfony/web-profiler-bundle": "6.0.*", // v6.0.6
"zenstruck/foundry": "^1.16" // v1.18.0
}
}
12 Comments
I'm gettting this error:
I can't seem to solve it
Hello @Maestro,
What exact command fails? That error is ok for upgrade process you just need to upgrade
doctrine/migrationstooCheers!
Have you encountered this error when upgrading from 5.4 to 6.0 ?
I understand the code enabling the new authenticator manager has been dropped in symfony 6, since it is now the only authentication system. But I have checked, I don't call that anywhere in my code.
Hey Nicolas,
Since the new authenticator system is enabled by default, you'll have to disable it or upgrade your security system
Cheers!
Thank you Mollokhan.
The thing is... I am using the new security system ! I followed the steps in this tutorial.
I will double check to see if some old code ( linked to fosuser maybe ) isn't causing this.
Turns out it was a freak cache issue.
I had cleared the cache with
bin/console cache:clearmany times, but only after doingrm -r var/cache/*did my web debug toolbar come back.Ha! That's totally unexpected, but for some reason, Symfony's cache gets "stuck" from time to time. So, is a good idea to clear the cache manually when something does not make any sense.
Cheers!
Hey guys!
Oddly, after upgrading to Symfony 6, my web debug toolbar is not working. Instead of the toolbar, I get the symfony logo and the message "An error occurred while loading the web debug toolbar." How do I chase down that error?
Thanks!
Never mind! The symfony serve error log pointed out the problem. Somehow, I lost the enable_authenticator_manager: true line in my security.yaml file. When I put that back, the web debug toolbar worked.
Thanks for the great tutorial (as always!)
You can try to chase down a web debug toolbar breakdown by looking at the network tab in the navigator dev tools. You should see a xhr request (filter for xhr) for the debug toolbar and if you click on it, you should find its response and more convenient the preview of that response, which shows the error message.
Next chapter (17) is not allowed.
I see a message:
"This website symfonycasts.com/screencast... is currently offline. Cloudflare's Always Online⢠shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh."
Update:
All right now
Hey dzianisr
Sorry for this, we had an internal issue and it took some time to fix it.
Thanks for staying with us! Cheers and have a nice day!
"Houston: no signs of life"
Start the conversation!