I am expereince a strage error when i installed the uShare and login/refresh into Umbraco second time then Umbraco back-end is completely white screen.
I did not understand that is this Umbraco or uShare which are not compatiable with each other?
I am using Umbraco 7.2.4
Can anyone help there?
Below are the error log in log file.
System.ArgumentException: An item with the same key has already been added.
at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add)
at Umbraco.Web.UI.JavaScript.ServerVariablesParser.Parse(Dictionary2 items)
at Umbraco.Web.Editors.BackOfficeController.ServerVariables()
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary2 parameters)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>cDisplayClass37.<>cDisplayClass39.
I've not seen this one before and from the log there isn't much to go on by the looks of it. Was it a clean uShare install or an install over an existing version?
This is however an Umbraco error and I think it might be caused by something like a document type with duplicate property aliases. Perhaps when installing uShare, it might cause this somehow. Is there a way for you to check this or any other kind of duplicate key/alias that might be created when installing uShare?
Umbraco backend is completey white using uShare
Hi,
I am expereince a strage error when i installed the uShare and login/refresh into Umbraco second time then Umbraco back-end is completely white screen.
I did not understand that is this Umbraco or uShare which are not compatiable with each other?
I am using Umbraco 7.2.4
Can anyone help there?
Below are the error log in log file.
System.ArgumentException: An item with the same key has already been added. at System.Collections.Generic.Dictionary
2.Insert(TKey key, TValue value, Boolean add) at Umbraco.Web.UI.JavaScript.ServerVariablesParser.Parse(Dictionary
2 items) at Umbraco.Web.Editors.BackOfficeController.ServerVariables() at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary
2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>cDisplayClass37.<>cDisplayClass39.Just another comment! When i removed the uShare then umbraco backend working perfectly
Hi Yasir
I've not seen this one before and from the log there isn't much to go on by the looks of it. Was it a clean uShare install or an install over an existing version?
This is however an Umbraco error and I think it might be caused by something like a document type with duplicate property aliases. Perhaps when installing uShare, it might cause this somehow. Is there a way for you to check this or any other kind of duplicate key/alias that might be created when installing uShare?
Rigardt
is working on a reply...