Copied to clipboard

Flag this post as spam?

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


  • dominik 711 posts 733 karma points
    Apr 15, 2011 @ 09:52
    dominik
    0

    Dictonary Stack Trace error

    Hello,

    I just looked into my stacktrace and get the following error:

    library    Error returning dictionary item 'GuestAccount'
    No key GuestAccount exists in dictionary
      at umbraco.cms.businesslogic.Dictionary.DictionaryItem..ctor(String key)
      at umbraco.library.GetDictionaryItem(String Key)    0.00219086630276236    0.000102
    item    Start parsing '#GuestAccount'    0.00236116449376701    0.000170
    item    Done parsing '#GuestAccount'

    So i do not know what this error is saying

    First there is no item and after this error the parsing works?

    There is an dictonary Item called "GuestAccount"

     

  • Richard Soeteman 4045 posts 12898 karma points MVP 2x
    Apr 15, 2011 @ 12:19
    Richard Soeteman
    0

    Hi,

    Dictionary items are Case sensitive. Also make sure you don't have a double entry in your databasde which can lead to some weird errors sometimes.

    Must be something that is causing the error.

    Cheers,

    Richard

  • dominik 711 posts 733 karma points
    Apr 15, 2011 @ 12:38
    dominik
    0

    No there is no double entry of this item.

    The only thing it is a child element of another item. Can this be se reason for this error?

  • Richard Soeteman 4045 posts 12898 karma points MVP 2x
    Apr 15, 2011 @ 14:03
    Richard Soeteman
    0

    No should work fine, how do you retrieve the Dictionary item?

     

Please Sign in or register to post replies

Write your reply to:

Draft