Copied to clipboard

Flag this post as spam?

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


  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Aug 16, 2012 @ 10:12
    Rasmus Fjord
    0

    Nodes appears in XML twice after publish

    Hey there

    We have rather a special case since we have updated a 3.0.3 to 4.7.2. This has been done so that we now have an updated database running the "new" schema(this schema was added in start 4.x) and a clean 4.7 installation where we just have moved all the templates/xslt/css and such over. The solution has no custom code running, besides some usercontrol talking in to an access database somewhere(dont kill me not my doing hehe :) ).

    But we experience sometimes when we publish nodes that they get published twice.

    The XML gets fixed if re kill the umbraco.config and recycle the pool. But then a few publishes later it will occur again.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Aug 16, 2012 @ 21:30
    Jan Skovgaard
    0

    Hi Rasmus

    Have you checked the database to see if there by any chance is some kind of "ghost" node?

    /Jan

  • Mikkel B. Mikkelsen 52 posts 81 karma points
    Aug 17, 2012 @ 08:19
    Mikkel B. Mikkelsen
    0

    Hi, I'm one of Rasmus' colleagues and I just checked the database for ghost nodes using the following SQL statement and found no duplicates

    SELECT id, 
    COUNT(id)
    FROM umbracoNode
    GROUP BY id
    HAVING ( COUNT(id) > 1 )

    Any other suggestions?

  • Nick 101 posts 123 karma points
    Aug 02, 2013 @ 11:34
    Nick
    0

    Exactly same problem here! :(

Please Sign in or register to post replies

Write your reply to:

Draft