Copied to clipboard

Flag this post as spam?

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


  • Joe Glombek 2 posts 22 karma points
    Jan 05, 2021 @ 14:55
    Joe Glombek
    0

    System.NullReferenceException at SEOChecker.Core.Helpers.UmbracoUrlHelper+<>c.<GetPublishStateOfPath>b__0_3

    Hi Richard,

    It looks like SEOChecker throws this error if a page is published but has an unpublished anscestor:

    SEOChecker: SEOChecker: Error validating document '3986'
    System.NullReferenceException: Object reference not set to an instance of an object.
       at SEOChecker.Core.Helpers.UmbracoUrlHelper.<>c.<GetPublishStateOfPath>b__0_3(<>f__AnonymousType0`2 <>h__TransparentIdentifier0)
       at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
       at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
       at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
       at SEOChecker.Core.Extensions.UmbracoExtensions.DocumentExtensions.HasUnpublishedParents(IContent document)
       at SEOChecker.Core.Extensions.UmbracoExtensions.DocumentExtensions.DetermineDocumentState(IContent doc)
       at SEOChecker.Core.Umbraco.DocumentWrappers.UmbracoDocument..ctor(IContent doc, IContextInfo info, String culture, String segment)
       at SEOChecker.Core.Repository.Umbraco.UmbracoDocumentRepository.Single(Int32 id, IContextInfo context, String culture, String segment)
       at SEOChecker.Core.Validation.DocumentValidator.Validate(Int32 documentId, IContextInfo context, String culture, Boolean validateKeyWords, String focusKeyword)
       at SEOChecker.Core.Repository.Queue.AnalyserQueueRepository.ProcessQueue(IContextInfo context)
    

    I'm not seeing this error again when I've unpublished the child pages too.

    Joe

  • Thomas 212 posts 480 karma points c-trib
    Jan 27, 2021 @ 10:45
    Thomas
    0

    Having the same issue.. My log at filled with these errors. around 94 errors every sec. A real pressure on the server

    Did you find a solution ?

  • Joe Glombek 5 posts 75 karma points c-trib
    Jan 27, 2021 @ 12:12
    Joe Glombek
    0

    Our temporary fix was to unpublish all the children too (there weren't too many in our case, fortunately).

    But hoping for a proper bug fix at some point.

  • 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