Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alex 35 posts 55 karma points
    Oct 15, 2010 @ 07:54
    Alex
    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?

  • Rich Green 2246 posts 4008 karma points
    Oct 15, 2010 @ 08:42
    Rich Green
    0

    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



  • Alex 35 posts 55 karma points
    Oct 15, 2010 @ 08:45
    Alex
    0

    Thanks. I've fixed that by deleting Umbraco.config file. Do I need to to this every time I publish content?! This sucks :(

  • Rich Green 2246 posts 4008 karma points
    Oct 15, 2010 @ 09:14
    Rich Green
    0

    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

     

Please Sign in or register to post replies

Write your reply to:

Draft