smarty-php / smarty

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
Other
2.25k stars 708 forks source link

undefined extension class 'Smarty_Internal_Method_Get_Template_Vars' #1023

Closed FFAMax closed 4 months ago

FFAMax commented 4 months ago

Hello, Team. Moving from v2 to v4 and getting this error. is it compatible?

wisskid commented 4 months ago

Smarty v3 (itself already unsupported) was a major rewrite from v2. It seems you are using an internal class, so errors like this are to be expected. Please refer to the upgrade notes.