I have a strange problem on one of my umbraco installs.
When I render for example a product list through xslt, sometimes the images are missing.
That is, xslt don't get the image id from the property and the url comes out empty, no errors. The nodes have not been changed etc, the problem seems to come randomly.
The problem is "resolved" by republishing the node. Sometimes multiple nodes break. If they are in the same folder, republishing a single node solves it for all.
The problem only occurs in XSLT, the scripts I have in Razor renders the same data correctly.
Im running 4.7.1.1.
I guess I could rewrite everything in razor, but my customer wont pay for that.
Umbraco weirdness
I have a strange problem on one of my umbraco installs.
When I render for example a product list through xslt, sometimes the images are missing.
That is, xslt don't get the image id from the property and the url comes out empty, no errors.
The nodes have not been changed etc, the problem seems to come randomly.
The problem is "resolved" by republishing the node.
Sometimes multiple nodes break. If they are in the same folder, republishing a single node solves it for all.
The problem only occurs in XSLT, the scripts I have in Razor renders the same data correctly.
Im running 4.7.1.1.
I guess I could rewrite everything in razor, but my customer wont pay for that.
Any ideas?
is working on a reply...