Closed pgnd closed 6 months ago
@pgnd thanks for open the issue. Doing a clean installation with the latest release of flynt should use twig 3.9.2 https://github.com/flyntwp/flynt/blob/790d6cc1ce7096a1d7e9222601f83a06ebfa87f0/composer.lock#L651
You run into trouble only after updating an older Flynt installation and not using a clean installation of 2.1.1, aren't you?
The issue seem to be fixed in twig 3.10.1: https://github.com/timber/timber/issues/2993#issuecomment-2106771406
Can you confirm this?
You run into trouble only after updating an older Flynt installation and not using a clean installation of 2.1.1, aren't you?
here, on a clean install, subsequently updated
Can you confirm this?
confirmed
with
composer show twig/twig | grep version
versions : * v3.10.1
all good.
@pgnd thanks for the reply. I think then the issue is not related to the release itself and can be closed. Do you object to this?
@timohubois
nope, just informational at this point.
on an udpated install of Wordpress Flynt v2.1.1 theme, including Timber 2.x-dev
on access to my site front-page, I see
the call stack identifies,
the source of the problem is a deprecation in just-released twig 3.10,
filed upstream @ Timber,
"Fatal Error: Uncaught Logic Exception -- twig 3.10 deprecation @ timber/src/Twig.php" https://github.com/timber/timber/issues/2994