ddowie
ddowie
How to reproduce: [index.php](https://paste.ofcode.org/B3HXMc43Ft3NmVjdDf8Rzs) [test.tpl](https://paste.ofcode.org/3agtV9yWqHzgwnEa8vvUkeF) [menu.tpl](https://paste.ofcode.org/se4uYtSufyZ7bjNH692ipM) [product-card.tpl](https://paste.ofcode.org/yXWkQeWDzLcMLGe8tnfXTP) If `$smarty->caching = 1;` and cache/compiles are deleted, on the first load "_Invalid compiled template error_" occurs. If `$smarty->caching = 0;` and cache/compiles...
Workaround is to add different compile ID for the same - included subtemplate with same cache ID at different location.
Same problem here. Cant add file to context. Only one directory in workspace, not in .gitignore
In my situation, workspace > - folder_abc - modules/ - .... ... it allows me to select(autocomplete) files for context only from the modules/ subdir I tried adding new workspaces,...