We are intermittently getting the ERROR during validation of document error on one of our content node. The complete error showing on the back-end is "ERROR during validation of document (probably a template error), details are logged in the Umbraco Log." This is what we have in the log and nothing more that could hint what happened. We are using Umbraco 7.7.6 with SEOChecker 1.10.2.
ERROR SEOChecker.Core.Validation.DocumentValidator - SEOChecker: Error when validation document
System.ArgumentNullException: Value cannot be null.
Parameter name: stream
at System.IO.StreamReader..ctor(Stream stream, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean leaveOpen)
at System.IO.StreamReader..ctor(Stream stream, Encoding encoding)
at SEOChecker.Core.Validation.DocumentValidator.Validate(Int32 documentId, IContextInfo context)
We are still getting this error even with Validation already turned off. Also, I checked the site and there are Outbound calls recorded so the server allows outgoing connections.
What else could be causing this issue? We are getting a lot of these errors when nodes are saved. Also, I already tried creating a simple docType with one textstring property and an SEOChecker property. When a node of that type is saved, we get the same exact error - Value cannot be null.
Hi Richard, I went to the documentation page looking for where the dataype validation can be configured but did not find it. I also looked under Settings and did not find it there. Can you let me know where to set it? Thanks.
ERROR during validation of document
Hello,
We are intermittently getting the ERROR during validation of document error on one of our content node. The complete error showing on the back-end is "ERROR during validation of document (probably a template error), details are logged in the Umbraco Log." This is what we have in the log and nothing more that could hint what happened. We are using Umbraco 7.7.6 with SEOChecker 1.10.2.
Hi,
Make sure your server supports outgoing connections. Usually a firewall setting. Then it can make HTTP requests and checks the site for you.
Hope this helps,
Richard
Hi Richard,
We are still getting this error even with Validation already turned off. Also, I checked the site and there are Outbound calls recorded so the server allows outgoing connections.
What else could be causing this issue? We are getting a lot of these errors when nodes are saved. Also, I already tried creating a simple docType with one textstring property and an SEOChecker property. When a node of that type is saved, we get the same exact error - Value cannot be null.
Hi the datatype is also validating. This will be configurable in V2. But are all outbound links also reported as broken links?
Best,
Richard
Hi Richard, I went to the documentation page looking for where the dataype validation can be configured but did not find it. I also looked under Settings and did not find it there. Can you let me know where to set it? Thanks.
On the datatype you see the following options
select Never validate and it will nevcer validate.
Best,
Richard
That worked! Thanks Richard.
Hey
I'm getting a lot of log errors
SEOChecker: SEOChecker: Error validating document ''
I have notes it's only on node where the parent node are not published but the current node are. hen the error comes.
Any work arounds?
Hi Thomas,
Then the document itselft can't be rendered (throws 404). Best to publish teh parent I guess?
Best,
Richard
is working on a reply...