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
Using Smarty 3.1.29 I'm getting the following error when setting this code up in the demo folder.
Catchable fatal error: Argument 3 passed to Smarty_Internal_Runtime_FilterHandler::runFilter() must be an instance of Smarty_Internal_Template, null given, called in C:\WebRoot\smarty.3.1.29\libs\sysplugins\smarty_internal_templatecompilerbase.php on line 429 and defined in C:\WebRoot\smarty.3.1.29\libs\sysplugins\smarty_internal_runtime_filterhandler.php on line 33
I was originally on 3.1.21 and it seems like ~3.1.28 introduced this error.
Commenting/Un-Commenting out the loadFilter() call throws the error or not
Using Smarty 3.1.29 I'm getting the following error when setting this code up in the demo folder.
I was originally on 3.1.21 and it seems like ~3.1.28 introduced this error.
Commenting/Un-Commenting out the loadFilter() call throws the error or not
demo/index.php
demo/plugins/postfilter.donothingatall.php
demo/templates/index.tpl
demo/templates/parent.tpl
The text was updated successfully, but these errors were encountered: