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
ERROR [assetic] The template "FpJsFormValidatorBundle::javascripts-dev.html.twig" contains an error: Unknown "update_js_lib" function in "FpJsFormValidatorBundle::javascripts-dev.html.twig" at line 13. [] []
On website it shows:
An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "_assetic_a4f1674_0" as such route does not exist.").
Problem description:
Assetic tries to get resources from 'test' TWIG file and in this file is call to a function that is definied only in test environment.
When I type bin/console assetic:dump it shows:
On website it shows:
Problem description:
Assetic tries to get resources from 'test' TWIG file and in this file is call to a function that is definied only in test environment.
System:
Symfony: 3.3.6
PHP: 7.1.8
AsseticBundle: 2.8.2
The text was updated successfully, but these errors were encountered: