Copied to clipboard

Flag this post as spam?

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


  • lady_umbraco 3 posts 23 karma points
    Apr 16, 2012 @ 12:47
    lady_umbraco
    0

    Blog for Umbraco "Error parsing XSLT file"

    I am using Umbraco 4.7 and I just installed Blog for umbraco 2.026 which is the latest version.

    When I create a post and I navigate to the URL, all the XSLT macros do not render properly causing the following errors on the page:

    Error parsing XSLT file: \xslt\BlogMetaWeblogChannel.xslt

    Error parsing XSLT file: \xslt\BlogRssFeedLink.xslt

    Error parsing XSLT file: \xslt\Blogpages.xslt

    Error parsing XSLT file: \xslt\BlogCategories.xslt

    Error parsing XSLT file: \xslt\BlogArchive.xslt

    Error parsing XSLT file: \xslt\BlogLatestComments.xslt

    Error parsing XSLT file: \xslt\BlogBlogroll.xslt

    Error parsing XSLT file: \xslt\BlogpostRelatedPages.xslt

    Error parsing XSLT file: \xslt\BlogPostListComments.xslt

    Error parsing XSLT file: \xslt\BlogGetSkinInfo.xslt

     

    Does anyone have an idea on how to solve this?

  • Grant Thomas 291 posts 324 karma points
    Apr 16, 2012 @ 13:04
    Grant Thomas
    0

    All we know is that each of the scripts are failing, you would need to provide more specific information such as any error messages (if you use umbDebugShowTrace=true query string setting you should get this). Other than that, this package is notorious for this: did you place the Blog anywhere but at the root node? Have you moved the node at all since creation? If you go into the XSLT can you confirm the scripts are looking for nodes from the correct place (often a problem with this)?

  • lady_umbraco 3 posts 23 karma points
    Apr 16, 2012 @ 13:17
    lady_umbraco
    0

    I manage to fix this. For some strange reasons, the XSLT files were pointing to a BIN folder created whithin the existing BIN folder. I simply copied all the DLLs in the nested BIN folder and now it works fine. I found the stak trace extremely useful in order to do this. To use the stack trace append:

    ?umbdebugshowtrace=true

    to the URL.

Please Sign in or register to post replies

Write your reply to:

Draft