Google says badrequest. Exclude for validation is a god idea for vnext to configure on document type level as well. For now validation will be skipped when a template is missing.
You can add a normal description for the bad request items in /appplugins/seochecker/lang/....xml copy reportIssueBrokenMedia404 and rename 404 to 400.
The Umbraco version is 7.10.4 and SeoChecker: 2.2.3
There is multiple doctypes and I cant find a way to debug. I actually think it's all pages in the installation but I haven't counted them all. When running a new validation I get a lot of log entries - but I don't know if this is related.
WARN Our.Umbraco.DocTypeGridEditor.Bootstrap - No view file found with the name /Views/Partials/docType.cshtml
Another issue In the validation issues view, when I press the <> code button I also get an YSOD - I guess it tries to open the template view.
Could not load type 'Umbraco.Web.UI.Umbraco.Settings.Views.EditView'. ---> System.Web.HttpParseException (0x80004005): Could not load type 'Umbraco.Web.UI.Umbraco.Settings.Views.EditView'. ---> System.Web.HttpException (0x80004005): Could not load type 'Umbraco.Web.UI.Umbraco.Settings.Views.EditView'.
[reportIssueBrokenMedia_400]
Hi Richard,
I got a lot of validation errors with code [reportIssueBrokenMedia_400] - what does it mean?
Is it posible to exclude certain documenttypes to be validated. They must have a template.
/Søren
Hi Søren,
Google says badrequest. Exclude for validation is a god idea for vnext to configure on document type level as well. For now validation will be skipped when a template is missing.
You can add a normal description for the bad request items in /appplugins/seochecker/lang/....xml copy reportIssueBrokenMedia404 and rename 404 to 400.
Best,
Richard
Hi Richard,
Ok but there shouldn't be a bad request as I see it. How can I debug this - is there a way to do it ?
The template is a [uDatefoldersy] Folder Redirect which contains a Response.Redirect
Is there a way to set a property on the template to exclude from validation then ?
You can only set it on document level. Is it only this doctype or also other doctypes that give the 400 error?
Hi Richard,
The Umbraco version is 7.10.4 and SeoChecker: 2.2.3
There is multiple doctypes and I cant find a way to debug. I actually think it's all pages in the installation but I haven't counted them all. When running a new validation I get a lot of log entries - but I don't know if this is related.
Another issue In the validation issues view, when I press the <> code button I also get an YSOD - I guess it tries to open the template view.
Could it be that the firewall is blocking all requests? The Httpclient from the server needs to be able to make a connection to the page.
Above errors are not SEOChecker related, SEOChecker will alwayus log with prefix SEOChecker
I dont know - We will leave it as it is
is working on a reply...