html - Smarty.class.php error -
i'm setting smarty, , seems work fine, new html generated there 1 error message follows:
"notice: undefined property: smarty::$complie_dir in /applications/xampp/xamppfiles/smarty-3.1.18/libs/smarty.class.php on line 705".
it seems there problem in smarty.class.php contents.
any ideas, please.
you want access smarty::$complie_dir
property named compile_dir
not complie_dir
.
however seems won't work anyway because use smarty 3.1.18 and:
as of smarty 3.1 attribute $compile_dir no longer accessible directly. use getcompiledir() , setcompiledir() instead.
so should use 2 methods or change compile directory
Comments
Post a Comment