Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.000102item Start parsing '#GuestAccount' 0.00236116449376701 0.000170item 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"
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
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?
No should work fine, how do you retrieve the Dictionary item?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Dictonary Stack Trace error
Hello,
I just looked into my stacktrace and get the following error:
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"
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
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?
No should work fine, how do you retrieve the Dictionary item?
is working on a reply...