Copied to clipboard

Flag this post as spam?

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


  • Greg 12 posts 102 karma points
    Jun 08, 2013 @ 19:06
    Greg
    0

    Oops: this document is published but is not in the cache (internal error)

    I've created a new document type and created a page from this type. I've filled out all the required fields and published the page and I get the following error in the Link to document field

    Oops: this document is published but is not in the cache (internal error)

    and the following error in the log file

    2013-06-08 18:03:14,209 [59] WARN  Umbraco.Web.Routing.NiceUrlProvider - [Thread 5] Couldn't find any page with nodeId=3198. This is most likely caused by the page not being published.

    Any ideas

  • Greg 12 posts 102 karma points
    Jun 10, 2013 @ 13:36
    Greg
    100

    It turns out that umbraco was configured to use distributedCalls which wasnt updating the local cache properly.

    config/umbracoSettings.config

    <settings>
    <distributedCall enable="true" /> <!-- This needs to be false -->
    </settings>
  • 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