I'm trying to install this package on 7.3.7, but I'm getting the error [macroErrorReadingXSLTFile]LatestEdits.xslt. I did some Google-ing and found this bug, which I thought could be the cause. I've installed the patch but I'm still getting the error message. Any ideas?
WARN umbraco.macro - Error loading XSLT LatestEdits.xslt. Exception: System.InvalidOperationException: Cannot use this obsoleted overload when the current provider is not of type Umbraco.Core.Cache.HttpRuntimeCacheProvider at Umbraco.Core.CacheHelper.GetCacheItem[TT](String cacheKey, CacheItemPriority priority, CacheDependency cacheDependency, Func`1 getCacheItem) at umbraco.macro.getXslt(String XsltFile) at umbraco.macro.LoadMacroXslt(macro macro, MacroModel model, Hashtable pageElements, Boolean throwError)
Which looks like the error the bug is related to. I'll double check the patch has applied correctly.
macroErrorReadingXSLTFile
Hi,
I'm trying to install this package on 7.3.7, but I'm getting the error [macroErrorReadingXSLTFile]LatestEdits.xslt. I did some Google-ing and found this bug, which I thought could be the cause. I've installed the patch but I'm still getting the error message. Any ideas?
Hi M,
I've not seen this error before (but I probably never had a site on 7.3.7 which seems to be the only version suffering from that bug).
Does the log state any additional info which we could use to see if there's another problem that needs fixing also?
/Chriztian
Hi, Thanks for getting back to me. I feel stupid for asking, but where do I find the log?
Hi M,
DonĀ“t feel stupid for asking. You can find the Umbraco log files in /App_Data/Logs folder, in the file structure of your Umbraco installation.
/Dennis
Thanks Dennis. The error is
Which looks like the error the bug is related to. I'll double check the patch has applied correctly.
is working on a reply...