We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm trying to install the bundle but when executing the cache script, I've :
In JsFormValidatorTwigExtension.php line 13:
Attempted to load class "Twig_Extension" from the global namespace. !! Did you forget a "use" statement?
The text was updated successfully, but these errors were encountered:
I think it because of new Twig twigphp/Twig-extensions#243 You need use Twig less than 3.0
Sorry, something went wrong.
However, my Twig version is 2.12.5 :
<p>The current version is {{ constant('Twig_Environment::VERSION') }}</p>
https://github.com/twigphp/Twig/blob/v2.12.5/lib/Twig/Extension.php - you need turn on compatibility for this
No branches or pull requests
Hello,
I'm trying to install the bundle but when executing the cache script, I've :
In JsFormValidatorTwigExtension.php line 13:
Attempted to load class "Twig_Extension" from the global namespace.
!! Did you forget a "use" statement?
The text was updated successfully, but these errors were encountered: