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 unregistered static method "Smarty::SMARTY_VERSION" in a template is deprecated and will be removed in a future release. Use Smarty::registerClass to explicitly register a class for access. in vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php on line 2430
Suggest changing the above line to use {$smarty.version}, unless it's better to register the class -- in which case it should get registered within smarty_internal_debug.php
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
{debug}
to your .tpl file$smarty->display('the_file.tpl');
Note the deprecation notice:
I'm on Smarty Version 4.5.4.
smarty/src/debug.tpl
Line 111 in a1b4c9c
Suggest changing the above line to use
{$smarty.version}
, unless it's better to register the class -- in which case it should get registered withinsmarty_internal_debug.php
The text was updated successfully, but these errors were encountered: