Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello, Just wondering if anyone has ever seen this error before:
WARN Our.Umbraco.DocTypeGridEditor.Bootstrap No view file found with the name /Views/Partials/Grid/DocTypeGridEditors/docTypeLanding.cshtml
The docTypeLanding is one of the Doc Type Grid Editors in config so it shouldn't be looking for this if we have the view set to the standard right?
It seems to be hammering the log files for ever instance we are using.
Thanks Mike
Thanks Mike, just noticed that this happens on a site I'm currently building too. (I hadn't noticed it before)
The message gets logged at this line... https://github.com/leekelleher/umbraco-doc-type-grid-editor/blob/develop/src/Our.Umbraco.DocTypeGridEditor/Extensions/ViewEnginesCollectionExtensions.cs#L18
Maybe we need to change this to be LogHelper.Info or LogHelper.Debug?
LogHelper.Info
LogHelper.Debug
Cheers, - Lee
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
WARN Our.Umbraco.DocTypeGridEditor.Bootstrap No view file found with the name...
Hello, Just wondering if anyone has ever seen this error before:
WARN Our.Umbraco.DocTypeGridEditor.Bootstrap No view file found with the name /Views/Partials/Grid/DocTypeGridEditors/docTypeLanding.cshtml
The docTypeLanding is one of the Doc Type Grid Editors in config so it shouldn't be looking for this if we have the view set to the standard right?
It seems to be hammering the log files for ever instance we are using.
Thanks Mike
Thanks Mike, just noticed that this happens on a site I'm currently building too. (I hadn't noticed it before)
The message gets logged at this line...
https://github.com/leekelleher/umbraco-doc-type-grid-editor/blob/develop/src/Our.Umbraco.DocTypeGridEditor/Extensions/ViewEnginesCollectionExtensions.cs#L18
Maybe we need to change this to be
LogHelper.Info
orLogHelper.Debug
?Cheers,
- Lee
is working on a reply...