You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@schmunk42@samdark
I think #155 released in 2.4.3 already fixed this issue, and once released #154 in 2.5.0 will provide support for twig3.9 as well.
I think this issue is resolved.
After a recent composer/update, I'm getting the above error.
What steps will reproduce the problem?
{{ this.registerCssFile("@web/css/report.css") }}
What's expected?
No error
What do you get instead?
An exception has been thrown during the rendering of a template ("Call to undefined function twig_get_attribute()").
Additional info
Twig 3.9.0
Yii Framework 2 twig extension 2.4.2 September 04, 2022
Error is at line 54 of Template.php
return \twig_get_attribute($env, $source, $object, $item, $arguments, $type, $isDefinedTest, $ignoreStrictCheck);
The text was updated successfully, but these errors were encountered: