Copied to clipboard

Flag this post as spam?

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


  • Bhavesh Jadav 35 posts 144 karma points
    Apr 04, 2016 @ 10:46
    Bhavesh Jadav
    0

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

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

    Hi,

    while i am creating new blog and click on save and publish getting error Oops: this document is published but is not in the cache (internal error)

    but when i click on save and publish 2nd time, it's working well and there is no error.

    Umbraco Version 7.3.0

    uBlogsy Version 4.1.2 enter image description here

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 08, 2016 @ 11:05
    Dennis Adolfi
    0

    Maybe related to this thread?

    https://our.umbraco.org/forum/using/ui-questions/41642-Oops-this-document-is-published-but-is-not-in-the-cache-internal-error

    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>
    
  • Bhavesh Jadav 35 posts 144 karma points
    Apr 08, 2016 @ 11:22
    Bhavesh Jadav
    0

    Hi Dennis,

    I have checked my umbracoSettings.config file and distributedCall enable is already false.

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 08, 2016 @ 11:27
    Dennis Adolfi
    0

    Any error your logs?

  • Bhavesh Jadav 35 posts 144 karma points
    Apr 08, 2016 @ 11:43
    Bhavesh Jadav
    0

    Hi Dennis,

    Please find below error :

    2016-04-08 17:07:44,200 [39] DEBUG Umbraco.Web.Routing.DefaultUrlProvider - Couldn't find any page with nodeId=6862. This is most likely caused by the page not being published.

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 08, 2016 @ 11:49
  • 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