Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Jun 03, 2016 @ 19:43
    Nicholas Westby
    0

    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:

    <add key="Umbraco.ModelsBuilder.Enable" value="false" />
    <add key="Umbraco.ModelsBuilder.ModelsMode" value="Nothing" />
    
  • Pradip Chhwaju 5 posts 25 karma points
    Jul 29, 2016 @ 11:40
    Pradip Chhwaju
    0

    Hi,

    Yes, Am also getting same above issue while seeing the log after upgrading umbraco version 7.1.1 to 7.4.3.

  • MuirisOG 382 posts 1284 karma points
    Sep 14, 2016 @ 15:19
    MuirisOG
    0

    Me too, on version 7.5.2

    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
    
  • MuirisOG 382 posts 1284 karma points
    Sep 14, 2016 @ 15:50
    MuirisOG
    0

    I think I might have caused this error myself by duplicating preValues in a (pretty long) Category List.

  • Mladen B. 12 posts 35 karma points
    Dec 28, 2017 @ 14:56
    Mladen B.
    1

    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.

  • Biagio Paruolo 1594 posts 1825 karma points c-trib
    Sep 14, 2019 @ 07:10
    Biagio Paruolo
    0

    Works.

Please Sign in or register to post replies

Write your reply to:

Draft