Missing Entries Under Document Type Settings Tree Node
Hi.
I have recently upgraded a site from Umbraco V7.4.1 - V7.6.6. Once the upgrade was complete I installed SEO Checker V1.10.1. This seemed to go OK but one thing I have noticed is when I go to the SEO Checker section in the back office and go to Settings\Document type settings, most of my document types are missing. I am seeing document types that don't have templates associated with them, such as compositions, but any with a template are not shown.
I have organised my document types into a folder structure, such as:
Main Site Folder
Presentation Folder
Article Document Type
System Folder
System Document Type
Compositions
...
But all I see under SEO Checker is the top level "Main Site Folder" with nothing underneath. This was working fine under the previous SEO Checker version of 1.9.4.
1). SEOChecker.Core.Helpers.Request -
SEOChecker: Error could not load url https://mysite.local/1076.aspx
System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at SEOChecker.Core.Helpers.Request.GetStream(String url, HttpCookieCollection cookies, String userAgent)
2). 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)
But this could be due to the fact that I have both HTTP and HTTPS domains set but have temporarily disabled SSL.
I have discovered something interesting that might help diagnose this issue. Under the document types folder I created a dummy document type without a template. When I refreshed the SEO Checker Document Type Settings this dummy doc type appear and all my other doc types. When I deleted the dummy doc type and refreshed they all disappeared just leaving the empty folder again so it seems to be a problem with document types that have templates attached.
Missing Entries Under Document Type Settings Tree Node
Hi.
I have recently upgraded a site from Umbraco V7.4.1 - V7.6.6. Once the upgrade was complete I installed SEO Checker V1.10.1. This seemed to go OK but one thing I have noticed is when I go to the SEO Checker section in the back office and go to Settings\Document type settings, most of my document types are missing. I am seeing document types that don't have templates associated with them, such as compositions, but any with a template are not shown.
I have organised my document types into a folder structure, such as:
But all I see under SEO Checker is the top level "Main Site Folder" with nothing underneath. This was working fine under the previous SEO Checker version of 1.9.4.
Can anyone assist with this, thanks.
Hi AL,
That is strange I have the same structure on 7.6 as well. Anything in the logs?
Hi Richard.
Thanks for the speedy reply!
There are the following 2 exceptions in the log:
But this could be due to the fact that I have both HTTP and HTTPS domains set but have temporarily disabled SSL.
Thanks.
Those are not related to page loading in backoffice. :-(
Hi Richard.
I have discovered something interesting that might help diagnose this issue. Under the document types folder I created a dummy document type without a template. When I refreshed the SEO Checker Document Type Settings this dummy doc type appear and all my other doc types. When I deleted the dummy doc type and refreshed they all disappeared just leaving the empty folder again so it seems to be a problem with document types that have templates attached.
Hi Richard.
I was just wondering if you had any more thoughts on this issue?
Thanks.
No it's really weird works with the latest starter kit as well :-(
is working on a reply...