Copied to clipboard

Flag this post as spam?

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


  • Bezmundo 48 posts 139 karma points
    Dec 20, 2016 @ 12:04
    Bezmundo
    0

    'BrokenLinks' validator doesn't give much info back

    Hi, On every page that is published im getting the following error:

    Using validator 'BrokenLinks'
    System.ArgumentNullException: Value cannot be null.
    Parameter name: format
       at System.String.Format(String format, Object arg0, Object arg1)
       at SEOChecker.Validators.ContentValidators.Links.BrokenLinkValidator.Parse(ValidationResult result, IUmbracoDocument document, HtmlDocument htmlDocument, IContextInfo contextInfo)
       at SEOChecker.Core.Validation.SEOValidator.Validate(ValidationResult validationResult, IUmbracoDocument document, HtmlDocument htmlDocument, IContextInfo context)
    

    It's not very clear as to what is null, any ideas

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Dec 20, 2016 @ 12:06
    Richard Soeteman
    0

    Hi,

    It's just the exception that gets logged in this case. It can't propably create an outgoing connection to validate the page. Make sure the server allows outgoing connections.

    Hope this helps, Richard

  • Bezmundo 48 posts 139 karma points
    Dec 20, 2016 @ 12:10
    Bezmundo
    0

    Thanks for the quick response.

    Is there anyway to disable the brokenlinks validator incase we can't configure the server to allow outgoing connections.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Dec 20, 2016 @ 12:15
    Richard Soeteman
    0

    No sorry it validates all items including broken links

Please Sign in or register to post replies

Write your reply to:

Draft