Copied to clipboard

Flag this post as spam?

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


  • Calle Bjernekull 16 posts 38 karma points
    Aug 26, 2010 @ 09:11
    Calle Bjernekull
    0

    Error when publishing pages

    Everytime I publish a page in Umbraco 4.0.3, I'll get this exception:


    [KeyNotFoundException: Den angivna nyckeln finns inte i uppslagslistan.]
       System.ThrowHelper.ThrowKeyNotFoundException() +36
       System.Collections.Generic.Dictionary`2.get_Item(TKey key) +4292229
       umbraco.cms.businesslogic.datatype.DataTypeDefinition.get_DataType() +179
       umbraco.cms.businesslogic.property.Property.MakeNew(PropertyType pt, Content c, Guid versionId) +507
       umbraco.cms.businesslogic.Content.createNewVersion() +416
       umbraco.cms.businesslogic.web.Document.PublishWithResult(User u) +254
       umbraco.cms.presentation.editContent.Publish(Object sender, EventArgs e) +224
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       umbraco.controls.ContentControl.savePublish(Object Sender, ImageClickEventArgs e) +71
       System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +98
       System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +161
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981

     

    Does anyone know how where the problem is? It happens on all pages and all documenttypes

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Aug 26, 2010 @ 10:10
    Jan Skovgaard
    0

    Hi Calle

    Have you made any custom datatypes, which you are using or installed an old package or something like that?

    Is it a new install or has it been running without problems for a while? If so maybe recycling the app pool in IIS can do the trick?

    /Jan

  • Calle Bjernekull 16 posts 38 karma points
    Aug 26, 2010 @ 10:14
    Calle Bjernekull
    0

    Hi, I do have some custom datatypes, but they have been working fine until yesterday for some reason. have no idea why. Tried to recycle app-poll too, but no sucess

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Aug 26, 2010 @ 10:22
    Jan Skovgaard
    0

    Hmm yes that seems a bit strange.

    And have the datatypse been compiled against the correct version of Umbraco? You have not been updating or anything that could have caused this issue?

    Have you by any chance installed the log manager package? http://our.umbraco.org/projects/developer-tools/log-manager - Maybe that can provide some usefull info.

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft