DamienHarper / auditor-bundle

The missing audit log library
MIT License
400 stars 121 forks source link

Symfony 6.4 #380

Closed ganti closed 11 months ago

ganti commented 11 months ago
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 11 months ago

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.

Riches commented 11 months ago

This is fixed by https://github.com/DamienHarper/auditor-bundle/pull/379

DamienHarper commented 11 months ago

@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.

ganti commented 11 months ago

it works again, thx for fixing @OskarStark