Yesterday I did an upgrade from 4.8.0 to 4.8.1 and everything seemed fine and then this morning I have come in and all my xslt are giving me a parsing error on my site and when I go to edit them or create a new one i get an error.
The one below is the error i receive if I try to save a xslt file that worked fine yesetrday
Error occured
System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.macro.GetXsltExtensionsImpl() at umbraco.macro.b__0() 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)
xslt error after upgrade from 4.8.0 to 4.8.1
Hi,
Yesterday I did an upgrade from 4.8.0 to 4.8.1 and everything seemed fine and then this morning I have come in and all my xslt are giving me a parsing error on my site and when I go to edit them or create a new one i get an error.
The one below is the error i receive if I try to save a xslt file that worked fine yesetrday
Error occured
System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.macro.GetXsltExtensionsImpl()
at umbraco.macro.b__0()
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)
Hi Michael
Could you ellaborate a bit on the steps you took upgrading?
Do you have some custom xslt extensions, which are no longer referenced correctly in the xsltExtensions.config for instance?
Looking forward to hearing more from you.
/Jan
Hi Jan,
After much playing around and not getting anywhere.
I did a re-intsall and then an update to 4.8.1 and everything seem to work fine.
The steps taken where just update to 4.8.1 and then all the xlst files didnt work.
Regards
Michael
is working on a reply...