Copied to clipboard

Flag this post as spam?

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


  • julius 107 posts 289 karma points
    Oct 17, 2012 @ 00:28
    julius
    0

    I can't find the XML cache anywhere in my 4.5.1 site

    Hello,

    I just downloaded and installed a production site on my laptop. It uses Umbraco 4.5.1. In umbracoSettings.config I can see that XmlCacheEnabled is set to true, but I can't find the XML cache anywhere.

    There is a file \umbraco\data\umbraco.config which is usually used for the XML cache if I remember correctly, but it is empty and hasn't been updated for months, even though I added nodes in Umbraco.

    I tried finding the XML cache by adding a node called "thisisauniquenodename" and searching the entire application for that string using Total Commander. All it returned are the following files

    \App_Data\ExamineIndexes\Internal\Queue\MYCOMP-4811-668358d8330d4c05b3b5029aea52ec7a.add
    \App_Data\ExamineIndexes\Internal\Queue\MYCOMP-4811-ba2b533e6fa64f1f93e3aa1228fa47cc.add

    But I believe these are Lucene indexes or something. Or is this used to store my precious nodes in 4.5.1? I don't get it.

    Help is very much appreciated.

     

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Oct 17, 2012 @ 04:27
    Tom Fulton
    0

    Hi julius,

    Try checking the App_Data folder.  If not, check your web.config for this setting:

    <add key="umbracoContentXML" value="~/App_Data/umbraco.config" />

    That should be the path of the XML cache.

    - Tom

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies