Hi Richard,
I am getting validation error in the seo checker tab, like "Error during validation of document (propably a template error), details are logged in the Umbraco log."
Previously it was not even giving the title, focus keyword and other. But now they are there, only validation result is giving error.
Also, the log message in umbracolog file is different. So I m createing new topic. The error log is as follow.
2015-03-25 16:49:49,590 [7] ERROR SEOChecker.Core.Helpers.Request - [Thread 24] SEOChecker: Error could not load url http://mywebsite/umbraco/dialogs/preview.aspx?id=3139
System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at SEOChecker.Core.Helpers.Request.GetStream(String url, HttpCookieCollection cookies, String userAgent)
2015-03-25 16:49:49,593 [7] ERROR SEOChecker.Core.Validation.DocumentValidator - [Thread 24] 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)
Error on validation
Hi Richard, I am getting validation error in the seo checker tab, like "Error during validation of document (propably a template error), details are logged in the Umbraco log." Previously it was not even giving the title, focus keyword and other. But now they are there, only validation result is giving error.
Also, the log message in umbracolog file is different. So I m createing new topic. The error log is as follow.
2015-03-25 16:49:49,590 [7] ERROR SEOChecker.Core.Helpers.Request - [Thread 24] SEOChecker: Error could not load url http://mywebsite/umbraco/dialogs/preview.aspx?id=3139 System.Net.WebException: The remote server returned an error: (404) Not Found. at System.Net.HttpWebRequest.GetResponse() at SEOChecker.Core.Helpers.Request.GetStream(String url, HttpCookieCollection cookies, String userAgent) 2015-03-25 16:49:49,593 [7] ERROR SEOChecker.Core.Validation.DocumentValidator - [Thread 24] 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)
Hi,
It's because the preview page can't be reached. Did you change the Umbraco folder name by any chance?
Best,
Richard
Hi Richard,
Yes I have changed my default Umbraco folder to.. another in order to change the cms admin path. Is it the main issue for above issue?
Regards
Tri
Hey Richard,
I'm evaluating SEO Checker but want to see the validation work before I can purchase.
I'm running my setup locally and I get the same issue as mentioned here.
When i open the url that goes wrong according to my logfile it just opens. I can also use the preview functionality on my homepage.
How can i fix this and get SEO Checker working?
The log states:
Thanks in advance!
Hi Edwin,
I have seen this sometimes and is alwasy because the webclient object can't make a connection. Make sure your server can have outgoing connections.
Best,
Richard
is working on a reply...