umbraco v
4.0.2.1 (Assembly version: 1.0.3441.17657)
I am having problems when publishing content. The content is edited in the backend and then publsihed. In the front end the change will show up when the page is refreshed, if you then refresh the page again or navigate away from the page and then back again the change disapears Further refeshing then switches between old and new content untill after a while the content stabilises to the newer version.
There is no load balancing on the servers this is running on.
Any help or suggestions would be very much appreciated.
I'm having the same problem on our corporate website. Our communication department publishes content and reviews the work. Everything looks fine. But on a different computer the old content is visible.
A sollution that works, but is not great, is deleting the data/umbraco.config file and restarting the webapplication.The cachefile gets refreshed and everything is back to normal.
I've never experienced this behaviour in the development environment. Could this be related to the environment our ISP is providing ? Or is there another reason why this keeps happening ?
I have had some weird caching issues on a specific host also, and although its not a fantastic solution, I solved it by disabling xml cache in the config/umbracoSettings.config
I'll try the "<XmlCacheEnabled>False</XmlCacheEnabled>" solution. I'm quite sure that the problems we had are not browser related, but backend related. Disable the XML cache sound the logical thing s to to. I'm not sure if this disables the memory cache also. Any ideas ?
I've tried the XmlCacheEnabled setting, but the problem still exists. I think it is the memory cache that is causing this problem but I have no solution yet (other than an application reset). Strange thing is that is seemed to work ok for a while, but after looking at the website a few hours later, the old content appeared again. In the backend everything looked fine, but the frontend is showing the sitiuation before the last publication.
We encountered the same issue. None of the suggestions here helped. We thought we solved this by running in a dedicated app pool, but after a while the problem returned. Now recycling the app pool no longer helps either.
We are having this exact same issue. albeit only with images. I have set XmlCacheEnabled to False, ContinouslyUpdateXmlDiskCache=False and UmbracoLibraryCacheDuration = 0.
When we update an image on a page from the media library, it flicks between old and new for about half and hour or so before settling down and displaying the correct image on the page.
Any ideas - it is defo not a browser issue as we have tried it on x4 browsers on x5 machines - 20 browsers can't all be caching the same thing!
Content Caching Issue
Hi I am running the following install of umbraco
umbraco v 4.0.2.1 (Assembly version: 1.0.3441.17657)
I am having problems when publishing content. The content is edited in the backend and then publsihed. In the front end the change will show up when the page is refreshed, if you then refresh the page again or navigate away from the page and then back again the change disapears Further refeshing then switches between old and new content untill after a while the content stabilises to the newer version.
There is no load balancing on the servers this is running on.
Any help or suggestions would be very much appreciated.
Lachlann
HI,
Are you sure that your browser is not caching the pages, which browser are you using?
Rich
Hi there, I am using firefox 3.5 i have tried clearing my cache but the probelm persists.
L
I'm having the same problem on our corporate website. Our communication department publishes content and reviews the work. Everything looks fine. But on a different computer the old content is visible.
A sollution that works, but is not great, is deleting the data/umbraco.config file and restarting the webapplication.The cachefile gets refreshed and everything is back to normal.
I've never experienced this behaviour in the development environment. Could this be related to the environment our ISP is providing ? Or is there another reason why this keeps happening ?
great product by the way....
Remco
+1, same problem I have on a new Umbraco version 4.0.3. :(
I have had some weird caching issues on a specific host also, and although its not a fantastic solution, I solved it by disabling xml cache in the config/umbracoSettings.config
I have the same problem with version 4.0.2.1 and it happened a few weeks ago, seems around the same time that you have posted this message.
I can solve it by adding a different get request to the the page editcontent.aspx?id=1010&fresresh=12345678
The random id forces explorer to retrieve the page again with the necessary changes.
Did something get installed around that time?
It seems we installed a patch KB974417, maybe it is important?
I have tested and the problem exists with IE7 and IE8.
Not with IE6 or any Firefox version (Mac / Windows) I can find.
I'll try the "<XmlCacheEnabled>False</XmlCacheEnabled>" solution. I'm quite sure that the problems we had are not browser related, but backend related. Disable the XML cache sound the logical thing s to to. I'm not sure if this disables the memory cache also. Any ideas ?
regards
Remco
I've tried the XmlCacheEnabled setting, but the problem still exists. I think it is the memory cache that is causing this problem but I have no solution yet (other than an application reset). Strange thing is that is seemed to work ok for a while, but after looking at the website a few hours later, the old content appeared again. In the backend everything looked fine, but the frontend is showing the sitiuation before the last publication.
All ideas are welcome
regards
Remco
I did something else because I have had the exact same problem:
<XmlCacheEnabled>False</XmlCacheEnabled>
<ContinouslyUpdateXmlDiskCache>False</ContinouslyUpdateXmlDiskCache>
False them both just once, touch the web.config (open it and save it with no changes to rebuild).
Then look at your site and see that it works (hopefully) then True them both again.
It has worked for me on several projects. Hope it will help for you as well.
Regards,
Scott
We encountered the same issue. None of the suggestions here helped. We thought we solved this by running in a dedicated app pool, but after a while the problem returned. Now recycling the app pool no longer helps either.
<BUMP>
We are having this exact same issue. albeit only with images. I have set XmlCacheEnabled to False, ContinouslyUpdateXmlDiskCache=False and UmbracoLibraryCacheDuration = 0.
When we update an image on a page from the media library, it flicks between old and new for about half and hour or so before settling down and displaying the correct image on the page.
Any ideas - it is defo not a browser issue as we have tried it on x4 browsers on x5 machines - 20 browsers can't all be caching the same thing!
Cheers
Iain
is working on a reply...