I added a template to my Umbraco v6 site, and browsed to the site to see that it was working properly. Now when im doing changes to the template, the old template is still shown. I have tried to republish the pages, and resave the template but nothing is changed. So it seems like the old template is cached. I haven't experienced this problem before in v4, how do i solve this?
Old site template is cached
I added a template to my Umbraco v6 site, and browsed to the site to see that it was working properly. Now when im doing changes to the template, the old template is still shown. I have tried to republish the pages, and resave the template but nothing is changed. So it seems like the old template is cached. I haven't experienced this problem before in v4, how do i solve this?
Have you set your page to use the new template ?
Dave
Yes i have, i have also tried removing the node using the template and recreating it but it still uses the cached version.
You can clear the xml cache using something like .umbraco/clearcache
I will try and find out what the path is :)
Also you might want to try and remove the files from:
root\App_Data\TEMP
Have you tried?:
@Rick, i did all of those three and then it worked! Wonder why it was so hard however to get rid of the cached template...
is working on a reply...