Cannot see newly published changes - cache problem?
This thing drives me crazy! I have a simple content item. I change it in the admin area, publish it and then I switch to the public site and refresh it - it still shows old content!!! Is it something to do with caching?
You can check if your nodes are getting published for sure by looking at the 'umbraco.config' file.
If you are using version 4.5 or above this file is in the App_Data folder, otherwise it's in the Data folder.
Open this file (it's an xml file, just with a .config extension) and search for your new content, if it's in here then publishing is fine but there's a problem with the way you are displaying your data.
If the data you are displaying is done so via a macro then ensure that the macro is not being cached (developer - macros - Cache Period) set this to 0.
Cannot see newly published changes - cache problem?
This thing drives me crazy! I have a simple content item. I change it in the admin area, publish it and then I switch to the public site and refresh it - it still shows old content!!! Is it something to do with caching?
You can check if your nodes are getting published for sure by looking at the 'umbraco.config' file.
If you are using version 4.5 or above this file is in the App_Data folder, otherwise it's in the Data folder.
Open this file (it's an xml file, just with a .config extension) and search for your new content, if it's in here then publishing is fine but there's a problem with the way you are displaying your data.
If the data you are displaying is done so via a macro then ensure that the macro is not being cached (developer - macros - Cache Period) set this to 0.
If you still have problems then look at Dirks advice here http://our.umbraco.org/forum/ourumb-dev-forum/bugs/12453-umbracoconfig-dosent-gets-created on the 2nd post.
Rich
Thanks. I've fixed that by deleting Umbraco.config file. Do I need to to this every time I publish content?! This sucks :(
No, you certainly don't have to do it everytime.
Maybe something went wrong on a publish, or you needed to republish the site, if it happens again then something is wrong so post back here.
Best of luck
Rich
is working on a reply...