I have a fresh install of 4.8.0 and am getting an error when I try to create/save a xslt file. These are two different sites, both having the same problem.
System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.macro.GetXsltExtensionsImpl() 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)
Anyone having a similar issue or knows what I can do about this?
I have installed a fresh Umbraco 4.8 installation today, but have no problems with saving xslt files. I'm running the site through Microsoft Webmatrix and use MSSQL database ...
Have you checked the folders have write permissions?
There seemed to be some kind of DLL thing going on. I removed a couple of my own DLLs, and then i saw that there was a different number of files in the /bin directory compared to a fresh 4.8, so I deleted them all, and then all worked fine.
So I dropped my own in one by one, and it's all good now. Maby some copy error or something ...
I think there have been some bug fixes since the first version of v. 4.8 on Codeplex.. I previously noticed that there was a logout problem with v. 4.8, when using mysql database.. a few hours ago I received the uNews newsletter, where it says v. 4.8.0 is released and there have been some bugfixes.. so perhaps that bug just have been fixed..
XSLT Save error in fresh 4.8.0
Hi all.
I have a fresh install of 4.8.0 and am getting an error when I try to create/save a xslt file. These are two different sites, both having the same problem.
The xsltExtensions.config looks like this:
And I have flipped the switch on this in web.config numerous times:
This is the error:
Anyone having a similar issue or knows what I can do about this?
Hi ..
I have installed a fresh Umbraco 4.8 installation today, but have no problems with saving xslt files. I'm running the site through Microsoft Webmatrix and use MSSQL database ...
Have you checked the folders have write permissions?
/Bjarne
The folders do indeed have write permissions.
Okay..
Perhaps someone else knows why this issue happens.. I haven't experienced it yet..
There seemed to be some kind of DLL thing going on. I removed a couple of my own DLLs, and then i saw that there was a different number of files in the /bin directory compared to a fresh 4.8, so I deleted them all, and then all worked fine.
So I dropped my own in one by one, and it's all good now. Maby some copy error or something ...
I'm glad you solved the problem..
I think there have been some bug fixes since the first version of v. 4.8 on Codeplex.. I previously noticed that there was a logout problem with v. 4.8, when using mysql database.. a few hours ago I received the uNews newsletter, where it says v. 4.8.0 is released and there have been some bugfixes.. so perhaps that bug just have been fixed..
/Bjarne
Thanks Arni , I have the same issue.By replacing the App_global.asax.dll solve the issue.
is working on a reply...