Symfony 6.4
ganti opened this issue ยท 4 comments
ganti commented
Q | A |
---|---|
auditor-bundle version |
5.2.4 |
PHP version | 8.2.13 |
Symfony version | 6.4.1 (LTS) |
Database | MariaDB 10.2 |
Summary
Since updating from Symfony 6.3 to 6.4 i see the follwing error
Current behavior
Error when loading /audit
You cannot use the "render" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".
How to reproduce
Update to symfony 6.4
Expected behavior
no error
Riches commented
I'm having the same issue as you, specifically with this bundle and after upgrading from 6.3 to 6.4. It seems not everyone has this issue. It's also not clear why this message is appearing, Twig seems to be installed correctly and is perfectly usable from other contexts.
DamienHarper commented
ganti commented
it works again, thx for fixing @OskarStark