Copied to clipboard

Flag this post as spam?

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


  • Moran 285 posts 934 karma points
    May 07, 2013 @ 07:11
    Moran
    0

    xslt parsing error after upgrade

    After upgrading from version 4.11.1 to 4.11.8 I get an error on 2 xslt macros

    umbBlogPostListComments.xslt and umbBlogListPosts.xslt, what are the dll that are responsible for this xslt parsing?

  • Rich Green 2246 posts 4008 karma points
    May 07, 2013 @ 08:09
    Rich Green
    0

    Try saving the XSLT files and post the error.

  • Moran 285 posts 934 karma points
    May 07, 2013 @ 08:18
    Moran
    0

    Do you mean going to the developer section and trying to save the xslt file? I did that and didn't get any error. but I tried to visualize the xslt file and I got this error:

    Is this good?

    Error parsing the XSLT:
    System.Xml.Xsl.XslTransformException: Cannot find a script or an extension object associated with namespace 'urn:tagsLib'. at System.Xml.Xsl.Runtime.XmlQueryContext.InvokeXsltLateBoundFunction(String name, String namespaceUri, IList`1[] args) at (XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current, XPathNavigator post) at (XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current, XPathNavigator post) at (XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime) at Root(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime) at Execute(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime) at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlSequenceWriter results) at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer) at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, TextWriter results) at umbraco.macro.GetXsltTransformResult(XmlDocument macroXML, XslCompiledTransform xslt, Dictionary`2 parameters) at umbraco.presentation.umbraco.developer.Xslt.xsltVisualize.visualizeDo_Click(Object sender, EventArgs e)
  • Rich Green 2246 posts 4008 karma points
    May 07, 2013 @ 08:20
    Rich Green
    0

    The problem you have is with the uBlogsy Tag (uTagsy or whatever it's called). Check your config files if you overwrote them as you may have removed the reference.

    Rich

  • Moran 285 posts 934 karma points
    May 07, 2013 @ 08:24
    Moran
    0

    Thanks, how did you figure this out? so I can learn for the next time :) if I will uninstall the package will this help?

  • Rich Green 2246 posts 4008 karma points
    May 07, 2013 @ 08:29
    Rich Green
    0

    The error says "Cannot find a script or an extension object associated withnamespace'urn:tagsLib" I know there's a library with uBlogsy called uTagsy, I'm not 100% but pretty sure that's where your problem lies.

    Do you still have the uTagsy.Web.dll , also the /config/uTagsy.config file?

  • Moran 285 posts 934 karma points
    May 07, 2013 @ 08:39
    Moran
    0

    I have uninstall the package before the upgrade, and I can't find any of the other files you mention above. it seems that form some reason only the xslt files that are related to the blog aren't working, all other xslt files are working as expected, at least for now :)

  • Moran 285 posts 934 karma points
    May 07, 2013 @ 09:11
    Moran
    100

    Found the issue :) in the xsltExtensions.config file I forgot to add this section after the upgrade. thanks for the help.

    <ext assembly="umbraco.editorControls" type="umbraco.editorControls.tags.library" alias="tagsLib">
    </ext>
    <ext assembly="Runway.Blog" type="Runway.Blog.BlogLibrary" alias="BlogLibrary">
    </ext>
Please Sign in or register to post replies

Write your reply to:

Draft