PreValueDisplayResolver - Could Not Find Persisted Pre-Value for Field
Recently upgraded Umbraco from 6.x to 7.4.3. Fixed most of the issue so far, though I've noticed a few of these in my Umbraco log:
2016-06-03 12:34:19,000 [P12168/D2/T6] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field preview
2016-06-03 12:34:19,000 [P12168/D2/T6] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field defaultValue
2016-06-03 12:34:43,117 [P12168/D2/T12] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field showOpenButton
2016-06-03 12:34:43,117 [P12168/D2/T12] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field showEditButton
2016-06-03 12:34:43,117 [P12168/D2/T12] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field startNodeId
2016-06-03 12:34:43,117 [P12168/D2/T12] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field showPathOnHover
2016-06-03 12:34:43,526 [P12168/D2/T12] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field default
2016-06-03 12:37:13,818 [P12168/D2/T13] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max
Anybody know what might be causing this and if it's something I should worry about?
I wonder if this is related to the models builder that now comes with Umbraco, though I disabled it in my web.config:
2016-09-14 15:35:31,347 [P8136/D7/T255] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field editor
2016-09-14 15:35:31,347 [P8136/D7/T255] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field hideLabel
2016-09-14 15:35:31,347 [P8136/D7/T406] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field editor
2016-09-14 15:35:31,347 [P8136/D7/T406] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field hideLabel
What worked for me was to go over all of the Data Types and re-save those that had issues in them.
Open the umbraco error.log (from App_Data\Logs...) in the text editor and watch for changes in the log.
Go to the Umbraco backoffice - Developer - Data Types and click on each of them, watching for the error.log emitting WARN line. When you click on such a Data Type, simply re-save it, clicking on the Save button.
PreValueDisplayResolver - Could Not Find Persisted Pre-Value for Field
Recently upgraded Umbraco from 6.x to 7.4.3. Fixed most of the issue so far, though I've noticed a few of these in my Umbraco log:
Anybody know what might be causing this and if it's something I should worry about?
I wonder if this is related to the models builder that now comes with Umbraco, though I disabled it in my web.config:
Hi,
Yes, Am also getting same above issue while seeing the log after upgrading umbraco version 7.1.1 to 7.4.3.
Me too, on version 7.5.2
I think I might have caused this error myself by duplicating preValues in a (pretty long) Category List.
What worked for me was to go over all of the Data Types and re-save those that had issues in them.
Open the umbraco error.log (from App_Data\Logs...) in the text editor and watch for changes in the log.
Go to the Umbraco backoffice - Developer - Data Types and click on each of them, watching for the error.log emitting WARN line. When you click on such a Data Type, simply re-save it, clicking on the Save button.
Works.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.