i installed the package and now i that want to edit the richtext editor datatype i get the following error
Item has already been added. Key in dictionary: 'undo' Key being added: 'undo' Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentException: Item has already been added. Key in dictionary: 'undo' Key being added: 'undo' Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [ArgumentException: Item has already been added. Key in dictionary: 'undo' Key being added: 'undo'] System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) +12640582 umbraco.editorControls.tinymce.tinyMCEConfiguration.init() +1093 umbraco.editorControls.tinymce.tinyMCEConfiguration.get_SortedCommands() +23 umbraco.editorControls.tinymce.tinyMCEPreValueConfigurator.OnLoad(EventArgs e) +1820 System.Web.UI.Control.LoadRecursive() +71 System.Web.UI.Control.LoadRecursive() +190 System.Web.UI.Control.LoadRecursive() +190 System.Web.UI.Control.LoadRecursive() +190 System.Web.UI.Control.LoadRecursive() +190 System.Web.UI.Control.LoadRecursive() +190 System.Web.UI.Control.LoadRecursive() +190 System.Web.UI.Control.LoadRecursive() +190 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3048
ok, i found the problem, i had a duplicate syntexthightler in tinymce config also i had a problem with the command, i had a custom commands added before, and the installer installs
error on editing richtext editor datatype
i installed the package and now i that want to edit the richtext editor datatype i get the following error
now i'm getting same error but
Item has already been added. Key in dictionary: 'syntaxhighlighter' Key being added: 'syntaxhighlighter'
ok, i found the problem, i had a duplicate syntexthightler in tinymce config also i had a problem with the command, i had a custom commands added before, and the installer installs
<command>
<umbracoAlias>SyntaxHighlighter</umbracoAlias>
<icon>../umbraco_client/tinymce3/plugins/syntaxhighlighter/images/syntaxhighlighter.gif</icon>
<tinyMceCommand value="" userInterface="true" frontendCommand="syntaxhighlighter">syntaxhighlighter</tinyMceCommand>
<priority>76</priority>
</command>
Glad you found it out. I will change the XSLT in the next release so it will auto increment on the highest priority value.
When I try to add or save my custom uComponents-Datatype Grid property, I am getting the same error
If anyone have any idea about this, please write me your advice.
Thanks
is working on a reply...