smarty-php / smarty

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

Fixed Call to a member function method() on null #972

Closed hoangnamitc closed 4 months ago

hoangnamitc commented 4 months ago

$smarty ->assign('data', $data) ->fetch($tpl_file)

Error: Call to a member function fetch() on null

kythuatwebso commented 4 months ago

Same issues: $smarty->assign(compact('data'))->fetch($tpl_file)

wisskid commented 4 months ago

Had to create https://github.com/smarty-php/smarty/pull/973 since I somehow messed the base target up. thanx for the report.