Installed on 4.7 and got a null-pointer error. Followed instructions to uninstall and all appeared to be OK but all xslt files now broken - getting error:
System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.macro.GetXsltExtensionsImpl() at umbraco.macro.b__6() at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem) at umbraco.macro.GetXsltExtensions() at umbraco.macro.AddMacroXsltExtensions() at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String oldName, String fileContents, Boolean ignoreDebugging)
EDIT: I clearly wasn't paying attention, or it simply isn't clear enough, to see this isn't related to Umbraco itself, but a package. (the only indicator was that the 'alertBar' was showing, which shouldn't have been if I was in the forum proper.)
Do not install on 4.7!
Installed on 4.7 and got a null-pointer error. Followed instructions to uninstall and all appeared to be OK but all xslt files now broken - getting error:
System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.macro.GetXsltExtensionsImpl()
at umbraco.macro.b__6()
at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
at umbraco.macro.GetXsltExtensions()
at umbraco.macro.AddMacroXsltExtensions()
at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String oldName, String fileContents, Boolean ignoreDebugging)
When attempting to run or save any xslt file.
EDIT: I clearly wasn't paying attention, or it simply isn't clear enough, to see this isn't related to Umbraco itself, but a package. (the only indicator was that the 'alertBar' was showing, which shouldn't have been if I was in the forum proper.)
is working on a reply...