Copied to clipboard

Flag this post as spam?

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


  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 07:50
    kodermax
    0

    What is umbraco.config?

    do I need it if I use umbraco.sdf?

  • Rik Helsen 670 posts 873 karma points
    Jun 18, 2015 @ 07:55
    Rik Helsen
    0

    it's the filesystem cache of your entire website, used to render pages faster.

    you can only remove it if you configure your website accordingly (to e.g. keep this cache in memory instead of on disk)

    As described by Richard S. in another topic:

    Basically this is what's happening. Whenever you publish/unpublish a node the internal cache is modified. When modifying the internal cache, the cache file file (umbraco.config) is also modified by default(think in the exact same way). So the internal cache and xml file should be in sync. This umbraco.config file is only needed for a faster initial application startup.

    In the config file /config/umbracoSettings.config you find the settingXmlCacheEnabled set this to false and the Umbraco.config file will not be updated anymore, it will take a bit longer to startup your app though.

  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 07:55
    kodermax
    0

    Can I remove it?

  • Rik Helsen 670 posts 873 karma points
    Jun 18, 2015 @ 07:57
    Rik Helsen
    1

    I'd say no :)

    Who do you want to?

  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 07:58
    kodermax
    0

    I noticed that some items disappear from media section

  • Rik Helsen 670 posts 873 karma points
    Jun 18, 2015 @ 08:32
    Rik Helsen
    0

    I doubt the media section uses the config at all, it queries the db?

    have you tried reloading the nodes of the entire media section? maybe you are encountering browser cache.

    enter image description here

  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 09:09
    kodermax
    0

    where the cache is stored?

  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 09:30
    kodermax
    0

    on the website it is displayed, but in the dB they are gone

  • Rik Helsen 670 posts 873 karma points
    Jun 18, 2015 @ 09:39
    Rik Helsen
    0

    let's get this sorted. on your front-end, you can open the image URL, it'll look something like this:

    http://www.orbitone.com/media/1176/webinar.png

    remember the filename go to the media section of your site, and use the search to find that file.

    enter image description here Any result?

  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 09:42
    kodermax
    0

    Yes, i have search result, but when i click, i got error

    Request error: The URL returned a 404 (not found): 
    /umbraco/backoffice/UmbracoApi/Media/GetById
    
  • Rik Helsen 670 posts 873 karma points
    Jun 18, 2015 @ 09:54
    Rik Helsen
    0

    are you sure it's a media section upload, and not a upload datatype on a content node? in the last case the media item is not available in the media section but only on the content node.

    Show some screenshots of:

    • front-end
    • where & how you select this image in the content node
  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 09:55
    kodermax
    0

    this is content node. i made reviews carousel and slider carousel, but reviews go away.

  • Rik Helsen 670 posts 873 karma points
    Jun 18, 2015 @ 11:44
    Rik Helsen
    0

    i don't see anything?

  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 11:46
  • Rik Helsen 670 posts 873 karma points
    Jun 18, 2015 @ 11:48
    Rik Helsen
    0

    anything in recycle bin?

  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 11:49
  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 12:47
  • Rik Helsen 670 posts 873 karma points
    Jun 18, 2015 @ 12:54
    Rik Helsen
    0

    i doubt looking at cache is going to fix your issue & I can't see what happened based on the information i have available.

  • kodermax 39 posts 59 karma points
    Jun 18, 2015 @ 13:11
    kodermax
    0

    information is lost after restarting the application

  • kodermax 39 posts 59 karma points
    Jun 19, 2015 @ 07:05
    kodermax
    0

    when i change .cshtml this page, and restart application, lost entries is lost

Please Sign in or register to post replies

Write your reply to:

Draft