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)?
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:
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\BlogPostListComments.xslt
Error parsing XSLT file: \xslt\BlogGetSkinInfo.xslt
Does anyone have an idea on how to solve this?
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)?
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.
is working on a reply...