Copied to clipboard

Flag this post as spam?

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


  • Fiona 16 posts 197 karma points
    Aug 08, 2022 @ 10:08
    Fiona
    0

    SEOChecker error adding documents to the publication queue

    We're using:

    • Umbraco 8.18.4
    • SEO Checker 2.11.2

    We're getting 10+ of the same errors every day from the SEO Checker saying:

    SEOChecker: SEOChecker: SEOChecker error adding documents to the publication queue

    System.NullReferenceException: Object reference not set to an instance of an object.
       at PackageGarden.Licensing.ValidationContext.MapPath(String )
       at PackageGarden.Licensing.Validator.(String , String , String , String , Int32 , ValidationContext )
       at SEOChecker.Licensing.ProductLicense.get_Instance()
       at SEOChecker.Core.Config.Configuration.()
       at SEOChecker.Core.Config.Configuration.get_Triggers()
       at SEOChecker.Events.DocumentPublishedHandler.(IContentService , ContentPublishedEventArgs )
    

    What is causing these errors and how can we fix them?


    Edit: We figured it might have something to do with child-nodes being published while their parent-node is unpublished, so we unpublished the child-nodes as well. Unfortunately this didn't solve the problem.

  • Fiona 16 posts 197 karma points
    Aug 16, 2022 @ 11:51
    Fiona
    100

    We manged to solve the issue by re-saving the child-nodes (mentioned in the edit) after unpublishing them.

Please Sign in or register to post replies

Write your reply to:

Draft