I was curious if anyone tried this on 7.4.1? I tried to install it but it throws a 500 for calls to the embedded resources (definition.editor.controller.js, translator, etc). I'd LOVE to be able to use it I'm just not sure if it is something that will be updated moving forward or not?
I've not tried it on 7.4+ yet no - I'll give it a go and see if I see the same issues you are reporting; and if so, if there's something I can do about it.
Meantime just check over the troubleshooting section here - doesn't sound like exactly the same issue you are experiencing but I have found trouble with embedded resources before.
Does seem OK at first look - I've downloaded and installed a clean 7.4.1, installed the package and have been able to create a group and use it without seeing any issues.
Can you find any more detail on the 500 errors you are seeing?
Hey Andy - I actually was doing the same as you. Seems to work on a fresh install of 7.4.1 but for some reason on my site I updated there is a conflict somewhere. Here is a snippet of the error in the tracelog:
2016-04-20 12:39:17,618 ERROR UMBRACOTODOlocal((null)) 30 Umbraco.Core.UmbracoApplicationBase An unhandled exception occurred http://localhost:2789/App_Plugins/UmbracoPersonalisationGroups/GetResourceForCriteria/authenticationStatus/definition.translator.js.umb?cdv=252710543 (null)
System.TypeInitializationException: The type initializer for 'Zone.UmbracoPersonalisationGroups.PersonalisationGroupMatcher' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at Zone.UmbracoPersonalisationGroups.PersonalisationGroupMatcher.
Interesting - not seen this before but reading around it sounds like this problem and (hopefully) solution. Could you give it a try by downloading and extracting this dll and replacing the one in your bin folder please?
Can't see any issues here so if it works for you I'll publish an update to NuGet and our.umbraco tomorrow.
You are the man - that worked like a charm. Thanks so much for helping me through this - I'm very happy that I can use the package now as it seems to be exactly what I need!
No problem - thanks for reporting as not something I'd come across before. I've updated now on NuGet and our with version 0.1.13 which has this fix in place.
Anyone tried on 7.4?
I was curious if anyone tried this on 7.4.1? I tried to install it but it throws a 500 for calls to the embedded resources (definition.editor.controller.js, translator, etc). I'd LOVE to be able to use it I'm just not sure if it is something that will be updated moving forward or not?
Hi Lindsay
I've not tried it on 7.4+ yet no - I'll give it a go and see if I see the same issues you are reporting; and if so, if there's something I can do about it.
Meantime just check over the troubleshooting section here - doesn't sound like exactly the same issue you are experiencing but I have found trouble with embedded resources before.
Andy
Does seem OK at first look - I've downloaded and installed a clean 7.4.1, installed the package and have been able to create a group and use it without seeing any issues.
Can you find any more detail on the 500 errors you are seeing?
Andy
Hey Andy - I actually was doing the same as you. Seems to work on a fresh install of 7.4.1 but for some reason on my site I updated there is a conflict somewhere. Here is a snippet of the error in the tracelog:
2016-04-20 12:39:17,618 ERROR UMBRACOTODOlocal((null)) 30 Umbraco.Core.UmbracoApplicationBase An unhandled exception occurred http://localhost:2789/App_Plugins/UmbracoPersonalisationGroups/GetResourceForCriteria/authenticationStatus/definition.translator.js.umb?cdv=252710543 (null) System.TypeInitializationException: The type initializer for 'Zone.UmbracoPersonalisationGroups.PersonalisationGroupMatcher' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.RuntimeModule.GetTypes() at System.Reflection.Assembly.GetTypes() at Zone.UmbracoPersonalisationGroups.PersonalisationGroupMatcher.
Interesting - not seen this before but reading around it sounds like this problem and (hopefully) solution. Could you give it a try by downloading and extracting this dll and replacing the one in your bin folder please?
Can't see any issues here so if it works for you I'll publish an update to NuGet and our.umbraco tomorrow.
Cheers
Andy
You are the man - that worked like a charm. Thanks so much for helping me through this - I'm very happy that I can use the package now as it seems to be exactly what I need!
No problem - thanks for reporting as not something I'd come across before. I've updated now on NuGet and our with version 0.1.13 which has this fix in place.
Andy
is working on a reply...