Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Billy Koch 12 posts 33 karma points
    Jul 27, 2012 @ 17:35
    Billy Koch
    0

    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?

  • kim Thomsen 59 posts 277 karma points
    Aug 05, 2012 @ 12:52
    kim Thomsen
    0

    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

  • Doogie Talons 183 posts 318 karma points
    Aug 06, 2012 @ 15:56
    Doogie Talons
    0

    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.

  • Mathias Valentin 60 posts 208 karma points
    Aug 06, 2012 @ 21:30
    Mathias Valentin
    0

    Same problem here:

     

  • mithun 42 posts 63 karma points
    Aug 08, 2012 @ 08:51
    mithun
    0

    Add the below code in webconfig and create new folder legacy and copy old Lucene.Net dll and remove App_global.asax.dll 

    <assemblyBindingxmlns="urn:schemas-microsoft-com:asm.v1">
           
    <dependentAssembly>
                   
    <assemblyIdentityname="Lucene.Net"/>
                   
    <codeBaseversion="2.9.2.2"href="bin\legacy\Lucene.Net.dll"/>
                   
    <codeBaseversion="2.9.4.1"href="bin\Lucene.Net.dll"/>
           
    </dependentAssembly>
    </assemblyBinding>
  • Jose Cerqueiro 25 posts 84 karma points
    Aug 17, 2012 @ 23:52
    Jose Cerqueiro
    0

    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

     

Please Sign in or register to post replies

Write your reply to:

Draft