Hi - If I make a change in the admin area of any content node, all is well and it saves (using save and publich) perfectly, but when I go to view it at the site, the change hasn't been made - its the old text.
So I log back in to the admin, and check the content node - the change has been made?
I use save and publish, and have also published the node container.
Could you try taking a look in the umbraco.config-file? This is where Umbraco publishes any content to, in XML-format. If you are using v. 4.x.x you can find the file in the /data-folder, and if you are running v. 4.5 the file is found in the /App_Data-folder.
When you find the file, you can see the content that is currently used on the site.
And could you also check to see if the file is write-protected/Read only? Umbraco need to have permissions to write in this file, and if thats not possible, the changes that you make inside the CMS won't be vissible on the site.
Another thing you can try is to delete the file, and see if the changes are vissible when you make a full republish again.
As Kim says, my first port of call would be to check permissions. If this doesn't work, I'd check whether your hosting company are using load balanced servers. I had a similar issue with a hosting company a while ago, where they had load balancing setup on the shared accounts, so had to configure umbraco accordingly.
Content Nodes not publishing
Hi - If I make a change in the admin area of any content node, all is well and it saves (using save and publich) perfectly, but when I go to view it at the site, the change hasn't been made - its the old text.
So I log back in to the admin, and check the content node - the change has been made?
I use save and publish, and have also published the node container.
I have just moved the site from another host.
Any ideas
Hi Tye
Could you try taking a look in the umbraco.config-file? This is where Umbraco publishes any content to, in XML-format. If you are using v. 4.x.x you can find the file in the /data-folder, and if you are running v. 4.5 the file is found in the /App_Data-folder.
When you find the file, you can see the content that is currently used on the site.
And could you also check to see if the file is write-protected/Read only? Umbraco need to have permissions to write in this file, and if thats not possible, the changes that you make inside the CMS won't be vissible on the site.
Another thing you can try is to delete the file, and see if the changes are vissible when you make a full republish again.
/Kim A
Thanks Kim - I had just found that in another thread and that was exactly it :)
Hi Tye,
As Kim says, my first port of call would be to check permissions. If this doesn't work, I'd check whether your hosting company are using load balanced servers. I had a similar issue with a hosting company a while ago, where they had load balancing setup on the shared accounts, so had to configure umbraco accordingly.
If this is the case, I'd take a look at the "Umbraco for load balanced environments" on the wiki: http://our.umbraco.org/wiki/install-and-setup/installing-umbraco-for-load-balanced-environments, or checkout the video on umbraco.tv
Matt
is working on a reply...