Copied to clipboard

Flag this post as spam?

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


  • Alex Reyes 10 posts 30 karma points
    Jan 06, 2014 @ 09:47
    Alex Reyes
    0

    uBlogsyPost is accessible in frontend but not in backend

    Hi. I've encountered an instance of a blog post that is accessible (via direct link) in the frontend but not listed in the Umbraco backend. Tried to query the said umbracoNode was already deleted previously.

    What I'd like to know is:

     

    1. Why is the blog post still accessible after deletion? And how should this be fixed (when the item cannot be seen from Umbraco)?
    2. Would it still be possible to "un-delete" this blog post and make it accessible in Umbraco?

     

    Thanks.

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jan 06, 2014 @ 10:14
    Dennis Aaen
    0

    Hi Alex,

    Here are my thoughts on this and it may help you.

    1. It could sounds like the site has cached the blog post, have you tried to clear the browser cache.

    2. If you have deleted the blog post from the Umbraco backend, have you tried to look at the recycle bin in the Content section, to see if you can find the deleted blog post there (if so), you could try to restore it again.

    This are just my thoughts on what you could try. Hope it helps,

    /Dennis

  • Alex Reyes 10 posts 30 karma points
    Jan 06, 2014 @ 14:49
    Alex Reyes
    0

    Re: 1, tried to clear the cache by opening and saving the web.config (application restart), but the blog post is still accessible.

    Re: 2, managed to find the uBlogsyPost in the Content recycle bin. When I selected the said item, the following error was shown:

    [ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000']
       umbraco.cms.businesslogic.web.Document.setupNode() +736
       umbraco.cms.businesslogic.web.Document..ctor(Int32 id) +19
       uBlogsy.BusinessLogic.DocumentService.GetDocumentByAlias(Document current, String rootAlias, String alias) in D:\_PROJECTS\Personal\uBlogsy - Blog\Branches\2.1.0.0\uBlogsy\uBlogsy.BusinessLogic\DocumentService.cs:148
       uTagsy.Web.usercontrols.uTagsy.datatypes.uTagsy.OnLoad(EventArgs e) in D:\_PROJECTS\Personal\uBlogsy - Blog\Branches\2.1.0.0\uBlogsy\uBlogsy\usercontrols\uTagsy\uTagsy.ascx.cs:48
       System.Web.UI.Control.LoadRecursive() +71
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
    
  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Jan 06, 2014 @ 15:27
    Anthony Dang
    0

    This is an umbraco bug that pops up every now and then... the easiest thing to do is to clean it up directly with sql.

    You can manually change trashed, parentId, and the path in sql and it should put the node back.

     

  • Alex Reyes 10 posts 30 karma points
    Jan 07, 2014 @ 12:42
    Alex Reyes
    0

    Just to be clear, this (the blog post being accessible in frontend but not in backend) is not a uBlogsy bug but rather an intermittent bug in Umbraco. Is this understanding correct?

    Any particular reason/cause as to why this happens?

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Jan 07, 2014 @ 16:16
    Anthony Dang
    0

    It's possible that your umbraco cache file contains a node which has been deleted. Thus, the public site will still show the page. 

    This is can occure in umbraco 4.x. Don't ask my how to protect against it though :)

     

     

     

Please Sign in or register to post replies

Write your reply to:

Draft