Copied to clipboard

Flag this post as spam?

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


  • Matthew Kirschner 323 posts 611 karma points
    Oct 13, 2014 @ 15:01
    Matthew Kirschner
    0

    Umbraco 7 Backend Issue - My content disappears in edit mode

    When I try to edit a page on the Umbraco backend, none of the fields have the existing data bound to them. Looking at the same page on the front end, the content is clearly there. Publishing the page whit the empty controls, now replaces the content on the front end.

    Some details about my setup:

    I have a freshly created, Umbraco 7 Website Project in VS2013. I've added some plugins (Archetype, Url Tracker, uSync), and created some Doc Types and Templates. After I add some pages and test out the editors, I decide to addd to source control and Publish from VS to a remote server. Checking the new server version out, I notice the bug mentioned above. Then I compile my source code on my machine, and the bug is there as well.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Oct 14, 2014 @ 16:20
    Jan Skovgaard
    0

    Hi Matthew

    Any chance you're using IIS express and CE SQL? If so then that maye be the issue since there is a weird bug with that. Have a look at the reported issue here http://issues.umbraco.org/issue/U4-4621

    If not then please tell us what database you're using and what the exact version of 7 is.

    Also...does the /app_data/logs file reveal any useful information?

    Cheers, Jan

  • Matthew Kirschner 323 posts 611 karma points
    Oct 14, 2014 @ 16:44
    Matthew Kirschner
    0

    Thanks for the quick reply.

    I am using Umbraco 7.1.8 with IIS Express and SQL Server 2014. When I publish the site, we are using IIS 8. This is relevant since I experience the same issue on both my local and server-side instance. It also worth noting that I don't have a complete data loss as the bug you referenced seemed to have. Rather, my data is only evidently lost when trying to edit in the Umbraco Backoffice.

    Here is an exerpt from the last few lines of my app_data/log file. Nothing in this file seemed terribly relevant. I also don't get any kind of hard errors so I wouldn't know what to look for in the log regarding my issue specifically.

     

    2014-10-13 09:00:14,955 [6] INFO  Umbraco.Web.Security.WebSecurity - [Thread 12] User Id: 0 logged in

    2014-10-13 09:00:15,439 [6] INFO  Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of Umbraco.Web.Trees.TreeController

    2014-10-13 09:00:15,439 [6] INFO  Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)

    2014-10-13 09:00:15,703 [6] INFO  Umbraco.Core.PluginManager - [Thread 17] Starting resolution types of umbraco.interfaces.ITree

    2014-10-13 09:00:15,705 [6] INFO  Umbraco.Core.PluginManager - [Thread 17] Completed resolution of types of umbraco.interfaces.ITree, found 35 (took 1ms)

  • Matthew Kirschner 323 posts 611 karma points
    Oct 14, 2014 @ 16:56
    Matthew Kirschner
    0

    This warning is also popping up in the log:

    2014-10-14 10:43:23,435 [6] WARN  Umbraco.Web.Models.Mapping.PreValueDisplayResolver - [Thread 141] Could not find persisted pre-value for field startNodeId

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Oct 14, 2014 @ 20:38
    Jan Skovgaard
    0

    Hi Matthew

    Hmm, ok...not sure what's going on then...But might be worth checking if permissions have been setup correctly perhaps? It's a long shot but sometimes that stuff can be rather tricky.

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft