DamienHarper/auditor-bundle

Symfony 6.4

ganti opened this issue ยท 4 comments

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

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.

This is fixed by #379

@Riches Latest release (5.2.5) includes #379.
I close this issue as it should be fixed in 5.2.5, feel free to reopen if needed.

it works again, thx for fixing @OskarStark