When I go into Umbraco backend - this is Umbraco 4.8. Now when I go in to create a XSLT file (aka pick one of the files from the picklist) and when I type in a name for the XSLT file - and click on create I will get a pop up box and it would give me a 500 error. This is somewhat puzzling - I have it set for full permission so what am I missing?
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)
Sorry to bump, but same problem. Cannot create xslt in umbraco 4.8. Completly clean and fresh install on new server, permissions wide open for testing. Cheers.
500 Errors when creating XSLT file
When I go into Umbraco backend - this is Umbraco 4.8. Now when I go in to create a XSLT file (aka pick one of the files from the picklist) and when I type in a name for the XSLT file - and click on create I will get a pop up box and it would give me a 500 error. This is somewhat puzzling - I have it set for full permission so what am I missing?
I have the same problem running on iis 6 tho
I also get this error:
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)
When trying to save a xslt file
Sorry to bump, but same problem. Cannot create xslt in umbraco 4.8. Completly clean and fresh install on new server, permissions wide open for testing. Cheers.
Same problem here:
Add the below code in webconfig and create new folder legacy and copy old Lucene.Net dll and remove App_global.asax.dll
Hi, I'm having the same problem with a fresh 4.8.1 install and the Lucene fix applied.
Does anybody have any idea ?
Thanks
is working on a reply...