Error adding to SiteMapProvider: System.InvalidOperationException: Multiple nodes with the same URL '/' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs. at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode) at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)
Especially the first error seems wierd. But don't know if thats the problem behind the none-changing HTML output.
Is your xslt saved? - check the xslt file on the server Have you set the right folder permission for the website? Try give Network Service modify rights to the entire website folder Can you create a new XSLT and save it? If you can do that - can you change the xslt to output different html?
Please mark the correct answer so other users can find it easily. :)
OT: We have talked to Pete Duncanson about implementing XslTouch in our Kit's, which he has accepted. So one of these days, it will be standard issue. Will make everything much easier. :)
Changing productList xslt - errors in log
Hi,
I tried to change the productList-Product, but no matter what i change, the output HTML does not change.
I tried changing a H1-tag to H3.
I had a look in the database, in the umbracoLog. found two recent errors:
and
Especially the first error seems wierd. But don't know if thats the problem behind the none-changing HTML output.
best regards,
Brian
Hi Brian
Doesnt sound like a Tea Commerce specific error.
Is your xslt saved? - check the xslt file on the server
Have you set the right folder permission for the website? Try give Network Service modify rights to the entire website folder
Can you create a new XSLT and save it?
If you can do that - can you change the xslt to output different html?
Kind regards
Anders
Hi Brian,
Simple problem, simple answer.
Install this neat little package:
http://our.umbraco.org/projects/developer-tools/xsltouch
Your problem is that the xslt file you're editing is used by another xslt, and the other xslt needs to know something has changed.
/Rune
Hi Anders & Rune,
Nice one Rune. Maybe a nice "note" to put some documentation somewhere :)
Anyway, thanks for that - xslttouch worked!
/ Brian
Yeah, good idea with the documentation. Wonder if anyone reads my comments in the xslt's, then I could write it there.
/Rune
Hi Hundebol,
Please mark the correct answer so other users can find it easily. :)
OT: We have talked to Pete Duncanson about implementing XslTouch in our Kit's, which he has accepted. So one of these days, it will be standard issue. Will make everything much easier. :)
/Rune
Hi Rune,
Sure thing - and great you remind me.
Nice that you implement xsltTouch - great for usability.
/ Brian
is working on a reply...