Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to undefined method Twig\Extension\CoreExtension::dateConverter() #4030

Closed
mmarton opened this issue Apr 17, 2024 · 3 comments
Closed

Comments

@mmarton
Copy link

mmarton commented Apr 17, 2024

Hi!

just updated my project:

twig/extra-bundle: v3.9.0
twig/intl-extra: v3.9.0
twig/twig: v3.8.0 (kept back by stimulus-bundle)

now this
{{ date|format_datetime(pattern='EEEE HH:mm') }} throws the exception: Call to undefined method Twig\Extension\CoreExtension::dateConverter()

it was working fine with v3.8.0

@kl3sk
Copy link

kl3sk commented Apr 17, 2024

Same problem the method dateConverter doesn't exists in Twig\Extension\CoreExtension as v3.9.0

@Benedikt-Brunner
Copy link
Contributor

#4027 fixed with 3.9.2

@fabpot
Copy link
Contributor

fabpot commented Apr 17, 2024

Fixed and tag added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants