I could not get the SEO Checker validation results in umbraco. Its showing the following error, Error during validation of document (propably a template error), details are logged in the Umbraco log.
When I check Umbraco log,
ERROR SEOChecker.Core.Validation.DocumentValidator - [Thread 18] 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, Boolean validateUnpublishedData)
SEO Checker Validation Results Error
Hi there,
I could not get the SEO Checker validation results in umbraco. Its showing the following error, Error during validation of document (propably a template error), details are logged in the Umbraco log.
When I check Umbraco log,
ERROR SEOChecker.Core.Validation.DocumentValidator - [Thread 18] 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, Boolean validateUnpublishedData)
How can I solve this issue?
is working on a reply...