'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 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.
'BrokenLinks' validator doesn't give much info back
Hi, On every page that is published im getting the following error:
It's not very clear as to what is null, any ideas
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
Thanks for the quick response.
Is there anyway to disable the brokenlinks validator incase we can't configure the server to allow outgoing connections.
No sorry it validates all items including broken links
is working on a reply...