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
After some changes in Smarty from 3.1.27 to 3.1.28 (also 3.1.29) I got errors with my template structure. It isn't possible to include templates relative to an extended template, because the included template will be searched relative to the highest extended template. Use this simplyfied structure to rebuild the problem:
You will get the following:Fatal error: Uncaught --> Smarty: Unable to load template file './include/test.tpl' in 'file:../index.tpl' <-- thrown in /srv/www/paul.dev.ls.local/stand-alone-pages/tests/smarty/libs/sysplugins/smarty_internal_template.php on line 139
The text was updated successfully, but these errors were encountered:
After some changes in Smarty from 3.1.27 to 3.1.28 (also 3.1.29) I got errors with my template structure. It isn't possible to include templates relative to an extended template, because the included template will be searched relative to the highest extended template. Use this simplyfied structure to rebuild the problem:
index.tpl
layout.tpl
page.tpl
test.tpl
You will get the following:Fatal error: Uncaught --> Smarty: Unable to load template file './include/test.tpl' in 'file:../index.tpl' <-- thrown in /srv/www/paul.dev.ls.local/stand-alone-pages/tests/smarty/libs/sysplugins/smarty_internal_template.php on line 139
The text was updated successfully, but these errors were encountered: