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
Open page1.php (which $smarty->fetch('page1.tpl'))
Page displayed ok
Open page2.php (which $smarty->fetch('page2.tpl'))
Get "Fatal error: Uncaught --> Smarty: Unable to find template function 'category_select2' <-- thrown in _**/smarty_internal_runtime_tplfunction.php on line 45"
Clear all compiled templates files
Open page2.php
Page displayed ok
Open page1.php
Get Fatal error: Uncaught --> Smarty: Unable to find template function 'category_select' <-- thrown in *__/smarty_internal_runtime_tplfunction.php on line 45
Clear all compiled templates files again
Open page1.php
Page displayed ok
Do any change in page1.tpl
Open page1.php
Get Fatal error: Uncaught --> Smarty: Unable to find template function 'category_select' <-- thrown in _/smarty_internal_runtime_tplfunction.php on line 45
The text was updated successfully, but these errors were encountered:
pikusov
changed the title
{function} doesn't work width {extend} in 3.1.28
{function} doesn't work with {extend} in 3.1.28
Dec 8, 2015
Parent template file named index.tpl:
Child template named page1.tpl:
Another child template named page2.tpl:
Page displayed ok
Get "Fatal error: Uncaught --> Smarty: Unable to find template function 'category_select2' <-- thrown in _**/smarty_internal_runtime_tplfunction.php on line 45"
Page displayed ok
Get Fatal error: Uncaught --> Smarty: Unable to find template function 'category_select' <-- thrown in *__/smarty_internal_runtime_tplfunction.php on line 45
Page displayed ok
Get Fatal error: Uncaught --> Smarty: Unable to find template function 'category_select' <-- thrown in _/smarty_internal_runtime_tplfunction.php on line 45
The text was updated successfully, but these errors were encountered: