if you open up the url /umbraco/plugins/courier/webservices/treedata.ashx?id=d8e6ad84-e73a-11df-9492-0800200c9a66&_=1363624241183 what do you see then? there should be an error telling you what is wrong, most likely its a missing dependency
I get the given key not present in dictionary error.
[KeyNotFoundException: The given key was not present in the dictionary.]
System.Collections.Generic.Dictionary`2.get_Item(TKey key) +10535517
Umbraco.Courier.Core.PersistenceManager.get_Default() +76
Umbraco.Courier.Core.ItemProvider.get_DatabasePersistence() +18
Umbraco.Courier.ItemProviders.DocumentTypeItemProvider.AvailableSystemItems() +8
Umbraco.Courier.UI.Webservices.TreeData.ProcessRequest(HttpContext context) +409
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
Sometime yesterday between me installing courier on one of my test sites and installing it on the second the package version in the repository was updated so I was installing the version 6 one on the second site.
Error when trying to add
Whenever I try to add anything to a revision I get a load error in the item popup and the following more detailed error in the umbraco log.
If I try to access the treedata URL itself it comes up with a "given key was not present in the dictionary" error.
Does anyone know how I can solve this. I assume I will need to find which key is not present but how can I do that.
Umbraco version is 4.7.1.1 and courier was downloaded straight from the repository.
if you open up the url /umbraco/plugins/courier/webservices/treedata.ashx?id=d8e6ad84-e73a-11df-9492-0800200c9a66&_=1363624241183 what do you see then? there should be an error telling you what is wrong, most likely its a missing dependency
I get the given key not present in dictionary error.
Argh!!!!!
Sometime yesterday between me installing courier on one of my test sites and installing it on the second the package version in the repository was updated so I was installing the version 6 one on the second site.
is working on a reply...